• 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 SOLVED: Shows folder not being indexed

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Shows folder not being indexed

    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #1
    2024-01-25, 01:27 AM
    I have created a new Jellyfin server and love it so far for my movies and pictures. That said, I've created a 'Shows' media folder to house my tv shows. I backed up my Band of Brothers series and moved it to the folder referenced by Shows. 

    The naming is as follows:
    'Shows' references the folder /media/tv
    /media/tv/'Band of Brothers'/'Season 01'/Currahee S01E01.mkv

    I'm running the latest Jellyfin image in docker with the volumes set correctly (Movies and Pictures in the media folder work fine)
    No matter what I do I cannot get the Series to show in the 'Shows' folder. I'm hoping I'm not missing anything silly.  I have read Shows | Jellyfin and combed these forums.

    Does someone know what I'm doing wrong?
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-25, 01:30 AM
    Double check the file folder permissions. Check for ACLs. You will see a + at the end of the permissions like

    Code:
    rwxr-xr-x+

    If you have them on a directory you can remove with

    Code:
    sudo setfacl -b /path/to/folder

    Add a -R if you want to ensure nothing under that folder has an ACL.
    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]
    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #3
    2024-01-25, 03:03 AM (This post was last modified: 2024-01-25, 03:15 AM by Payrok. Edited 3 times in total.)
    (2024-01-25, 01:30 AM)TheDreadPirate Wrote: Double check the file folder permissions.  Check for ACLs.  You will see a + at the end of the permissions like

    Code:
    rwxr-xr-x+

    If you have them on a directory you can remove with

    Code:
    sudo setfacl -b /path/to/folder

    Add a -R if you want to ensure nothing under that folder has an ACL.

    I didn't see any "bad" permissions

    Directories all have: drwxrwxr-- root root

    The file permissions are like this:

    -rwxrwxr-x 1 root root 2562252818 Jan 20 09:33 'Bastogne S01E06.mkv'*
    -rwxrwxr-x 1 root root 3060847514 Jan 20 09:33 'Carentan S01E03.mkv'*
    -rwxrwxr-x 1 root root 2479809899 Jan 20 09:33 'Crossroads S01E05.mkv'*
    -rwxrwxr-x 1 root root 2838329105 Jan 20 09:33 'Currahee S01E01.mkv'*
    -rwxrwxr-x 1 root root 2602003746 Jan 20 09:33 'Day of Days S01E02.mkv'*
    -rwxrwxr-x 1 root root 2530823786 Jan 20 09:32 'Points S01E10.mkv'*
    -rwxrwxr-x 1 root root 2368960859 Jan 20 09:32 'Replacements S01E04.mkv'*
    -rwxrwxr-x 1 root root 5117836934 Jan 20 09:33 'The Breaking Point S01E07.mkv'*
    -rwxrwxr-x 1 root root 2481354296 Jan 20 09:33 'The Last Patrol S01E08.mkv'*
    -rwxrwxr-x 1 root root 2505659571 Jan 20 09:33 'Why We Fight S01E09.mkv'*

    This is an smb mount from my actual NAS. The whole setup looks like this:

    jellysrv1 == Ubuntu 22.04
    nassrv1 == Debian Trixie

    nassrv1 has smb share 'TV' that lives on a RAID0

    jellysrv1 mounts TV to /mnt/media/tv via fstab on boot

    docker image is run from  ~/docker/jellyfin of my user on jellysrv1

    Directory structure of the jellyfin folder looks like this:
    ~/docker/jellyfin has

    drwxrwxr-x 6 user1 user1 4096 Jan 24 13:15 cache/
    drwxrwxr-x 9 user1 user1 4096 Jan 18 01:15 config/
    -rw-rw-r-- 1 user1 user1 634 Jan 18 01:10 docker-compose.yml
    lrwxrwxrwx 1 user1 user1 10 Jan 18 01:06 media -> /mnt/media/

    I promise to tackle a bug if we get through this Grinning-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-25, 03:49 AM
    (2024-01-25, 03:03 AM)Payrok Wrote: Directories all have: drwxrwxr-- root root

    Is this a typo or do your directories not have X for "other" users?
    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]
    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #5
    2024-01-25, 11:34 AM
    Yes, typo. drwxrwxr-x
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-01-25, 05:12 PM
    What are the mount parameters for /mnt/media/tv in /etc/fstab?
    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]
    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #7
    2024-01-25, 10:38 PM
    //192.168.0.241/tv /mnt/media/tv cifs credsFile,file_mode=0775,dir_mode=0775,rw,noperm,iocharset=utf8
    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #8
    2024-01-25, 10:43 PM (This post was last modified: 2024-01-25, 10:45 PM by Payrok. Edited 1 time in total.)
    Edit: That's not going to work, nevermind. Slightly-frowning-face

    "Going to try changing my softlink to a hardlink and see if that does anything.
    Payrok
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #9
    2024-01-25, 10:53 PM
    Son of a gun. I just stopped the container and restarted it and now it indexes.

    To sum up:

    Jellyfin was running A-OK
    Mounted a new share for the Jellyfin server
    Added the folder from the new share
    Added Shows with the correct directory structure.
    Nothing indexed until the docker container was restarted.

    Can you reproduce that @TheDreadPirate?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-01-25, 11:03 PM (This post was last modified: 2024-01-25, 11:04 PM by TheDreadPirate. Edited 2 times in total.)
    My main setup runs Jellyfin bare metal.

    I will try with my docker test setup when I get home later tonight, but I don't have an apples-to-apples setup for a cifs share.
    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 (2): 1 2 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