• 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 General Questions tv shows

     
    • 0 Vote(s) - 0 Average

    tv shows

    does not seem to work for me
    seamus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #1
    2025-08-08, 09:54 PM (This post was last modified: 2025-08-08, 10:43 PM by seamus. Edited 1 time in total.)
    I've read the documentation multiple times, and tried this in numerous ways - none of which work! 

    I'm using a Jellyfin version (10.10.7) on my Synology NAS. The "Movies" library works fine - it has from the beginning (for me about a month ago). However, I now have some TV shows I want to add. The docs say that tv shows should be added in a different library... so that's what I've tried to do.

    Initially, I added the Shows library under the "movies" share on my SynologyNAS. The tv shows show up under movies, but the metadata is screwy. Anyway, I could not get any of the uploaded files to appear in the "shows" library. So I decided to try a dedicated share on the NAS for Shows.

    I created a dedicated share on my NAS. I called it "movtvshows", and it's under "volume1" on the NAS ("movies" is also under "volume1"). IAW the docs, I created a new library w/ Content Type "Shows" in the "movtvshows" share from the "Dashboard, Libraries, Add Media Library", and named it "tvShows".  I created a folder named "X Files", and a subfolder under that named "Season 4". I've uploaded a single video file (mkv) under the "Season 4" folder: "XFilesS4_2-Home C1_t01.mkv". 

         

    However, when I go to the main page of the Jellyfin webserver on Synology under "My Media", I see absolutely NOTHING in the "tvShows" media holder. 

    WTFIGO please? So frustrating to follow instructions, and get zilch for it - esp after it worked so intuitively initially.
    bitmap
    Offline

    Community Moderator

    Posts: 969
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #2
    2025-08-08, 10:28 PM
    Are the permissions the same on both? That may be a difference. The other thing is that you might consider adding the tmdbid to the series folder and following naming conventions for the media file. Seems like Jellyfin either can't see the media file (permissions) or it's having issues parsing the media file (naming).
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    seamus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #3
    2025-08-08, 11:44 PM
    (2025-08-08, 10:28 PM)bitmap Wrote: Are the permissions the same on both? That may be a difference. The other thing is that you might consider adding the tmdbid to the series folder and following naming conventions for the media file. Seems like Jellyfin either can't see the media file (permissions) or it's having issues parsing the media file (naming).
     

    The permissions are exactly the same in both Movies (movies share) and tvShows (movtvshows share) on the Synology NAS. 

    WRT naming conventions, here's what I have... I thought I WAS following the naming convention... did I screw that up??:

    Code:
    ~/volume1/movtvshows$
    $ find 'X Files' -ls
      262    0 drwxrwxrwx  1 seamus  users          16 Aug  7 18:25 X\ Files
      263    0 drwxrwxrwx  1 seamus  users          52 Aug  8 17:55 X\ Files/Season\ 4
      275 1967280 -rwxrwxrwx  1 seamus  users    2014491903 Jul  5 12:49 X\ Files/Season\ 4/XFilesS4_2-Home\ C1_t01.mkv

    What is 'tmdbid'? I checked the movie database for the X Files... they show it, but there was no 'tmbdid' given??
    Also - don't the docs say that the ids are optional?
    Also - I tried using the following folder names with NO CHANGE in the results: 
        'X Files [tvdbid-77398]' 
        'X Files [imdbid-tt0106179]'

    Appreciate your help, but this seems like bogus behavior; i.e. refusing to show anything at all. In the 'movies' share it always lists something.
    alleycat
    Offline

    Member

    Posts: 85
    Threads: 19
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #4
    Yesterday, 11:01 AM (This post was last modified: Yesterday, 11:17 AM by alleycat. Edited 3 times in total.)
    (2025-08-08, 09:54 PM)seamus Wrote:  

    Try this:

    volume1\
    └── movtvshows\
        └── The X-Files (1993) [tmdbid-4087]\
            └── Season 01\
                ├── S01E01.mkv
                ├── S01E02.mkv
                ├── ...
            └── Season 02\
                ├── S02E01.mkv
                ├── S02E02.mkv
                ├── ...
             ...

             └── Season 04\
                ├── S04E01.mkv
                ├── S04E02.mkv
                ├── ...
    etc

    When you find the correct series at the themoviedb.org, the series id number is in the URL

    https://www.themoviedb.org/tv/4087-the-x...uage=en-US
    Jellyfin 10.10.7 (bare metal) on
    Ubuntu 24.04.2 LTS, OS 1TB m.2 NVMe
    Dell OptiPlex 7050 Intel i7-6700 32GB ram (headless)
    Intel Arc A310 ELF
    Storage: TrueNas Mini R Raidz2 45 TiB (samba shares)
    Main PC: duel boot m.2 Windows 10/m.2 Linux Mint
    Gateway: Netgate 4200 PFsense/HAproxy

    seamus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #5
    55 minutes ago (This post was last modified: 43 minutes ago by seamus. Edited 1 time in total.)
    (Yesterday, 11:01 AM)alleycat Wrote:
    (2025-08-08, 09:54 PM)seamus Wrote:  

    Try this:

    volume1\
    └── movtvshows\
        └── The X-Files (1993) [tmdbid-4087]\
            └── Season 01\
                ├── S01E01.mkv
                ├── S01E02.mkv
                ├── ...
            └── Season 02\
                ├── S02E01.mkv
                ├── S02E02.mkv
                ├── ...
             ...

             └── Season 04\
                ├── S04E01.mkv
                ├── S04E02.mkv
                ├── ...
    etc

    When you find the correct series at the themoviedb.org, the series id number is in the URL

    https://www.themoviedb.org/tv/4087-the-x...uage=en-US

    Thanks for all of that...  but it's still not working! Following is a screenshot of a Finder window (macOS) of the Synology share /volume1/movtvshows: 
         

    Note that I've created two "Series" folders - one for IMDB, one for TMDB. I've also set up only one "Season" folder (one in each Series folder), and have tried different file names trying to ferret a response of some kind. Each of the files in the 'Season 04' folder is the same file with different file names. As shown below, I still get NOTHING: 
         
         

    No idea what could be the cause of this! So frustrating...  Any ideas are appreciated.  

    Oh - here's a s/s of the "Dashboard view"... I've named the folder differently under Jellyfin than it's named under Synology... could that be an issue? 
       
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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