Just wanted to add this also works on Linux with a small additional
step. Thanks for instructions everyone. :)
On the File Types page ffmpeg was not available. Ubuntu 14.04 / 14.10
and derivatives such as Linux mint 17 do not have this package in the
default distribution. There is a PPA for this package so adding is
simple with the following steps:
Code:
--------------------
$ sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
$ sudo apt-get update
$ sudo apt-get install ffmpeg
--------------------
a restart is not required to pick up the changes. Close the settings
page and then go back in and for me the correct values were set beside
the Apple HLS file type (I did hit apply just in case).
The menu.opml file is located in
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer and
for me is owned by squeezeboxserver. Downloading the zipped up menu.opml
into my linux users home directory I then used the following steps in a
terminal to keep a backup of the original and replace it:
Code:
--------------------
$ cd /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer
$ cp menu.opml ~/menu.opml.good
$ sudo unzip ~/menu_ukhigh.zip
$ sudo chown squeezeboxserver:nogroup menu.opml
--------------------
------------------------------------------------------------------------
bramblevine's Profile: http://forums.slimdevices.com/member.php?userid=64063
View this thread: http://forums.slimdevices.com/showthread.php?t=103143
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins