2024-10-16, 07:22 PM
You need to change the file name. The file names need season numbers. Some examples of supported structures and file names.
This one is not supported, but it can work.
Jellyfin is very reliant on metadata to function. If you turn off all the online providers, but don't provide your own metadata with NFOs, Jellyfin will not display content properly or at all. And the season number and episode number, s01e01, is pretty much mandatory for a smooth experience.
Even shows without seasons will usually have a season number. If you go to TMDB or TVDB, every show will have season numbers.
Code:
Anime
├── Gunsmith Cats
│ ├── Season 01
│ │ ├── s01e01.mkv
│ │ ├── s01e02.mkv
│ │ ├── s01e03.mkv
Code:
Anime
├── Gunsmith Cats
│ ├── Season 01
│ │ ├── Gunsmith Cats s01e01.mkv
│ │ ├── Gunsmith Cats s01e02.mkv
│ │ ├── Gunsmith Cats s01e03.mkv
This one is not supported, but it can work.
Code:
Anime
├── Gunsmith Cats
│ ├── s01e01.mkv
│ ├── s01e02.mkv
│ ├── s01e03.mkv
Jellyfin is very reliant on metadata to function. If you turn off all the online providers, but don't provide your own metadata with NFOs, Jellyfin will not display content properly or at all. And the season number and episode number, s01e01, is pretty much mandatory for a smooth experience.
Even shows without seasons will usually have a season number. If you go to TMDB or TVDB, every show will have season numbers.