![]() |
AutoTagging Failure - 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: AutoTagging Failure (/t-autotagging-failure) |
AutoTagging Failure - nxllxvxxd - 2025-04-15 Currently I am rescanning my entire library after making a slight oopsie. I have deleted every single .nfo file and completely wiped my database. Well, I am trying to rescan approximately 2800 movies back into my library. I have tried multiple metadata sources to autoscan and tag it. I have tried TheMovieDB as the only metadata source and here are its logs when I run a full scan of a single movie and replace all metadata: Code: [00:14:17] [INF] [47] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting ffprobe with args -analyzeduration 200M -probesize 1G -i file:"E:\Movies\1970s\(1977) Eraserhead\(1977) Eraserhead.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format Yes, that is everything. But when I go to manually identify it it immediately pops up and works when clicked and is the first result with TheMovieDB being the source. An odd behavior to note is that with the metadata plugin Anilist this is the output in the logs, and it does tag the movie although improperly being the only one to even search for the movie Code: [00:23:52] [INF] [55] Jellyfin.Plugin.AniList.Providers.AniList.AniListMovieProvider: Start AniList... Searching((1977) Eraserhead) Note that also for some reason some movies have tagged properly not many but some RE: AutoTagging Failure - TheDreadPirate - 2025-04-15 Can you share your full logs and also screenshots of how the library is configured? Specifically, how each metadata category is configured. RE: AutoTagging Failure - nxllxvxxd - 2025-04-15 (Yesterday, 01:30 PM)TheDreadPirate Wrote: Can you share your full logs and also screenshots of how the library is configured? Specifically, how each metadata category is configured. Here is how my metadata is configured nothing insane just normal: ![]() And the part I provided earlier is literally the only log everything else is trickplay generation and things of that nature: Code: [13:54:09] [INF] [46] IntroSkipper.Services.Entrypoint: [Mode: Recap] Analyzing 26 files from Be Cool, Scooby-Doo! season 2 RE: AutoTagging Failure - TheDreadPirate - 2025-04-15 What happens if you move TheMovieDb to the top and disable the rest? RE: AutoTagging Failure - nxllxvxxd - 2025-04-15 Only a ffprobe is happening: Code: [15:53:31] [INF] [75] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting ffprobe with args -analyzeduration 200M -probesize 1G -i file:"F:\Movies\2020s\(2023) The Zone of Interest\(2023) The Zone of Interest.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format I have tried with every single metadata provider and the only one working is AniDB. Would deleting my metadata folder maybe help? RE: AutoTagging Failure - TheDreadPirate - 2025-04-15 Might as well try. |