• 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): « Previous 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
    #11
    2024-02-28, 01:08 AM
    I got this on the second command:
    Code:
    justin@alphaDeb:~$ chown g-s /mnt/6tbData/Videos

    chown: invalid user: ‘g-s’
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-02-28, 02:09 AM (This post was last modified: 2024-02-28, 02:10 AM by TheDreadPirate. Edited 1 time in total.)
    (2024-02-28, 01:08 AM)justn Wrote: I got this on the second command:
    Code:
    justin@alphaDeb:~$ chown g-s /mnt/6tbData/Videos

    chown: invalid user: ‘g-s’

    My bad.  Should have been chmod instead of chown for that one.

    But the setfacl command is the important one. You have an ACL on that folder and we removed it.
    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
    #13
    2024-02-28, 03:43 AM
    Thanks. I ran both of those commands, and some progress has been made. 2 episodes of Season 3 show up in my library now. But the rest of the episodes are not showing up.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-02-28, 04:32 AM
    Can you enable debug logging then rescan Always Sunny and select "replace all metadata".

    https://jellyfin.org/docs/general/admini...eshooting/
    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
    #15
    2024-02-29, 04:37 AM
    Here's the log after a refresh with refresh all metadata selected. I restarted the server before I began the new scan.


    Attached Files
    .zip   jellyfin log.zip (Size: 19.7 KB / Downloads: 50)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-02-29, 02:33 PM
    That log was SUPER useful /s. The only thing

    Let's try this. We're going to temporarily give the jellyfin user a shell and I want you to navigate to these folders and run a couple commands to very the jellyfin user has access.

    Code:
    sudo su jellyfin /bin/bash

    Normally the jellyfin user doesn't have a shell, but this will temporarily give it one. Navigate to the Always Sunny season that isn't scanning and then

    Code:
    md5sum episode_file_name.mkv

    Let me know if that does or does not work.
    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
    #17
    2024-02-29, 11:43 PM
    Ah good 'ol not useful logs.

    All of Season 1, 2 and 4 aren't showing up. Strangely, a few more episodes appeared from Season 3...

    I had to use
    Code:
    sudo su jellyfin -s /bin/bash
    to switch to Jellyfin with a shell.

    After I did that, here's the result of one episode.

    Code:
    jellyfin@alphaDeb:/mnt/6tbData/Videos/Television/Its Always Sunny in Philadelphia/Season 1$ md5sum Its\ Always\ Sunny\ in\ Philadelphia\ s01e01.mkv

    c39eaf1bf7a0e2619ae4a06d3e2df158  Its Always Sunny in Philadelphia s01e01.mkv

    Would you like to to run the md5sum command on all the other episodes?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-03-01, 12:53 AM
    The fact that it could generate a MD5sum means that Jellyfin can read the entire file.

    Code:
    cat /proc/mounts

    What are the mount parameters for /mnt/6tbdata. But I'm out of ideas.

    What happens when you take all the episodes out of their respective season folders and just have them in the Always Sunny shows 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]
    justn
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #19
    2024-03-02, 02:49 AM
    Hmmm interesting, so that means if there were any permissions issues, those don't exist anymore.
    Here's cat /proc/mounts
    Code:
    justin@alphaDeb:~$ cat /proc/mounts
    sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    udev /dev devtmpfs rw,nosuid,relatime,size=3991240k,nr_inodes=997810,mode=755 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    tmpfs /run tmpfs rw,nosuid,nodev,noexec,relatime,size=802828k,mode=755 0 0
    /dev/sda2 / ext4 rw,relatime,errors=remount-ro 0 0
    securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
    tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
    tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
    cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
    pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
    efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
    none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
    systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11002 0 0
    mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
    hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
    debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
    tracefs /sys/kernel/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0
    sunrpc /run/rpc_pipefs rpc_pipefs rw,relatime 0 0
    fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
    configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
    /dev/sdb1 /mnt/6tbData ext4 ro,relatime 0 0
    /dev/sda1 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
    tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=802824k,nr_inodes=200706,mode=700,uid=1000,gid=1000 0 0
    binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
    /dev/sdd1 /mnt/6tbData ext4 rw,relatime 0 0
    /dev/sdc1 /mnt/bak6tbData ext4 rw,relatime 0 0
    tmpfs /run/user/112 tmpfs rw,nosuid,nodev,relatime,size=802824k,nr_inodes=200706,mode=700,uid=112,gid=115 0 0
    When I just put all of the episodes from each season in the "It's Always Sunny" folder Jellyfin displays the show in my library, but no episodes.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #20
    2024-03-02, 03:29 AM
    Grasping at straws. Change the files names to just s01e01.mkv, etc.
    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): « Previous 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