• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Enable "Always Burn in Subtitle When Transcoding" by Default

     
    • 0 Vote(s) - 0 Average

    Enable "Always Burn in Subtitle When Transcoding" by Default

    Auto Enable "Always Burn in Subtitle When Transcoding" and other client settings like "Prefer fMP4-HLS Media Container" for All Users in All Clients
    Diaxpel
    Offline

    Junior Member

    Posts: 14
    Threads: 3
    Joined: 2024 Mar
    Reputation: 0
    Country:Vietnam
    #2
    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:

    Code:
    enableBackdrops:function(){return _}
    (yours might be different from mine)

    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 _}
    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:

    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)}}
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Enable "Always Burn in Subtitle When Transcoding" by Default - by Diaxpel - 2024-12-08, 07:39 AM
    RE: Enable "Always Burn in Subtitle When Transcoding" by Default - by Diaxpel - 2024-12-21, 10:09 AM
    RE: Enable "Always Burn in Subtitle When Transcoding" by Default - by jellona - 2025-02-13, 04:37 PM
    RE: Enable "Always Burn in Subtitle When Transcoding" by Default - by Diaxpel - 2025-04-07, 03:24 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode