Rodrigo Braz

Results 19 comments of Rodrigo Braz

Still reproducible in 1.4.6, @Matthijn solution fixed it for me.

Yeah I honestly expected this one to cause confusion. Every metadata aspect is checked against plex, I think `tags` are actually called `labels` there. But regardless these settings need to...

@mlamoure yes, I have an ongoing branch with these changes I have just been lacking the time to dedicate myself to it, my bad.

Thats a good callout cheers, I'll add that to the docs

`Played`, `Watched` and `Collected` also support specifying the `period` parameter. Meanwhile a new `favorited` endpoint [was also added](https://trakt.docs.apiary.io/#reference/movies/favorited/get-the-most-favorited-movies), very similar to these existing ones.

I need to check if I have API access to all the watchlists in plex, I think I may only have access to the owner of the token, not sure....

Thats a great idea! I'll see if I can add a rule for that and get back to you

The only remaining issue to solve is to get a list of available streaming providers. JustWatch does not seem to provide that through the graphql interface, only through their private...

I'll investigate thanks for the report!

I was already aware that [TraktPY](https://traktpy.readthedocs.io/en/latest/index.html) didn't support `collected` and `watched`, hence those 2 warnings, but it seems like `favorites` is not supported as well. This libraty is missing alot...