![]() |
Jellyfin not scanning for shows - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin not scanning for shows (/t-jellyfin-not-scanning-for-shows) |
Jellyfin not scanning for shows - numToStr - 2025-04-15 I've installed jellyfin in a proxmox lxc unprivilaged container using Proxmox VE Helper-Scripts and my library is on a smb share, which i made available to the lxc using the following steps. First i mounted my smb share in the proxmox host's fstab Code: //192.168.31.150/anime /mnt/nas/anime cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,nobrl,dir_mode=0770,file_mode=0770,credentials=/etc/.smbpwd 0 0 Note: proxmox host adds 100000 to the lxc's user and group id then i bind-mounted the share to lxc container Code: pct set 115 -mp0 /mnt/nas/anime,mp=/mnt/anime then tweaked the jellyfin user permissionsCode: groupadd -g 10000 lxc_shares Code: root@jellyfin:~# id jellyfin Code: root@jellyfin:~# sudo -u jellyfin ls -al /mnt/anime/ Finally, i added /mnt/anime as Shows under my jellyfin's library but it doesn't seem to scan the files, checked the logs but nothing related to files. First screenshot is my library after scanning is finished and second is the metadata manager which doesn't go deeper than the top-level folder.I even tried docker but same issue, library not showing. RE: Jellyfin not scanning for shows - TheDreadPirate - 2025-04-15 Based on the time zone in your log, and your profile picture, are you in India? Other Indian users had to either use a VPN to tunnel out of India or use a custom DNS. Your ISP is likely blocking DNS requests to TMDB. But not outright blocking it. So using a different DNS provider, like Google DNS or Cloudflare DNS, would get around this. RE: Jellyfin not scanning for shows - numToStr - 2025-04-15 hahaha yeah i'm from India and yesssss! this was it. I initially disabled all metadata downloaders and image fetchers, just as a debugging process, and library scanning worked. Now after your reply I enabled others except TMDB and still works. Thanks for your guidance, i'll change my dns and see if TMDB also works. RE: Jellyfin not scanning for shows - TheDreadPirate - 2025-04-15 Huzzah! Yes, for whatever reason, India/Indian ISPs block TMDB but not TVDB nor other metadata providers. Definitely a strange choice to block just TMDB. |