• 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 Themes & Styles Custom Font on the Desktop Media Player App

     
    • 1 Vote(s) - 5 Average

    Custom Font on the Desktop Media Player App

    Need help adding custom font
    DecoratedFries
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-01, 05:13 PM
    Is there any way I can add the 'Futurma' Font to be the default subtitle font on the Jellyfin Media Player desktop application, If so how?

    Thanks in advance.
    1
    jennystreaming
    Offline

    Junior Member

    Posts: 24
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Finland
    #2
    2024-08-03, 07:32 PM
    Six month without an answer! Iwish I could help you but I am not sure myself how to do it! 😥
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-08-03, 07:38 PM
    If the subs are image based, there is nothing you can do. For text based subs, you need to add the ttf font as an attachment and modify the subs to use that font.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #4
    2024-08-04, 07:09 AM
    (2024-02-01, 05:13 PM)DecoratedFries Wrote: Is there any way I can add the 'Futurma' Font to be the default subtitle font on the Jellyfin Media Player desktop application, If so how?

    Thanks in advance.

    Code:
    @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
    video::cue {
        font-family: 'League Spartan', sans-serif !important;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        text-shadow: 0px 0px 0px #000000;
    }

    It's not Futura but it's practically identical
    LeviSnoot
    Offline

    Junior Member

    Posts: 20
    Threads: 3
    Joined: 2023 Sep
    Reputation: 1
    Country:Sweden
    #5
    2024-08-04, 12:53 PM
    (2024-08-04, 07:09 AM)Ted Hinklater Wrote:
    (2024-02-01, 05:13 PM)DecoratedFries Wrote: Is there any way I can add the 'Futurma' Font to be the default subtitle font on the Jellyfin Media Player desktop application, If so how?

    Thanks in advance.

    Code:
    @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
    video::cue {
        font-family: 'League Spartan', sans-serif !important;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        text-shadow: 0px 0px 0px #000000;
    }

    It's not Futura but it's practically identical

    It's good to know for Windows users that Jellyfin uses WebVTT for subtitles now. Which means that in addition to styling the subtitles with CSS, you need to pay attention to the following as well:

    If you've at any point changed the settings in Accessibility > Captions (Windows settings, not Jellyfin), these will override anything that is declared in ::cue. In order for these style changes to work, you need to go into the Registry Editor in Windows and remove the following registry key:

    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ClosedCaptioning

    This should only be necessary for Chromium-based browsers. JMP is Chromium-based though, so this will be necessary to do for that.
    JF Server Specs:
    • CPU: Intel Core i5-11400
    • Motherboard: ASRock H510M-ITX/ac
    • RAM: G.Skill 16GB (2x8GB) Value 2666MHz CL19 DDR4
    • PSU: Silverstone SX300-B 80+ Bronze SFX
    • OS: Debian 12
    • JF: 10.10.6
    DecoratedFries
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #6
    2024-08-31, 09:50 PM
    I actually managed to find a solution for this!

    For anyone who wants to set a custom font for subs :-

    First, Install the font on your pc

    Then, Go to %Appdata%/Local/JellyfinMediaPlayer and open the jellyfinmediaplayer.conf file using notepad or notepad++.

    From there Press CTRL+F and search for "font", You will find a "font" option in the subtitles part of the file, Change the value of "font" to the name of the font that you want. ( If it doesn't change, Make sure that the font name is identical to its name in the CConfused-faceWindows/Fonts Folder )
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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