7 hours ago
When a new episode of some series are imported, they are immediately marked as watched. Even if I go and unmark the episode as watched, the next episode imported is also automatically marked as watched. This doesn''t happen on all series, and only seemed to happen to series in my MAL, since I did try and use the Ani-sync plugin's "Update Jellyfin with provider progress" feature, which just marked all seasons of every slow on my "watching" list as watched. however, I had assumed this would only be for existing episodes, and new episodes would be unwatched by default, but that does not seem to be the case. Is there any way to fix this? Is the fix moving the folders out of the library folder and then bringing them back in?
Here's an example log entry:
[2025-05-18 16:36:15.514 -04:00] [INF] [97] Emby.Server.Implementations.IO.LibraryMonitor: "Season 1" ("/fileserver/data/anime/The Gorilla God's Go-To Girl/Season 1") will be refreshed.
[2025-05-18 16:36:15.887 -04:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/fileserver/data/anime/The Gorilla God's Go-To Girl/Season 1/The Gorilla God's Go-To Girl - S01E07 - The Sofa and Romance's Gorilla Love Song.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-05-18 16:36:18.792 -04:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "TBA", Path: "", Id: b9cdc0c9-cae5-a369-73db-b20c2cd82988
[2025-05-18 16:36:28.808 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Update to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 episodes with event type Update
[2025-05-18 16:36:29.050 -04:00] [ERR] [11] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-05-18 16:36:29.053 -04:00] [ERR] [11] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList
at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection
at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Update to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 episodes with event type Update
[2025-05-18 16:36:29.146 -04:00] [ERR] [11] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-05-18 16:36:29.147 -04:00] [ERR] [11] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList
at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection`1 events, TraktUser traktUser, EventType eventType)
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2025-05-18 16:37:18.795 -04:00] [INF] [11] IntroSkipper.Services.Entrypoint: Initiating automatic analysis task
[2025-05-18 16:37:18.870 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Shows"
[2025-05-18 16:37:18.870 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Sus"
[2025-05-18 16:37:18.871 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Movies"
[2025-05-18 16:37:18.872 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Suggestive Anime"
[2025-05-18 16:37:18.875 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Sus2"
[2025-05-18 16:37:18.875 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Anime"
[2025-05-18 16:37:18.974 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Introduction] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:23.357 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Credits] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:27.638 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Recap] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:27.645 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Preview] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
Here's an example log entry:
[2025-05-18 16:36:15.514 -04:00] [INF] [97] Emby.Server.Implementations.IO.LibraryMonitor: "Season 1" ("/fileserver/data/anime/The Gorilla God's Go-To Girl/Season 1") will be refreshed.
[2025-05-18 16:36:15.887 -04:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/fileserver/data/anime/The Gorilla God's Go-To Girl/Season 1/The Gorilla God's Go-To Girl - S01E07 - The Sofa and Romance's Gorilla Love Song.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-05-18 16:36:18.792 -04:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "TBA", Path: "", Id: b9cdc0c9-cae5-a369-73db-b20c2cd82988
[2025-05-18 16:36:28.808 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2025-05-18 16:36:28.810 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Update to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2025-05-18 16:36:28.814 -04:00] [INF] [85] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 episodes with event type Update
[2025-05-18 16:36:29.050 -04:00] [ERR] [11] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-05-18 16:36:29.053 -04:00] [ERR] [11] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken, Boolean useProviderIds)
at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection
1 events, TraktUser traktUser, EventType eventType)
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Update to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2025-05-18 16:36:29.056 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 episodes with event type Update
[2025-05-18 16:36:29.106 -04:00] [ERR] [11] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-05-18 16:36:29.106 -04:00] [ERR] [11] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken, Boolean useProviderIds)at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)
at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection
1 events, TraktUser traktUser, EventType eventType)[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Update to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Remove to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No episodes with event type Add to process
[2025-05-18 16:36:29.106 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: Processing 1 episodes with event type Update
[2025-05-18 16:36:29.146 -04:00] [ERR] [11] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-05-18 16:36:29.147 -04:00] [ERR] [11] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken, Boolean useProviderIds)
at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection`1 events, TraktUser traktUser, EventType eventType)
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Remove to process
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Add to process
[2025-05-18 16:36:29.147 -04:00] [INF] [11] Trakt.Helpers.LibraryManagerEventsHelper: No shows with event type Update to process
[2025-05-18 16:37:18.795 -04:00] [INF] [11] IntroSkipper.Services.Entrypoint: Initiating automatic analysis task
[2025-05-18 16:37:18.870 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Shows"
[2025-05-18 16:37:18.870 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Sus"
[2025-05-18 16:37:18.871 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Movies"
[2025-05-18 16:37:18.872 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Suggestive Anime"
[2025-05-18 16:37:18.875 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Sus2"
[2025-05-18 16:37:18.875 -04:00] [INF] [11] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Anime"
[2025-05-18 16:37:18.974 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Introduction] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:23.357 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Credits] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:27.638 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Recap] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1
[2025-05-18 16:37:27.645 -04:00] [INF] [8] IntroSkipper.Services.Entrypoint: [Mode: Preview] Analyzing 7 files from "The Gorilla God’s Go-To Girl" season 1