Jellyfin Forum
Big Bang Theory Naming - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Big Bang Theory Naming (/t-big-bang-theory-naming)



Big Bang Theory Naming - doobs - 2024-12-12

Greetings,

I'm a bit of neophyte at this, so if it sounds like I'm an idiot, when so be it....

I've got the complete set of Big Bang Theory on DVD that I've ripped and put on my Synology NAS that I access with JellyFin.

The files are set up in folders by year and then named SxxExx.mp4.

For instance the first episode of the first season is /S01/S01E01.mp4.

The problem that I have is that something call "Ballator" has the same naming scheme and Jellyfin is constantly resetting my metadata to that of the appropriate "Bellator" disk.

What is the proper way to name the Big Bang Theory episodes so that Jellyfin will be able to match that with the online descriptions?

Thanks


RE: Big Bang Theory Naming - wenzelja - 2024-12-12

This should be your TV Show folder hierarchy:

Shows
├── The Big Bang Theory (2007)
│ ├── Season 01
│ │ ├── The Big Bang Theory S01E01.mp4
│ │ ├── The Big Bang Theory S01E02.mp4
│ │ ├── The Big Bang Theory S01E03.mp4
│ │ └── Etc.
│ └── Season 02
│ ├── The Big Bang Theory S02E01.mp4
│ ├── The Big Bang Theory S02E02.mp4
│ ├── The Big Bang Theory S02E03.mp4
│ └── Etc.
├── Bellator MMA (2021) - (This was the closest match I could find when searching "Ballator" on IMDB website)
│ ├── Season 01
│ │ ├── Bellator MMA S01E01.mp4
│ │ ├── Bellator MMA S01E02.mp4
│ │ ├── Bellator MMA S01E03.mp4
│ │ └── Etc.
│ └── Season 02
│ ├── Bellator MMA S02E01.mp4
│ ├── Bellator MMA S02E02.mp4
│ ├── Bellator MMA S02E03.mp4
│ └── Etc.


RE: Big Bang Theory Naming - doobs - 2024-12-12

(2024-12-12, 01:49 PM)wenzelja Wrote: This should be your TV Show folder hierarchy:

Shows
├── The Big Bang Theory (2007)
│  ├── Season 01
│  │  ├── The Big Bang Theory S01E01.mp4
│  │  ├── The Big Bang Theory S01E02.mp4
│  │  ├── The Big Bang Theory S01E03.mp4
│  │  └──  Etc.
│  └── Season 02
│      ├── The Big Bang Theory S02E01.mp4
│      ├── The Big Bang Theory S02E02.mp4
│      ├── The Big Bang Theory S02E03.mp4
│      └──  Etc.
├── Bellator MMA (2021) - (This was the closest match I could find when searching "Ballator" on IMDB website)
│  ├── Season 01
│  │  ├── Bellator MMA S01E01.mp4
│  │  ├── Bellator MMA S01E02.mp4
│  │  ├── Bellator MMA S01E03.mp4
│  │  └──  Etc.
│  └── Season 02
│      ├── Bellator MMA S02E01.mp4
│      ├── Bellator MMA S02E02.mp4
│      ├── Bellator MMA S02E03.mp4
│      └──  Etc.

That definitely worked.  The scanned titles are now correct.

Thank you!