• 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 Crunchyroll Subtitle Style

    Pages (2): 1 2 Next »

     
    • 4 Vote(s) - 5 Average

    Crunchyroll Subtitle Style

    seanmcbroom
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-31, 05:44 AM
    Quick little subtitle style I created to mimic the subtitles on crunchyroll, enjoy ^_^

    css here:
    https://github.com/seanmcbroom/jellyfin-...titles.css

    [Image: 3fWTDNx.png]
    [Image: cUwWrW2.png]
    1
    1
    1
    1
    jennystreaming
    Offline

    Junior Member

    Posts: 24
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Finland
    #2
    2024-08-03, 07:35 PM (This post was last modified: 2024-08-03, 08:02 PM by jennystreaming. Edited 1 time in total.)
    Gosh it's quiet here.. Thanks for sharing, I run it now and it looks so great!
    El-Vagabond
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    #3
    2024-11-06, 08:21 AM
    Can upload again?
    valere
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 May
    Reputation: 0
    Country:France
    #4
    2024-11-10, 04:15 PM
    (2024-11-06, 08:21 AM)El-Vagabond Wrote: Can upload again?

    You can find the code via the following link:
    https://web.archive.org/web/202408251458...titles.css
    1
    stephany
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Oct
    Reputation: 2
    #5
    2024-11-21, 08:00 PM
    Post here again to perhaps spare someone an extra click or two:

    /* Description: Crunchyroll subtitle style */

    .htmlvideoplayer::cue {
    font-family: Trebuchet MS !important;

    color: white !important; /* Text color */
    --stroke-color: black; /* Outline color */
    --stroke-width: 4px;
    --drop-shadow-offset: 2px;

    text-shadow:
    calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.5) calc(var(--stroke-width) * 0.866) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.866) calc(var(--stroke-width) * 0.5) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.5) calc(var(--stroke-width) * -0.866) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.5) calc(var(--stroke-width) * -0.866) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.866) calc(var(--stroke-width) * -0.5) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.5) calc(var(--stroke-width) * 0.866) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.866) calc(var(--stroke-width) * -0.5) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.866) calc(var(--stroke-width) * 0.5) 0 var(--stroke-color),
    calc(var(--stroke-width) + var(--drop-shadow-offset)) calc(var(--stroke-width) + var(--drop-shadow-offset)) 15px var(--stroke-color) !important;
    }
    1
    1
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #6
    2025-01-30, 10:33 PM
    (2024-05-31, 05:44 AM)seanmcbroom Wrote: Quick little subtitle style I created to mimic the subtitles on crunchyroll, enjoy ^_^

    I'm confused. If you're watching anime, chances are it has CR subs in the file anyway.
    I tried this code maybe a week or so ago but my subtitles didn't change any styles at all.
    Seraph4
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Dec
    Reputation: 0
    Country:Brazil
    #7
    2025-02-01, 12:29 PM
    Thanks for this
    SatoshiMiamoto64
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    #8
    2025-02-13, 08:47 PM
    how i can use ? i set in configs on custom CSS with my public repository with @import url('https://raw.githubusercontent.com/xxx/jelly-files/refs/heads/main/anime-sub-theme.css'); but don't work Confused-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2025-02-13, 08:58 PM
    What kind of subs do you have? If I understand correctly, this would only apply to SRT subs.
    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]
    1
    SatoshiMiamoto64
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    #10
    2025-02-13, 09:19 PM
    The video I'm using for testing is an .mkv file with an included SRT subtitle track.  I want the styling to be applied only to SRT subtitles since ASS subtitles usually already have their own styling

    [Image: Captura-de-tela-2025-02-13-182009.png]
    Pages (2): 1 2 Next »

    « 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