June 17, 20233 yr 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. 👍😉
June 28, 20233 yr 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? Updated plugin out today that respects the time display settings (2023.06.28a)
June 29, 20233 yr 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" 😉 Edited June 29, 20233 yr by Zonediver
June 29, 20233 yr Author 1 hour ago, Zonediver said: Thanks for your support and your help, but... It still shows "05:31 PM" instead of "17:31" 😉 What version of the plugin are you running?
June 29, 20233 yr 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 June 29, 20233 yr by Zonediver
June 29, 20233 yr 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.
June 29, 20233 yr 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. 👍😉
June 29, 20233 yr Author 40 minutes ago, Zonediver said: 👍😉 Can you show me a screenshot of your Display Settings Page?
June 29, 20233 yr 2 minutes ago, dorgan said: Can you show me a screenshot of your Display Settings Page? Sure - just a moment... Edited June 29, 20233 yr by Zonediver
June 29, 20233 yr 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?
June 29, 20233 yr 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.
June 29, 20233 yr 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.
June 29, 20233 yr Author 4 hours ago, Zonediver said: Thanks for your support and your help, but... It still shows "05:31 PM" instead of "17:31" 😉 This should now be correct in 2023.06.29
June 29, 20233 yr 4 minutes ago, dorgan said: This should now be correct in 2023.06.29 Thanks a lot - its working 👍😉 Edited June 29, 20233 yr by Zonediver
June 30, 20233 yr 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 😉 Edited June 30, 20233 yr by Zonediver
July 1, 20233 yr 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 😉 Can you please show me your settings page, be sure to blue out your Plex API key.
July 1, 20233 yr 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?
July 1, 20233 yr Author 2 minutes ago, Zonediver said: And what exactly do you need from the Settings Page? Plex Stream Settings? Yes, Plex stream settings page.
July 1, 20233 yr 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. Edited July 1, 20233 yr by Zonediver
July 2, 20233 yr 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. 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.
July 3, 20233 yr 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 👍
July 7, 20233 yr 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??
July 7, 20233 yr 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...
July 29, 20233 yr 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.