-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewatch support #292
Comments
Are you just looking to have the watched status cleared and to show as not watched? This would otherwise be recorded as a second watch. I do not develop on this plugin, but I am working through similar issues on my install. Are you looking to change trakt.tv (or reporting to trakt.tv) or the watched status in Kodi itself? |
Trakt supports multiple scrobbles on one episode, kodi has just watched/unwatched. Now this plugin converts it like
I want it to be recorded on trakt as second watch.
No, I want no change on trakt.tv
Trakt.tv is okay as it is. Changes to Kodi would have to be big, I don't think they would do it. I mean changes to this addon. |
I join you in this feature request. It would be great to be able to control watched/unwatched episodes for a second/third time of an already watched show without losing the previous plays on trakt |
So I see the feature was added... but how does it work? |
It was not added, so far. Not sure why you think that. |
This is old feature request, but wanted to know if it is something being worked on yet? :-) |
@vc4u no, feel free to go ahead and work on it. if you can find a sane design. |
looks like kodi has single value for date, but counts plays: <playcount>2</playcount>
<lastplayed>2016-02-27</lastplayed> this is from export |
Hey guys, I took a stab at implementing this feature. And initial impressions seem like it's working. I'm not making a PR yet as I'm not a 100% sure about the solution. But please leave some comments if you have time. KODI does not update the TV Series menu after a sync, but it does show the correct status there after a restart (I'm still looking into that). Check out the code for yourself here: main...beschoenen:script.trakt:feature/rewatch |
I'm a year late, but I just found this after purchasing VIP and learning about the rewatch feature - can confirm that it's working for me as well Thanks! |
Something like setting a date for each series, and when checking seen status, ignore scrobbles before that date
The text was updated successfully, but these errors were encountered: