blob: 9f6ca038379b7417112762a4a6ec6aed43f37eb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
***************
*** 43,65 ****
apt_install "libmad0-dev libtag1-dev libvorbis-dev"
apt_install "libwrap0-dev"
- # Googlyric2 Beta 3 und Python
- apt_install "python"
- if [ -f /usr/share/apps/amarok/scripts/Googlyrics2.Beta3.amarokscript.tar.gz ]; then
- echo "Googlyrics vorhanden"
- else
- cd /usr/share/apps
- mkdir amarok
- mkdir amarok/scripts
- cd /usr/share/apps/amarok/scripts/
- wget http://quicode.com/Googlyrics2.Beta3.amarokscript.tar.gz
- tar -xzf Googlyrics2.Beta3.amarokscript.tar.gz
- fi
- mkdir $VDRCONFDIR/plugins/$LINK
- mkdir $VDRCONFDIR/plugins/$LINK/scripts
- cp -f $SOURCEDIR/VDR/PLUGINS/src/$LINK/scripts/* $VDRCONFDIR/plugins/$LINK/scripts
- chmod 0755 $VDRCONFDIR/plugins/$LINK/scripts/muggle_getlyrics
- chmod 0755 $VDRCONFDIR/plugins/$LINK/scripts/*.py
# scripts
if [ -f $DIR/muggle-image-convert ]; then
--- 43,48 ----
apt_install "libmad0-dev libtag1-dev libvorbis-dev"
apt_install "libwrap0-dev"
# scripts
if [ -f $DIR/muggle-image-convert ]; then
|