diff --git a/.install/loveland.sh b/.install/loveland.sh index c008619..0e6a45d 100755 --- a/.install/loveland.sh +++ b/.install/loveland.sh @@ -59,7 +59,7 @@ fi # MPD/MPC RompR AUDIO LAYER ############################### if [[ ! $(which mpd) ]]; then - sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof lltag inotify-tools -y || err=1 + sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof lltag inotify-tools bc -y || err=1 sudo apt-get install lame sox libsox-fmt-mp3 eyed3 python-chardet imagemagick curl -y || err=1 #libav-tools unavailable on some system sudo apt-get install ca-certificates git-core binutils rsync alsa-utils bc espeak mpg321 fuse atomicparsley -y || err=1 diff --git a/www/LOVELand/jukebox/plugins/zzz-aboutrompr.js b/www/LOVELand/jukebox/plugins/zzz-aboutrompr.js index 442e93a..c793b17 100644 --- a/www/LOVELand/jukebox/plugins/zzz-aboutrompr.js +++ b/www/LOVELand/jukebox/plugins/zzz-aboutrompr.js @@ -30,4 +30,4 @@ var aboutRompr = function() { }(); -pluginManager.addPlugin(language.gettext("button_about"), aboutRompr.open, null, null, true); +// pluginManager.addPlugin(language.gettext("button_about"), aboutRompr.open, null, null, true);