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

Feature: Implement Trakt lists as sensors #106

Closed
wants to merge 2 commits into from
Closed

Feature: Implement Trakt lists as sensors #106

wants to merge 2 commits into from

Conversation

downey-lv
Copy link
Contributor

@downey-lv downey-lv commented Jun 1, 2024

Created a new implementation of the highly requested Trakt lists. Tried to match your existing code as close as possible, but let me know if you want anything changed or have any suggestions for future contributions.

Currently doesn't support sorting, but proper implementation of that would require sending additional headers to Trakt, so keeping it simple for now. Can do that in an additional PR.

Closes #74, #75

Testing

Private list

      - friendly_name: "Sonarr Watchlist"
        private_list: True
        list_id: "sonarr-watchlist"

image

Public list

      - friendly_name: "2024 Academy Awards"
        list_id: 26885014
        max_medias: 10

image

Filtered list

      - friendly_name: "Marvel Episodes"
        list_id: 1248149
        media_type: "episode"

image

@downey-lv downey-lv changed the title [FEATURE] Implement Trakt lists as sensors Feature: Implement Trakt lists as sensors Jun 1, 2024
@downey-lv downey-lv deleted the branch dylandoamaral:main June 1, 2024 18:39
@downey-lv downey-lv closed this Jun 1, 2024
@downey-lv downey-lv deleted the main branch June 1, 2024 18:39
@downey-lv downey-lv restored the main branch June 1, 2024 18:40
@downey-lv downey-lv deleted the main branch June 1, 2024 18:41
@downey-lv downey-lv restored the main branch June 1, 2024 18:41
@downey-lv
Copy link
Contributor Author

Messed up with branches, reopening as #107

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 List Sensor
1 participant