From 59d6f745ca4b588a38f3ce3f7795e07064545c6b Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 27 May 2020 16:00:44 +0200 Subject: [PATCH] about --- .install/loveland.sh | 2 +- www/LOVELand/jukebox/plugins/zzz-aboutrompr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);