Jellyfin Forum
Newly added show not appearing in library - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: Newly added show not appearing in library (/t-newly-added-show-not-appearing-in-library)

Pages: 1 2 3


RE: Newly added show not appearing in library - justn - 2024-02-28

I got this on the second command:
Code:
justin@alphaDeb:~$ chown g-s /mnt/6tbData/Videos

chown: invalid user: ‘g-s’



RE: Newly added show not appearing in library - TheDreadPirate - 2024-02-28

(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.


RE: Newly added show not appearing in library - justn - 2024-02-28

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.


RE: Newly added show not appearing in library - TheDreadPirate - 2024-02-28

Can you enable debug logging then rescan Always Sunny and select "replace all metadata".

https://jellyfin.org/docs/general/administration/troubleshooting/


RE: Newly added show not appearing in library - justn - 2024-02-29

Here's the log after a refresh with refresh all metadata selected. I restarted the server before I began the new scan.


RE: Newly added show not appearing in library - TheDreadPirate - 2024-02-29

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.


RE: Newly added show not appearing in library - justn - 2024-02-29

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?


RE: Newly added show not appearing in library - TheDreadPirate - 2024-03-01

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?


RE: Newly added show not appearing in library - justn - 2024-03-02

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.


RE: Newly added show not appearing in library - TheDreadPirate - 2024-03-02

Grasping at straws. Change the files names to just s01e01.mkv, etc.