dorgan

Community Developer
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dorgan

  1. Please go ahead an install 2020.0.27a once it appears in CA. You will need to go back to the setting page and pick a server.
  2. Curious, do you have a Plex Pass?
  3. I knew there would come a time for multi server support. I have a plan to implement this.
  4. This is a bug, should only be three streams max. I'll look into this.
  5. Let me see if I can integrate with Plex signing system and see what I can do.
  6. 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.
  7. Let me see what I can do
  8. These have all been fixed/added in 2020.05.20. Thanks everyone, I appreciate the feedback and reports of issues.
  9. Right now only movies. Let me see if I can squeeze in an audio update for today.
  10. I'll put some tooltips in and get rid of the error output and details later today.
  11. Yeah I just discovered this tonight as well for TV shows. I'll get a fix in for this tomorrow.
  12. Oddly enough I just release/started working on this plugin and does exactly what you are looking for. Open to any and all feedback.
  13. This is fixed in version 2020.05.19
  14. I'll look into this. Thanks!
  15. Initial server dashboard has been added
  16. @Squid thanks, I see the disklocation_dashboard.page file, and copying those settings I am unable to get a new section to appear on the dashboard. Do you happen to have any documentation on this. Is there something I am missing??
  17. I will look into some type of indicator, and see if thats possible. I was thinking about doing dashboard area, but need to look into if thats even possible, as I dont believe unraid currently allows for custom sections. If you see a plugin that does this let me know and I can research...
  18. Introduction Install from Community Application Support Fund If you wish to do so, you can learn more here. Setup Once installed if you go to Settings->Plex Streams you need to provide the full url to your plex server as well as your plex username/password Changelog 2023.06.29 - Correcting display issue of end time for a stream 2023.06.28a - Correcting reversed logic 2023.06.28 - Making end time respect time display settings - Fix for deprecated warning 2023.05.23 - Adding a fix to surpress issues during plugin install 2023.05.18 - Add more fixes for PHP notices - Fix for display of Live TV streams 2023.04.18a - Even more minor fixes 2023.04.18 - More minor bug fixes 2023.04.07 - Minor bug fix to get rid of php warnings 2023.04.06a - Add estimated end time to dashboard widget for unraid 6.12rc2+ 2023.03.31a - Bug fix for desktop widget when displaying stream count per server 2023.03.31 - Defect fix for legacy versions 2023.03.29a - Minor adjustment 2023.03.29 - Fix a bunch of issues for UnRaid versions less than 6.12rc2 2023.03.28b - Fixing bug with unRaid less than 6.12 2023.03.28a - Correcting a typo for legacy support 2023.03.28 - Added Support for displaying which server the video/audio is streaming from - More fixes for PHP warnings 2023.03.26 - Various fixes for PHP warnings 2023.03.22 - Minor adjustments for PHP warnings/deprecations 2023.03.21 - Add compatability for Unraid 6.12 - Fix bug with livestreams - Update nav/dashboard module to use conditions for whether to display instead of renaming files 2022.08.29 - Fix for audio file having HTML in title attribute 2021.08.09 - Fixes for sorting of dashboard widget - Fix for collapsing/expanding of dashboard widget 2021.03.17 - Fix collapse bug for dashboard widget 2021.02.11a - Added ability to setup custom servers, that may not be getting returned from plex 2021.02.09 - Correcting some display issues where audio streams from plexamp were not showing - Adding details about transcoding sessions 2020.07.23 - Correcting legacy display issue for dashboard widget 2020.07.20 - Correct display issue on settings page 2020.07.09 - Correcting display issue for the dashboard widget 2020.06.30b - Correct display issue for details page when there is no Director. - Fix display issue for Legacy support 2020.06.26b - Both the dashboard and the streams page now fully update with new/removed streams without having to reload 2020.06.22 - Updated streams page to update streams via ajax, still need to have it add streams as they come online 2020.06.20a - Fix javascript issues, and dashboard widget issue 2020.06.20 - Fix JavaScript Issue when retrieving plex token 2020.06.19 - Added the ability to view multiple servers at a time 2020.06.12 - Make server list load via ajax so that it doesnt slow down the initial rendering the pages 2020.06.10a - Updated way to use SSL when connecting to plex server. This should fix outstanding problems. - Correcting display issue with live streams from Tuner Devices 2020.06.09 - Correct issue when plex server has disabled remote connections 2020.06.07 - Maintain settings for dashboard widget and nav item when restarting 2020.06.03 - Fix display issue where more than 3 streams was not wrapping 2020.05.28 - Correcting details sent to Plex.tv during OAuth Process 2020.05.27a - Fix issue for movie details where not being pulled 2020.05.27 - Integrate with Plex OAuth - Allow for remote plex server connection - Correct issue for remote plex server wasnt displaying artwork 2020.05.20b - Ability to turn dashboard widget on/off - Ability to turn top level nav on/off 2020.05.20 - Add audio streams to both streams page and dashboard widget - Remove debug output from saving settings - Correct details screen for TV Shows 2020.05.19 - Correct display issue on dashboard widget for long titles 2020.05.18a - Added basic dashboard widget functionality 2020.05.18 - Correct issue for direct play status wasnt showing for audtio/video 2020.05.16 - Added the ability to click on the Stream title to get content details - Fixed bug that was displaying progress time incorrectly 2020.05.15a - Fixing bug for stream type wasn't being displayed 2020.05.15 - More tweaks to UI 2020.05.14e - Remove unused function 2020.05.14d - Some CSS tweaks and add icon for when tasks menu is on the left 2020.05.14c - Initial Beta Release
  19. Actually cleaner was to not even worry about the space in file name approach, because it still wasnt processing the content of those pages, so i just went with a simple Display_Name property and the PR is now open.
  20. Got the active tab being reflected, now just need name overrides.
  21. That works, but then the name of the menu has an underscore in it. If I could open a pull request for menus to have a name override I would jump right in and solve this. I guess for now I will go with the underscore
  22. In fact it looks like it doesnt even try to execute the page... So you get the menu item but its not actually loading the page fully.