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 trakt official lists support #1162

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

simonc56
Copy link
Collaborator

@simonc56 simonc56 commented Nov 2, 2022

With this PR, the script handles trakt lists with their id instead of there creator name.
This allows to use user lists and official lists with the same function.
Official lists are not identical to user lists because they are not created bu users and cannot be called with /users/(user)/lists/(list)

Ideally, the pytrakt module would add official lists support.

Example of official lists :
https://trakt.tv/lists/official/scream-collection
https://trakt.tv/lists/official/diary-of-a-wimpy-kid-animated-collection
https://trakt.tv/lists/official/lee-rock-collection
https://trakt.tv/lists/official/alien-40th-anniversary-short-films-da668a6d-5378-4e32-a8a9-af3366c27805

@glensc
Copy link
Collaborator

glensc commented Nov 3, 2022

install from pull request instructions:

@simonc56 simonc56 force-pushed the get-official-trakt-list-items branch from 14dc95d to dc32808 Compare November 12, 2022 11:43
@simonc56 simonc56 merged commit 7bde749 into Taxel:main Nov 12, 2022
@simonc56 simonc56 deleted the get-official-trakt-list-items branch November 12, 2022 11:46
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

Successfully merging this pull request may close these issues.

Trakt official lists raise : 'TraktList' object has no attribute 'trakt_items'
2 participants