Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] Plex Streams

Featured Replies

1 minute ago, dorgan said:

Sure thing! I am on vacation for the next week and a half, but once I am back will look to update this to use the server settings or have its own.

👍😉

  • 2 weeks later...
  • Replies 455
  • Views 85.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I am planning a rewrite of this plugin, and will add that to the list of support besides also being able to support other media server platforms

  • This has been added as well as turning on/off the dashboard widget in 2020.05.20b.  If you turn it off you can access it through the widget or under Tools->System Information.

  • It does just work for MANY. Have you tried my suggestion yet? I definitely want to assist in getting this issue resolved for many, but as I stated it is the results coming back from Plex that are th

Posted Images

  • Author
On 6/17/2023 at 11:03 AM, Zonediver said:

Request:

24h format for the End-Time.

 

The plugin shows the time at 12h format - but nobody uses that in Europe.

My server is set to 24h format, but plexstream? How can i change this?

 

grafik.png.51239b42923014b4dad0664bf3a796a4.png

Updated plugin out today that respects the time display settings (2023.06.28a)

22 hours ago, dorgan said:

Updated plugin out today that respects the time display settings (2023.06.28a)

Thanks for your support and your help, but...

It still shows "05:31 PM" instead of "17:31" 😉

 

grafik.thumb.png.5521c25fd2a8eeadfbb2053d9e79fdf0.png

grafik.png.48eaecf9d12f47d29782da7de36dd0e5.png

Edited by Zonediver

  • Author
1 hour ago, Zonediver said:

Thanks for your support and your help, but...

It still shows "05:31 PM" instead of "17:31" 😉

 

grafik.thumb.png.5521c25fd2a8eeadfbb2053d9e79fdf0.png

grafik.png.48eaecf9d12f47d29782da7de36dd0e5.png

What version of the plugin are you running?

12 minutes ago, dorgan said:

What version of the plugin are you running?

Em? You can see it in the "first" screenshot?

2023.06.28a

 

Edited by Zonediver

  • Author
1 minute ago, Zonediver said:

Em? You can see it in the screenshot?

2023.06.28a

 

You're right, sorry about that.  OK let me dig into this and see whats going on.  Hopefully will have fix out today.

1 minute ago, dorgan said:

You're right, sorry about that.  OK let me dig into this and see whats going on.  Hopefully will have fix out today.

👍😉

  • Author
40 minutes ago, Zonediver said:

👍😉

Can you show me a screenshot of your Display Settings Page?

2 minutes ago, dorgan said:

Can you show me a screenshot of your Display Settings Page?

Sure - just a moment...

 

grafik.thumb.png.94fa99fd29b76cf675a98fe85f01eea7.png

Edited by Zonediver

  • Author

OK i've identified the issue.  @bonienl is there a way to get the global $display variable populated for a PHP page that is not a .page file?  Seems that for just standard PHp files, the global $display is not populated and thats how I am checking what the settings are, or is there another way I should be checking for the settings?

parse_ini_file against /boot/config/plugins/dynamix/dynamix.cfg

You need to read the Dynamix variables. This is done as given in the code below

 

$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
require_once "$docroot/webGui/include/Wrappers.php";
extract(parse_plugin_cfg('dynamix',true));

 

After this the variable $display is available as a global variable.

 

  • Author
28 minutes ago, bonienl said:

You need to read the Dynamix variables. This is done as given in the code below

 

$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
require_once "$docroot/webGui/include/Wrappers.php";
extract(parse_plugin_cfg('dynamix',true));

 

After this the variable $display is available as a global variable.

 

Thanks, it may be useful in future releases to actually provide functions to retrieve these settings.

  • Author
4 hours ago, Zonediver said:

Thanks for your support and your help, but...

It still shows "05:31 PM" instead of "17:31" 😉

 

grafik.thumb.png.5521c25fd2a8eeadfbb2053d9e79fdf0.png

grafik.png.48eaecf9d12f47d29782da7de36dd0e5.png

This should now be correct in 2023.06.29

4 minutes ago, dorgan said:

This should now be correct in 2023.06.29

 

Thanks a lot - its working 👍😉

 

grafik.png.cf2d96c04d453536bf0b79d9b6c6c86f.png

Edited by Zonediver

Well... i think, there is an other problem...

I saw this several times today...

It seems the plugin did not delete played streams...

Two active streams but four shown 😉

 

grafik.png.54c7eeb4a259b5c05391cdeedf8dc147.png

 

Edited by Zonediver

  • Author
2 hours ago, Zonediver said:

Well... i think, there is an other problem...

I saw this several times today...

It seems the plugin did not delete played streams...

Two active streams but four shown 😉

 

grafik.png.54c7eeb4a259b5c05391cdeedf8dc147.png

 

Can you please show me your settings page, be sure to blue out your Plex API key.

13 hours ago, dorgan said:

Can you please show me your settings page, be sure to blue out your Plex API key.

And what exactly do you need from the Settings Page?

Plex Stream Settings?

  • Author
2 minutes ago, Zonediver said:

And what exactly do you need from the Settings Page?

Plex Stream Settings?

Yes, Plex stream settings page.

So - here we go

A "new" thing:

Its only working (now), when i put in a custom server IP - but ok - works.

But i am not sure if this resolves the issue with the "old Streams" as well.

 

Screenshot 2023-07-01 163643.jpg

Edited by Zonediver

  • Author
On 7/1/2023 at 10:38 AM, Zonediver said:

So - here we go

A "new" thing:

Its only working (now), when i put in a custom server IP - but ok - works.

But i am not sure if this resolves the issue with the "old Streams" as well.

 

Screenshot 2023-07-01 163643.jpg

 

Is the list of servers not populating for you?  If not you may need to get a new plex token, as the plex token should be getting used to pull the list of servers on your account.

6 hours ago, dorgan said:

 

Is the list of servers not populating for you?  If not you may need to get a new plex token, as the plex token should be getting used to pull the list of servers on your account.

 

Yep i did this already and now its working again.

Regarding the old streams, it seems, its a Cache issue of FireFox.

When i do a reload of the page, the old streams are gone 👍

  • Author
On 7/2/2023 at 11:46 PM, Zonediver said:

 

Yep i did this already and now its working again.

Regarding the old streams, it seems, its a Cache issue of FireFox.

When i do a reload of the page, the old streams are gone 👍

I'll try looking at this in firefox, but if you encounter this again before refreshing can you see if there are any errors in the developer console for firefox??

4 hours ago, dorgan said:

I'll try looking at this in firefox, but if you encounter this again before refreshing can you see if there are any errors in the developer console for firefox??

 

FYI: Chrome is doing the same...

If the Dashboard is open and a user is opening a new plex-stream - the old stream remains and a new one aproches. But maybe also a cache issue...

  • 3 weeks later...
On 7/7/2023 at 12:01 PM, dorgan said:

I'll try looking at this in firefox, but if you encounter this again before refreshing can you see if there are any errors in the developer console for firefox??

 

Weird error - if I use Chrome, which is already signed into Plex, it does not fetch a token correctly.

 

I used a new Browser - edge, did a fresh login and it retrieved a working token.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.