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

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

Open
nonobio opened this issue Mar 31, 2020 · 14 comments
Open

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

nonobio opened this issue Mar 31, 2020 · 14 comments

Comments

@nonobio
Copy link

nonobio commented Mar 31, 2020

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
Copy link

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
Copy link
Collaborator

panizza commented Mar 18, 2021

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
Copy link
Author

nonobio commented Mar 18, 2021

Hi,

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

@panizza
Copy link
Collaborator

panizza commented Mar 19, 2021

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
Copy link
Collaborator

panizza commented Mar 22, 2021

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
Copy link
Author

nonobio commented Mar 26, 2021

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
Copy link
Collaborator

panizza commented Mar 26, 2021

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
Copy link
Author

nonobio commented Mar 26, 2021

@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
Copy link
Collaborator

panizza commented Mar 26, 2021

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
Copy link

Api down ? I cant get it to work now

@migletto
Copy link

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
Copy link
Author

nonobio commented May 18, 2021

Too bad :(

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

No branches or pull requests

7 participants
@panizza @nonobio @migletto @batkins2 @GofranAy @Sethozis and others