-
Notifications
You must be signed in to change notification settings - Fork 200
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
Reviews, Extras, and Online Media Source Options #530
Conversation
pulls in opt in/out status of Online Media Sources
update docstring for method
Draft until I can add some tests. May want to add a toggle for the Online Media Sources if it isn't already available. |
Hi, is it possible or intended to stream/download Trailers? I note that Extras are Playable and can be .play()'d, but it's not possible to: |
Downloading trailers/extras is outside the scope of this PR. This PR is just adding support for getting to some of Plex's new features. If you have a bug, request, or question having to do with this project please create an Issue. |
Having the ability to opt out of media sources would be great 👍 |
* Settings are only for Plex Web specific settings like remembering selected tab, poster size, etc.
d681d9b
to
0626334
Compare
Adding support for Plex's newly added Reviews.
Adding support for finding Extras (related hub information from videos) in videos.
Adding support for finding Online Media Sources related information from videos. Tracks found on Tidal from video.
Fixes #564