• 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 Show Episodes Not Showing Up

     
    • 0 Vote(s) - 0 Average

    TV Show Episodes Not Showing Up

    Trying to add a tv show but it won't work. Please help.
    Psychological-Tap834
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-06-07, 07:34 PM
    I am trying to add Breaking Bad to my server (it is an Ubuntu server, jellyfin is not running in docker or anything). I got the episodes in mp4 format. I uploaded the files to my server into my shows folder with the recommended folder scheme. I checked on both the website and media player app if it works but no episodes show up under the show. When I hit the play button for the entire series, I got the error "Unable to find a valid media source to play." I thought this could be a problem with the mp4 format but I have other shows in the format that work. Please help! I can share any more info if needed.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-07, 07:38 PM
    Can you share your jellyfin log via pastebin?

    /var/log/jellyfin

    Does jellyfin have permission to read the files and folder?
    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]
    Psychological-Tap834
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #3
    2024-06-07, 09:13 PM
    (2024-06-07, 07:38 PM)TheDreadPirate Wrote: Can you share your jellyfin log via pastebin?

    /var/log/jellyfin

    Does jellyfin have permission to read the files and folder?

    The pastebin is here. I found a line about it removing the Series in it but the listing is still on Jellyfin just without and episodes. I think it is because Jellyfin has no write access to any of my folders.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-07, 09:20 PM
    Is the pastebin link correct?
    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]
    Psychological-Tap834
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-06-07, 09:23 PM
    (2024-06-07, 09:20 PM)TheDreadPirate Wrote: Is the pastebin link correct?

    Oh sorry it is this. I had the wrong capitalization on a letter. Sorry.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-06-07, 09:37 PM
    What is the output of this command?

    Code:
    sudo ls -ld /media /media/myfiles /media/myfiles/movies /media/myfiles/shows /media/myfiles/shows/Breaking\ bad
    sudo ls -l /media/myfiles/shows/Breaking\ bad/
    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]
    Psychological-Tap834
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-06-07, 09:46 PM
    (2024-06-07, 09:37 PM)TheDreadPirate Wrote: What is the output of this command?

    Code:
    sudo ls -ld /media /media/myfiles /media/myfiles/movies /media/myfiles/shows /media/myfiles/shows/Breaking\ bad
    sudo ls -l /media/myfiles/shows/Breaking\ bad/

    For context minicheef99 is my account on the server

    The ls -ld:

    drwxr-xr-x 3 root        root        4096 May  7 23:49  /media
    drwxr-xr-x 7 minicheef99 minicheef99 4096 Jun  7 18:51  /media/myfiles
    drwxr-xr-x 2 minicheef99 minicheef99 4096 May  7 23:57  /media/myfiles/movies
    drwxr-xr-x 4 minicheef99 minicheef99 4096 Jun  7 19:02  /media/myfiles/shows
    drwxrwx--- 8 minicheef99 minicheef99 4096 Jun  7 21:41 '/media/myfiles/shows/Breaking Bad'

    The ls -l

    total 24
    drwxrwx--- 2 minicheef99 minicheef99 4096 Jun  7 19:09 'Season 01'
    drwxrwx--- 2 minicheef99 minicheef99 4096 Jun  7 19:14 'Season 02'
    drwxrwx--- 2 minicheef99 minicheef99 4096 Jun  7 19:16 'Season 03'
    drwxrwx--- 2 minicheef99 minicheef99 4096 Jun  7 18:55 'Season 04'
    drwxrwx--- 2 minicheef99 minicheef99 4096 Jun  7 18:56 'Season 05'
    drwxr-xr-x 2 minicheef99 minicheef99 4096 Jun  7 19:01  Specials
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-06-07, 09:47 PM (This post was last modified: 2024-06-07, 09:47 PM by TheDreadPirate.)
    sudo chmod -R 755 '/media/myfiles/shows/Breaking Bad'
    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]
    Psychological-Tap834
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #9
    2024-06-07, 10:02 PM
    (2024-06-07, 09:47 PM)TheDreadPirate Wrote: sudo chmod -R 755 '/media/myfiles/shows/Breaking Bad'

    It works. Thank you.
    « 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