the-lazy-fox / script.tvtime

Kodi add-on for TV Time
GNU General Public License v2.0
15 stars 7 forks source link

Add TV show to TV Time profile when an episode is watched #10

Open nonobio opened 4 years ago

nonobio commented 4 years ago

Hello,

Thanks for this add-on, i use it to sync my watched episodes from Kodi to Tv Time.

If i'm right, the add-on doesn't add the TV show to the profile, even when episodes are watched.

Could it be possible ?

Thanks

Sethozis commented 3 years ago

I have the same problem. Does not add the viewed episode to the list of watched, although the episode itself is marked as viewed. Perhaps the problem is on their side.

panizza commented 3 years ago

It's not a TV Time issue, but it can be done very easily because TVTime provides a specific API for following a TV show. API's documentation can be found here https://api.tvtime.com/doc

nonobio commented 3 years ago

Hi,

Thanks for your reply. If someone with dev skills could add this feature to the add-on, it could be useful :) .

batkins2 commented 3 years ago

https://github.com/the-lazy-fox/script.tvtime/blob/master/resources/lib/tvtime.py#L274

panizza commented 3 years ago

https://github.com/the-lazy-fox/script.tvtime/blob/master/resources/lib/tvtime.py#L274

Yeah, the follow operation is done only when you sync from kodi to tvtime, but not when an episode is marked as watched

panizza commented 3 years ago

just an update: I was fixing this issue when I found out that TVTime provides a parameter called "auto_follow" in the Checkin operation, but sadly it doesn't work. I already submitted an issue to the TVTime Support Team, but in the meantime I was able to workaround the issue. Please refer to my pullrequest

nonobio commented 3 years ago

Hi @panizza :)

Thanks a lot, i will try this.

But i have two questions:

1- How to use this "pullrequest" ? 2- As i said here :

I have not updated my Kodi yet, i'm on 18.9. I tried to install the new plugin but i had an error about xbmc python version 3.0.0 not installed.

Si i'm actually with the old 1.2.4.

Should i wait to update my Kodi from 18 to 19 before use new plugin versions ?

Thanks

panizza commented 3 years ago

Hi @panizza :)

Thanks a lot, i will try this.

But i have two questions:

1- How to use this "pullrequest" ?

You can wait until the maintainer merges the pull request and create a new release, or you can go to my fork and download the code there.

2- As i said here :

I have not updated my Kodi yet, i'm on 18.9. I tried to install the new plugin but i had an error about xbmc python version 3.0.0 not installed.

Si i'm actually with the old 1.2.4.

Should i wait to update my Kodi from 18 to 19 before use new plugin versions ?

Starting version 2.0.0, this plugin only works with kodi 19. You can try an older version, but there won't be this feature. In order to use all of the newest features, you must use kodi 19 and the plugin latest version

nonobio commented 3 years ago

@panizza thanks for your reply :)

You can wait until the maintainer merges the pull request and create a new release, or you can go to my fork and download the code there.

Ok. What do you recommend ? Is there one or the other will be more often updated ?

Starting version 2.0.0, this plugin only works with kodi 19. You can try an older version, but there won't be this feature. In order to use all of the newest features, you must use kodi 19 and the plugin latest version

Thanks for this clear explanation. So i will wait to update my Kodi(s).

panizza commented 3 years ago

Ok. What do you recommend ? Is there one or the other will be more often updated ?

Use this repository, mine will be gone as soon as the repo's mantainer merges my pull request

GofranAy commented 3 years ago

Api down ? I cant get it to work now

migletto commented 3 years ago

This will never work again: "

Tanzy (TV Time)Apr 27, 2021, 8:27 PDT

Hi Miguel,We have made the decision to no provide a public API due to the possible security risks.

Best, Tanzy

Head of Support, TV Time

"

nonobio commented 3 years ago

Too bad :(