Skip to content
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

Open
j2ghz opened this issue Mar 19, 2016 · 10 comments · May be fixed by #631
Open

Rewatch support #292

j2ghz opened this issue Mar 19, 2016 · 10 comments · May be fixed by #631
Labels

Comments

@j2ghz
Copy link

j2ghz commented Mar 19, 2016

Something like setting a date for each series, and when checking seen status, ignore scrobbles before that date

@thwaller
Copy link

thwaller commented Apr 28, 2016

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?

@j2ghz
Copy link
Author

j2ghz commented Apr 28, 2016

Trakt supports multiple scrobbles on one episode, kodi has just watched/unwatched. Now this plugin converts it like trakt watched one or more times? set in kodi as watched else set as unwatched and I want trakt watched one or more times after a specified date? set in kodi as watched else set as unwatched.

This would otherwise be recorded as a second watch.

I want it to be recorded on trakt as second watch.

Are you just looking to have the watched status cleared and to show as not watched?

No, I want no change on trakt.tv

Are you looking to change trakt.tv (or reporting to trakt.tv) or the watched status in Kodi itself?

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.

@bachirica
Copy link

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

@jeromewh
Copy link

jeromewh commented Mar 22, 2018

So I see the feature was added... but how does it work?
I just tried to mark a show as unwatched but after the next sync all episodes were marked as watched again.
Am I doing something wrong?

@razzeee
Copy link
Collaborator

razzeee commented Mar 22, 2018

It was not added, so far. Not sure why you think that.

@vc4u
Copy link

vc4u commented Nov 11, 2018

This is old feature request, but wanted to know if it is something being worked on yet? :-)

@razzeee
Copy link
Collaborator

razzeee commented Nov 11, 2018

@vc4u no, feel free to go ahead and work on it. if you can find a sane design.

@glensc
Copy link
Contributor

glensc commented Feb 9, 2019

looks like kodi has single value for date, but counts plays:

        <playcount>2</playcount>
        <lastplayed>2016-02-27</lastplayed>

this is from export

@beschoenen
Copy link

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).
And keep in mind that this does delete your watch statuses from KODI's database!

Check out the code for yourself here: main...beschoenen:script.trakt:feature/rewatch

@beschoenen beschoenen linked a pull request Dec 29, 2023 that will close this issue
@vnnegt
Copy link

vnnegt commented Dec 8, 2024

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). And keep in mind that this does delete your watch statuses from KODI's database!

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants