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.