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] Trakt List Sensor #75

Closed

Conversation

bryan-stewart
Copy link

@bryan-stewart bryan-stewart commented May 24, 2023

I threw together a list sensor implementation. I'll be honest, I'm not familiar with python but the integration was pretty straight forward.

sensor is configured like so:

sensors:
  list:
    - id: <list id>
      type: 'movies' or 'show' or 'all' (optional)
      sort_by: 'rank' or 'added' or 'released' (optional)
      sort_order: 'asc' or 'desc' (optional)
      max_medias: <int> (optional) default is 30

I coded for myself with no intention to pull request so if it is no good, no hard feelings.

Resolves #74

@dylandoamaral
Copy link
Owner

Thanks for the PR ! I will check it when I have time.

@poudenes
Copy link

Any update about this feature? Seems very nice and handy!

@dylandoamaral
Copy link
Owner

Hi I will check it soon, it seems to be a popular request will see it. Sorry for the waiting time.

@dylandoamaral
Copy link
Owner

Supersed by #107

Sorry should have been merge long ago, it will be supersed but I will credit you too for sure. Thanks !

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
3 participants