Fix Trakt scrobble for non-standard IDs#1314
Merged
tapframe merged 1 commit intoJun 10, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Port Trakt scrobble and Continue Watching fixes from NuvioTV (PRs #2202, #2220, #2238). Alignment with functionality already shipping in the TV version.
tun_tt7821582)PR type
Why
When using anime addons that provide non-standard content IDs (kitsu:, mal:, anilist:, or prefixed like
tun_tt7821582):All three bugs are already fixed in NuvioTV. This PR brings parity to mobile.
Issue or approval
No linked issue - feature parity port from NuvioTV PRs #2202, #2220, #2238.
UI / behavior impact
Policy check
CONTRIBUTING.md.Scope boundaries
Testing
compileFullDebugKotlinAndroidbuildItem()returns null for kitsu:12 contentId with no videoId fallback (no scrobble sent)buildItem()returns valid item for contentIdtun_tt7821582with videoIdtt7821582:3:7(IMDB extracted from videoId)currentEntries()merges local non-Trakt items alongside Trakt remote items when Trakt is active CW sourceresolveEffectiveContentIdreturns original ID when already valid, falls back to videoId when notScreenshots / Video (UI changes only)
Not a UI change.
Breaking changes
None.
Linked issues
No linked issue - feature parity port from NuvioTV PRs #2202, #2220, #2238.