2024-10-25, 04:04 PM
(This post was last modified: 2024-10-25, 04:06 PM by Elixirslayer.)
Also it shows the wrong year for this only working movie (both 2000 and 2018 )
Thanks for pointing them out, I'll fix them now.
(2024-10-25, 04:02 PM)TheDreadPirate Wrote: The subtitles need to be in the same directory as the movie and need to have the same name as the movie. In your Batman Begins you have an "English.srt" file, which is not correct. It should be this.
Code:│ │ ├── Batman Begins (2005) 1080p.mp4
│ │ ├── Batman Begins (2005) 1080p.eng.srt
https://jellyfin.org/docs/general/server...nal-files/
There needs to be a period before you specify the language code. I see a couple movies where it doesn't have the period.
Like this one.
Code:│ │ ├── Fantastic Beasts The Crimes Of Grindelwald (2018) eng.srt
It should be this.
Code:│ │ ├── Fantastic Beasts The Crimes Of Grindelwald (2018).eng.srt
Also, you cannot nest folders like you're doing in your latest pastebin.
This is not ok.
Code:/mnt/HDD/F1lms/Batman/Batman Begins (2005)
It should be this.
Code:/mnt/HDD/F1lms/Batman Begins (2005)
Thanks for pointing them out, I'll fix them now.