Jellyfin Forum
SOLVED: problème de doublon - 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: problème de doublon (/t-solved-probl%C3%A8me-de-doublon)



problème de doublon - jaja - 2025-09-01

hello,

j'ai un soucis avec une série : the pacific

cette mini-série a une seule et unique saison. mais jellyfin m'en trouve 2 !

[Image: jellyfin-the-pacific-1.jpg]

propriétés de la "saison 1" :

[Image: jellyfin-the-pacific-2.jpg]

ID TheTVDB Saison : 41922

j'ai supprimé la saison. cela a supprimé les fichiers !!
j'ai réuploadé les fichiers.

propriétés de la "saison "7" :

[Image: jellyfin-the-pacific-3.jpg]

ID TheTVDB Saison : (empty)

je ne peux pas supprimer cette saison car je n'ai pas l'option.

contenu du dossier sur mon serveur linux (vue nextcloud):

[Image: jellyfin-the-pacific-4.jpg]

et, cesire sur la gâteau. je n'ai aucun résumé d'aucun épisode de cette série !

que ce soit pour la "saison 1" :

[Image: jellyfin-the-pacific-5.jpg]

ou que ce soit pour la "saison 7" :

[Image: jellyfin-the-pacific-6.jpg]

j'ai trouvé ceci dans les logs (fichier "jellyfin20250901_018.log" d'aujourd'hui):

Code:
Status: 400
Response:
{"status":"failure","message":"InvalidValueType: cannot make item path","data":null}

  at Jellyfin.Plugin.Tvdb.SeasonClient.ExtendedSeasonClient.GetSeasonExtendedWithTranslationsAsync(Double id, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetSeasonByIdAsync(Int32 seasonTvdbId, String language, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Tvdb.Providers.TvdbSeasonImageProvider.GetSeasonArtworks(Int32 seriesTvdbId, Int32 seasonNumber, String displayOrder, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Tvdb.Providers.TvdbSeasonImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
[2025-09-01 21:50:59.560 +02:00] [INF] [GetImages] Images found for "Saison 7": []
[2025-09-01 21:50:59.869 +02:00] [WRN] [GetMetadata] for "Making of The Pacific"
System.ArgumentNullException: Value cannot be null. (Parameter 'input')
  at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
  at System.Text.RegularExpressions.Regex.Match(String input)
  at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadataInternal(EpisodeInfo info)
  at Jellyfin.Plugin.TvMaze.Providers.TvMazeEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
[2025-09-01 21:50:59.883 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.06.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:00.121 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.06.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:00.122 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.06.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:00.235 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:00.382 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.09.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:00.591 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:00.629 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.09.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:00.629 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.09.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:00.643 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:00.849 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.04.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:01.015 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:01.096 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.04.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:01.097 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.04.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:01.108 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:01.310 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.08.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:01.493 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:01.554 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.08.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:01.554 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.08.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:01.567 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:01.767 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.05.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:01.916 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:02.006 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.05.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:02.007 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.05.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:02.018 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:02.191 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.10.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:02.242 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:02.444 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.10.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:02.445 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.10.FR.REPACK.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:02.456 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:02.636 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:02.677 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.02.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:02.917 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.02.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:02.917 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.02.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:02.930 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:02.965 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:03.164 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.03.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:03.316 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:03.409 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.03.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:03.409 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.03.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:03.422 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:03.589 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.01.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:03.651 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:03.852 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.01.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:03.852 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.01.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:03.863 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:04.037 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  --- End of inner exception stack trace ---
  at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResultsAsync(String name, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetSearchResults(ArtistInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetIdAsync(ArtistInfo info, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbArtistProvider.GetMetadata(ArtistInfo info, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2025-09-01 21:51:04.128 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.07.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-09-01 21:51:04.383 +02:00] [ERR] Episode S07E448 not found for series 0:"The.Pacific.07.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru]"
[2025-09-01 21:51:04.383 +02:00] [WRN] [GetMetadata] Found multiple possible episodes in TVMaze for file '"/media/server/a864a7e7-448a-4b06-ba9a-03b497a9f852/Videos/Series/The Pacific/Saison 1/The.Pacific.07.FR.DVDRip.XviD-BaLLanTeAm.[tvu.org.ru].avi"': "Part One(ID: 42779), Part Two(ID: 42780), Part Three(ID: 42781), Part Four(ID: 42782), Part Five(ID: 42783), Part Six(ID: 42784), Part Seven(ID: 42785), Part Eight(ID: 42786), Part Nine(ID: 42787), Part Ten(ID: 42788)". Include the name or the ID of the correct episode in the file name to make the match unique. TVmaze IDs have to be in brackets and prefixed with '"tvmazeid-"'. (e.G., '"Part One[tvmazeid-42779].avi"')
[2025-09-01 21:51:04.396 +02:00] [ERR] Episode 7xnull not found for series 85539:"Band of Brothers : L'enfer du Pacifique"
[2025-09-01 21:51:04.447 +02:00] [ERR] Error in "VGMdb"
System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)

c'est pas génant en soi mais c'est bizarre !
merci de votre aide !


RE: problème de doublon - theguymadmax - 2025-09-01

Try renaming "Saison 1" folder to "Season 1"

If that's not the issue, then rename the files:

Showname.SXX.EXX...avi
The.Pacific.S01E01...avi
The.Pacific.S01E02...avi
....


RE: problème de doublon - jaja - 2025-09-01

j'ai renommé le dossier "Saison 1" en Saison_01". sans résultat.

j'ai renommé chaque fichier en mettant "...S01E0X...".

et ça fonctionne !!

excellent Jellyfin !!!

un grand merci Winking-face