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

Trakt.tv Favorites List not being excluded #27

Open
mlamoure opened this issue Aug 31, 2023 · 6 comments
Open

Trakt.tv Favorites List not being excluded #27

mlamoure opened this issue Aug 31, 2023 · 6 comments
Assignees

Comments

@mlamoure
Copy link

Hi there-

I may be configuring this wrong, but I noticed that deleterr is not picking up my Trakt “Favorites” list when I add it to my config like this:

    lists: # Trakt lists to exclude
      [
        "https://trakt.tv/movies/trending",
        "https://trakt.tv/movies/popular",
        "https://trakt.tv/movies/watched/yearly",
        "https://trakt.tv/movies/collected/yearly",
        "https://trakt.tv/users/<username>/favorites"
      ]

When running, in addition to not excluding the movies / shows in the favorites list, I see this error:

deleterr | 2023-08-31 18:29:58 - WARNING :: trakt.py :: deleterr : Traktpy does not support watched shows. Skipping...
deleterr | 2023-08-31 18:29:58 - WARNING :: trakt.py :: deleterr : Traktpy does not support collected shows. Skipping...

@rfsbraz
Copy link
Owner

rfsbraz commented Aug 31, 2023

I'll investigate thanks for the report!

@rfsbraz
Copy link
Owner

rfsbraz commented Aug 31, 2023

I was already aware that TraktPY 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 of the more recent trakt features, so I may need to look for an alternative.

@mlamoure
Copy link
Author

Maybe just document it and push this one til later? I’ll test with a user created list.

@rfsbraz rfsbraz self-assigned this Sep 1, 2023
@rfsbraz
Copy link
Owner

rfsbraz commented Sep 1, 2023

Yeah, I'll start investigating alternatives and add a warning about the favorites list in the meantime. Cheers

@deva5610
Copy link

deva5610 commented Sep 2, 2023

This libraty is missing alot of the more recent trakt features, so I may need to look for an alternative.

pytrakt might suit?

rfsbraz added a commit that referenced this issue Sep 6, 2023
Addresses the lack of support for user favorite lists raised in #27
@rfsbraz
Copy link
Owner

rfsbraz commented Sep 6, 2023

From what I can gather pytrakt seems to have even less support:

Feature Pytrakt TraktPy
Trending Movies
Popular Movies
Trending TV Shows
Popular TV Shows
Watchlist
User Lists

Current solutions are either:

  • Direct REST Api implementation
  • Contribute to one of the projects, probably pytrakt because of the activity

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

3 participants