eithe / NRKTV.bundle

Plex-tillegg for NRKs innhold på nett
https://forums.plex.tv/discussion/47234/the-new-nrk-site/p1
25 stars 10 forks source link

NRKTV.bundle

Plex plugin for all NRK content (tv.nrk.no, radio.nrk.no etc.)

============

State of this project as of October 2014: Quite stable and available from the Plex Channel Directory. Maintainers are struggling to find time to work on this between kids & family, so please come forward if you want to contribute :)

To stay up to date with the stuff we are working on, please visit the issues page: https://github.com/eithe/NRKTV.bundle/issues

Manual Installation: OSX (with git installed)

  # mkdir github
  # cd github
  # git clone git://github.com/eithe/NRKTV.bundle.git
  # cd
  # rm ~/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/NRKTV.bundle
  # ln -s ~/github/NRKTV.bundle/ ~/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/NRKTV.bundle

To update the plugin:

  # cd github/NRKTV.bundle
  # git pull

OSX (without git installed)

  # rm ~/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/NRKTV.bundle
  # ln -s ~/github/NRKTV.bundle/ ~/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/NRKTV.bundle

To update the plugin. Redownload the zip file and replace the .bundle file found here: github/NRKTV.bundle

Manual Installation: Other OSs

Windows (without git installed)