-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Official list of supported devices #30
Comments
Infuse on AppleTV works as well by the way. |
Infuse on macOS works with Will test the native Plex app on the AppleTV once it's not occupied by my better half. |
|
I think it's safe to say that the feature My concern is more about clients that would not support the |
On second thought, you can change audio and sub during playback so technically |
Ok tried Both triggers with |
Plex iOS iPhone app works with |
It doesn't for me. Would love to understand what's different. |
You are correct. Hmmm I could have sworn it worked but I just tested multiple scenarios and no dice. I tested:
|
@Manujito @angrycuban13 I've added a procedure to check what is supported by a client so that we are all on the same page. Could you both test the iOS app with the following procedure ? Thanks a lot.
|
Plex iOS App:
|
Amazon 4K Firestick:
I don't have one to test |
Plex tvOS App:
|
Plex for Samsung: Client Version: 5.36.1
*This one is a little confusing because when I navigate to the show I see console output as follows: 2022-05-02 11:06:23,537 [DEBUG] [Activity] User: angrycuban | Episode: <Episode:64884:D.P.-s01e02>
2022-05-02 11:06:23,548 [DEBUG] [Language Update] Checking language update for show <Show:64880:D.P.> and user 'angrycuban' based on episode <Episode:64884:D.P.-s01e02>
2022-05-02 11:06:23,837 [DEBUG] [Language Update] No changes to perform for show <Show:64880:D.P.> and user 'angrycuban' But if I make changes to an episode audio/subtitle track at the episode level it doesn't actually output anything to the console. There's no way to make subtitle/audio change at the show level on most apps and I think thats how the Plex Web App might work - but correct me if I'm wrong please. |
Just did some fresh testing: Roku
iPhone
P.S. I'm on v. 1.0.14, didn't notice the new versions. Don't know if this changes something. |
Thank you very much for your contributions @angrycuban13 and @Manujito, I really appreciate it ! I'm thinking of ditching the |
I wouldn't completely ditch it already. As I said, at least on iOS, it's the only way to make the program work, and it does. It detects activity after the file has been played, so it's useful and necessary for this platform. What I'm thinking myself is a unified "hybrid" mode. Where it would trigger on play for supported platforms, and check for activity after a file has been played for the remaining. This way it will work on everything every time. The implementation method might require some thinking and thinkering, but I hope I explained myself well enough. |
I completely agree with @Manujito. |
The feedback from Plex is not consistent between devices. This purpose of this thread is to have an updated list of supported devices based on your feedbacks, I will try to update this list regularly so do not hesitate to share your experience.
To check if a device supports
Trigger on Play
orTrigger on Activity
, follow this procedure:debug: true
to the configuration filetrigger_on_xxxx
totrue
Trigger on Play
, start watching an episode on the client you wish to testIf you see a log similar to this,
Trigger on Play
is supported:[DEBUG] [Play Session] Session: 4 | State: 'playing' | User id: 1 | Episode: <Episode:23268:The-Crown-s04e09>
Trigger on Activity
, browse episodes of the Plex library on the client you wish to testIf you see a log similar to this,
Trigger on Activity
is supported:[DEBUG] [Activity] User: xxx | Episode: <Episode:23268:The-Crown-s04e09>
The text was updated successfully, but these errors were encountered: