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 List Sensor #74

Open
bryan-stewart opened this issue May 20, 2023 · 0 comments · May be fixed by #107
Open

Trakt List Sensor #74

bryan-stewart opened this issue May 20, 2023 · 0 comments · May be fixed by #107
Labels
enhancement New feature or request

Comments

@bryan-stewart
Copy link

I would love to be able to pull movies/shows from a specified trakt list

API endpoint: https://api.trakt.tv/lists/{id}/items/{type}

It would also be nice to have a sort feature

Something like:

sensors:
  lists:
    <custom list name for entity>:
      id: <list id>
      type: 'movies' or 'show' (optional)
      sort_by: 'rank' or 'added' (optional)
      sort_order: 'asc' or 'desc' (optional)
@dylandoamaral dylandoamaral changed the title [Feature]: Trakt List Sensor Trakt List Sensor Feb 26, 2024
@dylandoamaral dylandoamaral added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants