Jellyfin Forum
Jellyfin not fetching metadata or creating .nfo files out of the blue - 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: Jellyfin not fetching metadata or creating .nfo files out of the blue (/t-jellyfin-not-fetching-metadata-or-creating-nfo-files-out-of-the-blue)



Jellyfin not fetching metadata or creating .nfo files out of the blue - dlxfuentes - 2024-12-16

Had this start to happen either yesterday or the day before. I'll add new files and Jellyfin won't recognize them or create the metadata for them. I don't believe I've made any changes and even updating the client from my old version (10.9 I believe) to the most recent stable version didn't fix it.

There are no obvious errors in the logs but this appears anytime I refresh:

Code:
[2024-12-16 18:14:47.185 -05:00] [INF] [59] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "Shōgun"
[2024-12-16 18:14:47.189 -05:00] [INF] [59] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 4df14e43-0807-b491-245a-0149e8743b48
[2024-12-16 18:14:47.205 -05:00] [INF] [59] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Season Unknown" entry for "Shōgun"
[2024-12-16 18:14:47.243 -05:00] [INF] [59] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "Shōgun"
[2024-12-16 18:14:47.247 -05:00] [INF] [59] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: 4df14e43-0807-b491-245a-0149e8743b48
[2024-12-16 18:14:47.260 -05:00] [INF] [59] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Season Unknown" entry for "Shōgun"
[2024-12-16 18:14:47.277 -05:00] [INF] [59] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "D:\ffmpeg\bin\ffprobe.exe" with args "-analyzeduration 200M -probesize 1G -i file:\"S:\TV\Action\Shōgun\Season 1\Shōgun - S01E01 - Anjin.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"

I feel as if there should be a resolution to the last command but there's nothing past that, no error or anything.

I then tried to run this command right from the command line which brings up this error:

Code:
D:\ffmpeg\bin>ffprobe.exe -analyzeduration 200M -probesize 1G -i file:\"S:\TV\Action\Shōgun\Season 1\Shōgun - S01E01 - Anjin.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format

Argument '1\Shōgun' provided as input filename, but 'file:"S:\TV\Action\Shōgun\Season' was already specified.

This error is occurring both when creating new series and also adding in new episodes of existing series.


RE: Jellyfin not fetching metadata or creating .nfo files out of the blue - TheDreadPirate - 2024-12-17

Can you share your full log via pastebin? And which folder is the library pointed at? TV? Or Action?


RE: Jellyfin not fetching metadata or creating .nfo files out of the blue - dlxfuentes - 2024-12-17

The log is too big for pastebin because of the size (had a separate issue with trailer fetching that I've hopefully solved) so here's a google drive link instead.



That one library is pointed at Action, but none of my other libraries are working either.


RE: Jellyfin not fetching metadata or creating .nfo files out of the blue - TheDreadPirate - 2024-12-17

It looks like your entire S drive is not available.


RE: Jellyfin not fetching metadata or creating .nfo files out of the blue - dlxfuentes - 2024-12-17

Available to what? I can still watch files on that drive just fine. I also have other libraries on a separate drive that also have the same issues as well.


RE: Jellyfin not fetching metadata or creating .nfo files out of the blue - dlxfuentes - 2024-12-19

So I backed up all my Jellyfin data and made a fresh new install. Not only does the issue still persist, it no longer recognizes the existing media I had no problem accessing before. This happens across multiple drives of content.

I'm truly stumped as to what the issue is here.

Edit: It seems like the TMDB plugin may be the culprit here. I disabled all metadata fetchers and that finally loaded the info from my existing .nfo files. I then selected TVDB for metadata since that's my primary source and it's fetching just fine. My next question would be, is there a way to reload that TMDB plugin? I can't uninstall it and I'm not sure where to locate the folder where built-in plugins would be located.