2024-12-21, 10:09 AM
Does anyone know how to make this work? I've successfully turned on "Enable Backdrops" and "Prefer fMP4-HLS Media Container" by editting main.jellyfin.bundle.js.
For the former, it's rather easy. You just need to search:
(yours might be different from mine)
and replace it with:
It's pretty much the same with the latter, though you might need do a little bit of trials and errors with the letters in the field.
However, "Always Burn in Subtitle When Transcoding" is different. It doesn't use the same format. Here's the lines that mention this feature:
For the former, it's rather easy. You just need to search:
Code:
enableBackdrops:function(){return _}
and replace it with:
Code:
enableBackdrops:function(){return E}
It's pretty much the same with the latter, though you might need do a little bit of trials and errors with the letters in the
Code:
{return _}
However, "Always Burn in Subtitle When Transcoding" is different. It doesn't use the same format. Here's the lines that mention this feature:
Code:
f.AlwaysBurnInSubtitleWhenTranscoding=c.A.alwaysBurnInSubtitleWhenTranscoding(
Code:
{key:"alwaysBurnInSubtitleWhenTranscoding",value:function(e){return void 0!==e?this.set("alwaysBurnInSubtitleWhenTranscoding",e.toString()):(0,o.G4)(this.get("alwaysBurnInSubtitleWhenTranscoding"),!1)}}