![]() |
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) |
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 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: 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 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 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 RE: Newly added show not appearing in library - TheDreadPirate - 2024-03-02 Grasping at straws. Change the files names to just s01e01.mkv, etc. |