Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.38 KB

File metadata and controls

56 lines (38 loc) · 2.38 KB

Plex Channel for Jupiter Broadcasting

You can view all of the running and discontinued shows of Jupiter Broadcasting with this channel and view the JB live stream.

Screenshots

Screenshot of iPad:

Screenshot of iPad: shows view

Screenshot of web interface:

Screenshot of web interface: episodes view

Screenshot of PleXBMC:

Screenshot of Plex on XBMC: archive view

Installing the development version on Ubuntu

service plexmediaserver stop
mkdir /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/JupiterBroadcasting.bundle
git clone https://github.com/LeonB/com.plexapp.plugins.jupiterbroadcasting.git /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/JupiterBroadcasting.bundle
chown -R plex:plex /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/JupiterBroadcasting.bundle
chmod -R 755 /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/JupiterBroadcasting.bundle
service plexmediaserver start

Installing the development version on FreeBSD

service plexmediaserver stop
mkdir /usr/local/plexdata/Plex Media Server/Plug-ins/JupiterBroadcasting.bundle/
git clone https://github.com/LeonB/com.plexapp.plugins.jupiterbroadcasting.git /usr/local/plexdata/Plex Media Server/Plug-ins/JupiterBroadcasting.bundle
chown -R _plex:_plex /usr/local/plexdata/Plex Media Server/Plug-ins/JupiterBroadcasting.bundle/
find /usr/local/plexdata/Plex Media Server/Plug-ins/JupiterBroadcasting.bundle/ -type f -exec chmod 644 {} +
find /usr/local/plexdata/Plex Media Server/Plug-ins/JupiterBroadcasting.bundle/ -type d -exec chmod 755 {} +
service plexmediaserver start

Problems

  • Live Stream doesn't work on Plex webinterface
  • No selecting of video/audio quality

Thanks

  • Rob Loach for the XBMC Jupiter Broadcasting plugin
  • Chris Fisher for the awesome Jupiter Broadcasting network
  • Sander Spies for getting this channel in the Plexapp store

License

This project is licensed under the same license as Plex, the GPLv2. See the LICENSE for license rights and limitations