You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trailers are watched through IMdB-Trailers addon, scrobbling marks the movie as watched
Expected Behavior
Advice needed if from within an addon scrobbling can be disabled for the time the addon is running
Current Behavior
For example if you play the trailer for "Civil War" from the IMdB-trailers addon, I can see that it is doing a post to https://api.trakt.tv/scrobble/start with the following data {"progress": 2.3650602409638557, "app_version": "4.4.0", "app_date": null, "movie": {"title": "Civil War", "year": 2024}}
when the trailer finishes i can see a post to https://api.trakt.tv/scrobble/stop with the following data {"progress": 99.17469879518072, "app_version": "4.4.0", "app_date": null, "movie": {"title": "Civil War", "year": 2024}}
and the response has "action":"scrobble"
So when the trailer finishes, it shows up in my trakt history as if the movie has been watched
please help on how to overcome this issue in the IMdB-trailers addon
Possible Solution
a Joson-rpc call to indicate 'Do not scrobble' which could be utilised when the marking the listitem as resolved for playback
Context
Watching trailers in the addon causes all the movies marked as watched in trakt misleadingly.
Your Environment
Version used: 3.6.1
Kodi version used: 21.0
Operating System and version: Windows 10 22H2
The text was updated successfully, but these errors were encountered:
That will stop scrobbling for all addons such as Netflix and Prime. The intention is to disable for a specific addon from within the video addon itself programmatically such as Imdb-trailers which shouldnt be scrobbled
When trailers are watched through IMdB-Trailers addon, scrobbling marks the movie as watched
Expected Behavior
Advice needed if from within an addon scrobbling can be disabled for the time the addon is running
Current Behavior
For example if you play the trailer for "Civil War" from the IMdB-trailers addon, I can see that it is doing a post to
https://api.trakt.tv/scrobble/start
with the following data{"progress": 2.3650602409638557, "app_version": "4.4.0", "app_date": null, "movie": {"title": "Civil War", "year": 2024}}
when the trailer finishes i can see a post to
https://api.trakt.tv/scrobble/stop
with the following data{"progress": 99.17469879518072, "app_version": "4.4.0", "app_date": null, "movie": {"title": "Civil War", "year": 2024}}
and the response has
"action":"scrobble"
So when the trailer finishes, it shows up in my trakt history as if the movie has been watched
please help on how to overcome this issue in the IMdB-trailers addon
Possible Solution
a Joson-rpc call to indicate 'Do not scrobble' which could be utilised when the marking the listitem as resolved for playback
Context
Watching trailers in the addon causes all the movies marked as watched in trakt misleadingly.
Your Environment
The text was updated successfully, but these errors were encountered: