rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Trakt.tv Favorites List not being excluded #27

Open mlamoure opened 10 months ago

mlamoure commented 10 months ago

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 commented 10 months ago

I'll investigate thanks for the report!

rfsbraz commented 10 months ago

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 commented 10 months ago

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

rfsbraz commented 10 months ago

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

deva5610 commented 10 months ago

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

pytrakt might suit?

rfsbraz commented 10 months ago

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: