• 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 Troubleshooting Media Scanning & Identification Newly added show not appearing in library

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Newly added show not appearing in library

    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-26, 01:39 AM
    I'm having an issue with Jellyfin not displaying newly added episodes of It's Always Sunny in Philadelphia.

    This is a new show in my library, the show itself will show up in my Shows, but none of the episodes or seasons appear.

    Version: 10.8.13
    Debian repository
    Using the web client

    Permissions my the "Its Always Sunny in Philadelphia" directory are 777. Even if the permissions were 775, Jellyfin still would not find the seasons and episodes.

    I do have a log with debugging turned on, but it's 18k lines. Please let me know how you'd like me to share it as the forum didn't allow me to add it as an attachment.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-02-26, 04:13 AM
    Can you "ls -l" the Always Sunny directory? And copy and paste the output?

    Also zip up the log and attach it to a post.
    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]
    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #3
    2024-02-26, 04:53 AM
    Here's the 'ls -l'

    Code:
    justin@alphaDeb:~$ ls -l /mnt/6tbData/Videos/Television/Its\ Always\ Sunny\ in\ Philadelphia/
    total 584
    -rw-r--r-- 1 jellyfin jellyfin 581203 Feb 25 16:39  folder.jpg
    drwxrwsrwx 2 justin  jellyfin  4096 Feb 25 16:25 'Season 1'
    drwxrwsrwx 2 justin  jellyfin  4096 Feb 25 16:25 'Season 2'
    drwxrwsrwx 2 justin  jellyfin  4096 Feb 25 16:25 'Season 3'
    drwxrwsrwx 2 justin  jellyfin  4096 Feb 25 16:26 'Season 4'

    And my zipped log is attached.


    Attached Files
    .zip   jellyfin log.zip (Size: 183.99 KB / Downloads: 51)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-02-26, 05:11 AM
    Code:
    sudo chmod ug-s /mnt/6tbData/Videos/Television/Its\ Always\ Sunny\ in\ Philadelphia/
    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]
    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #5
    2024-02-27, 12:00 AM
    Running that command made no difference. I scanned all libraries and it still is not showing up.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-02-27, 12:51 AM
    My bad. I forgot to put a recursive on that.

    Code:
    sudo chmod -R ug-s /mnt/6tbData/Videos/Television/

    For the lulz, let's make sure the sticky bit isn't present for the entire library.
    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]
    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #7
    2024-02-27, 08:41 PM
    Seems to have helped a bit. Season 3 and 4 appear in my library, but no episodes appear. Seasons 1 and 2 don't appear at all.

    What does "ug-s" do to permissions?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-02-27, 09:36 PM
    It removes the sticky bit for users and group. In your permissions you see the "rws". The sticky bit is supposed to prevent group users from deleting folders. Sometimes it can cause other issues, which is why I had you remove it.

    Can you share the output of this command?

    Code:
    ls -ld /mnt /mnt/6tbData /mnt/6tbData/Videos /mnt/6tbData/Videos/Television

    Also, what path does the library that contains Always Sunny pointed at? /mnt/6tbData/Videos/Television?
    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]
    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #9
    2024-02-27, 09:43 PM
    Thanks for the explanation.

    Here's the output.
    Code:
    justin@alphaDeb:~$ ls -ld /mnt /mnt/6tbData /mnt/6tbData/Videos /mnt/6tbData/Videos/Television
    drwxr-xr-x  5 root  root    4096 Aug 25  2021 /mnt
    drwxrwxrwx  15 justin justin  4096 Feb  8  2023 /mnt/6tbData
    drwxrwsr-x+  8 justin justin  4096 Mar 26  2023 /mnt/6tbData/Videos
    drwxrwxr-x  40 justin jellyfin 4096 Feb 25 16:53 /mnt/6tbData/Videos/Television

    The library that contains It's Always Sunny is pointed to /mnt/6tbData/Videos/Television
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-02-27, 09:53 PM
    Code:
    setfacl -b -R /mnt/6tbData/Videos
    chown g-s /mnt/6tbData/Videos
    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]
    Pages (3): 1 2 3 Next »

    « 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