Andrea Panizza
Andrea Panizza
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://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
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...
> Hi @panizza :) > > Thanks a lot, i will try this. > > But i have two questions: > > 1- How to use this "pullrequest" ? You...
> 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...
> Seems now its showing but its saying episode not found It looks like an issue on your end. For me it's working just fine  Which information provider are...
> any chance to scrobble to local info? for me works better local info than online info, online info many times he makes series recognition errors Open a new issue...
TVTime does not provide any API for tracking movie. There are no references of the word "movie" in [here](https://api.tvtime.com/doc)
@claudep there are still issues when serializing/deserializing the storage. https://github.com/jazzband/sorl-thumbnail/blob/53644ce773d1fac79fa1e1ab6f59ff0df51dae49/sorl/thumbnail/images.py When the `serialize_image_file` method is called you serialize the storage path, not the storage alias. After this happens the `deserialize_image_file`...