Jellyfin Forum
SOLVED: Unable to scan media for new files - 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: SOLVED: Unable to scan media for new files (/t-solved-unable-to-scan-media-for-new-files)

Pages: 1 2


RE: Unable to scan media for new files - Fallen - 2024-10-25

https://pastebin.com/wutLMETw


RE: Unable to scan media for new files - TheDreadPirate - 2024-10-25

Can you try uninstalling the ThemerrDB plugin?


RE: Unable to scan media for new files - Fallen - 2024-10-25

Ok, that error has gone away (of course) but looks like that original error is back.


RE: Unable to scan media for new files - TheDreadPirate - 2024-10-25

Can you share your docker compose file?


RE: Unable to scan media for new files - Fallen - 2024-10-25

Code:
version: "3.3"
services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    network_mode: 'host'
    volumes:
      - ./config:/config
      - ./cache:/cache
      - /mnt/nas-nfs/Movies:/Movies
      - /mnt/nas-nfs/TV_Shows:/TV_Shows
      - /mnt/nas-nfs/Anime:/Anime
    devices:
      - /dev/dri:/dev/dri
    restart: 'unless-stopped'



RE: Unable to scan media for new files - TheDreadPirate - 2024-10-25

OK. An average docker compose.

Let's go the other way and just straight up disable IPv6 both in Jellyfin and on the host.

https://askubuntu.com/questions/309461/how-to-disable-ipv6-permanently


RE: Unable to scan media for new files - Fallen - 2024-10-25

Looks like I was missing a line from that forum. Adding everything, redisabling IPV6 on jellyjin, and rebooted. After a scan looks like everythings working again.


RE: Unable to scan media for new files - TheDreadPirate - 2024-10-25

Weird. It looked like your IPv6 was setup properly, but I guess not.


RE: Unable to scan media for new files - Fallen - 2024-10-25

Marking this as resolved. Thanks!