- Code: Select all
// don't honour "Switch to tsMuxeR..." if the resource is being streamed via an MEncoder entry in
// the #--TRANSCODE--# folder
boolean forceMencoder = !PMS.getConfiguration().getHideTranscodeEnabled()
&& dlna.noName
&& (dlna.getParent() instanceof FileTranscodeVirtualFolder);
Because of this my first option in the transcode folder always have the same behavior as the file outside the folder instead of ignoring tsMuxer (that by the way appears as a second option so no need to be active on the first).
