GithubHelp home page GithubHelp logo

scytherswings / plex-board Goto Github PK

View Code? Open in Web Editor NEW
72.0 9.0 4.0 3.5 MB

A dynamic dashboard for checking the status of multiple services related to Plex Media Server (Plex, Couchpotato, Sickrage, Deluge, Sabnzbd+, etc.).

License: MIT License

Ruby 69.09% HTML 17.40% JavaScript 8.86% CoffeeScript 0.53% CSS 0.74% Shell 3.39%
plex plex-board plex-dashboard plex-server dashboard healthchecker statuspage

plex-board's People

Contributors

scytherswings avatar vuokkovuorinnen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plex-board's Issues

Add alerting capability

This is probably more than most users would be interested in, but it would be cool to get an email if your plex server goes down for x amount of time etc.

Add a dark theme

A configuration option to switch themes would be pretty sweet. I'm thinking about matching the theme that Plex has as a first option.

openuri files appearing in root

I think this has to do with the way images are getting pulled from plex. These extra files should delete themselves, but sometimes they don't... and nobody likes unused gibberish files.

Remove saving username and password for plex

I can grab the plex token once from plex.tv and just save that. If that changes after I have it, then I'll have to re-prompt for auth, but at least the password for your plex account won't be saved to a database anymore.

Add support for FreeNAS

This is probably a duplicate of the storage space thing, but if there is value to specifically supporting FreeNAS then I don't see why it shouldn't get its own ticket.

Can't modify frozen hash

This exception gets thrown every time I start up the app. I think it has to do with the way I am handling JSON somewhere.... it doesn't seem to be breaking anything at the moment though.

Mock out Plex server for better testing

I want to create a mock Plex server to test against. This will take some time to put together, but I believe it will get more reliable results and it should make it easier to add more tests in the future.

Service status buttons that work

Use SSE and JS to update buttons and make them refresh automatically while the page is open. (This means the page doesn't poll your servers, rather, the server polls your services and will update the webpage at a set interval! This is way less traffic than what Network-Status-Page used.) SSE is not supported by Internet Explorer (Sorry; not sorry.)

Sonarr Support

Will PlexBoard Support things like Sonarr? I find this to be the best option vs sickrage and sickbeard.
Sonarr has a nice API that you can ask about in their irc channel

Make "Online"/"Offline" button always link to the URL provided

Right now it looks like if only "asdf" is provided, rails will try to route the link to the rails server, so if the URL is set to "asdf" then the link will be 0.0.0.0:3000/asdf which, of course doesn't exist. Now if "asdf" was resolvable by DNS, then this could be valid, so it should be treated as such.

Cache remote plex images

Instead of pulling images directly from the plex server, cache them and serve them up so that the plex server doesn't have to do any extra work.

Add alternative to carousel

There's a lot of hate on the internet for carousels, and a lot of it has good reason. I think there should be options for how we display data, suggestions welcome.

Services_controller getting nil session ids in plex_now_playing method

I haven't been able to figure out why session ids are nil in this controller, it is intermittent and irritating because it screws up the information the client receives over SSE unless I filter out nil IDs. The problem with filtering out these nil IDs is that the sessions then don't get updated in the browser. The sessions all have IDs when queried directly, and they also have IDs when queried via their associated service so I can't figure out how these IDs are sometimes nil when they are in this loop.

Add remote data like server load and disk space

Start adding functionality to show available disk space, and server load. This will take quite a bit of time because there will have to be a way for the rails server to reach out and contact whatever service you are trying to monitor which will take configuration on both sides.

Overhaul SSE connection manager

The current implementation sucks. I'm going to strip down the logic implemented in javascript and figure out a better way to update the page. I already generate html on the server, so that logic should be re-used.

Exception thrown if plex is unreachable

I'd like the service to not throw exceptions if api calls fail, the temporary solution is to catch these errors, but a better long term solution would be to wrap api calls into a class that can handle exceptions properly

Remove status etc. data from database

The status doesn't need to be saved to the database, so it shouldn't be. This will reduce excess database activity. Status only matters when we're running the app, so saving it doesn't add value.

Add Permissions and Users

It would be cool if the home page could display different content based on who is authenticated (or not authenticated). An example would be, unauthenticated users can only see what's playing/recently added while the admin could actually add servers, manage settings etc.

Add Plex Now Playing SSE

The carousel should update in response to media being played on the plex server without need for a refresh of the page

Add Unified search to allow users of a Plex server request new media to be added

I hate answering requests from my users who like to ask "Hey, can you add ___ to the Plex server?" Or "when is ___ going to be added?" Plex-Board should have functionality to help shut these annoying users up so us administrators can get back to our daily lives and stop running around adding things for people. This will most likely tie in with some configuration/authentication so that users don't see the administrative parts of the project and so that they can add media on their own. I'm thinking there should be configuration so that an administator can approve/deny new media requests or explicitly allow any media request to be handled by their attached download services such as sickrage/sonarr and couchpotato etc.

Add plex now playing and progress bar

Gotta catch up to Network-Status-Page. Would be sweet if we could display the progress of media being played. Need to figure out how to display multiple servers, perhaps just more items in the carousel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.