I am noticing that under the Rasplex github, there is a plex-home-theater tree and an OpenPHT tree. There are files that seem to have been altered in the plex-home-theater tree but not OpenPHT. My question is, are the two going to be synced at a point in time or are they are already synced. From my understanding the Rasplex version of PHT will feed into the OpenPHT or vice versa.
Am I to assume that if there are changes in the plex-home-theater that are not in the OpenPHT then If I am going to build OpenPHT for x86_64 Ubuntu, I should ignore those files in the plex-home-theater tree because those only apply to the Raspberry platform ? Or do I need to merge those differences and then build?
Example:
A “Fix boost center and normalize setting on downmix” update 2 months ago was made to only one tree and not the other
Rasplex/plex-home-theatre/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAE.cpp
line 393 if (setting == “audiooutput.normalizelevels”)
VS.
Rasplex/OpenPHT/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAE.cpp
line 393 if (setting == “audiooutput.dontnormalizelevels”)