Some small changes for mpfire V3

This commit is contained in:
Christian Schmidt
2008-05-16 15:37:46 +02:00
parent e3872fbd1c
commit 6cd3f682eb
5 changed files with 62 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ gffstream.ic.llnwd.net/stream/gffstream_stream_wdr_einslive_b|Einslive|http://ww
213.186.41.149:8040|Deepinside Radio European|http://www.deepinside.co.uk
62.75.176.40:80/bigfm-cbr-128|BigFM|http://www.bigfm.de
62.75.176.44/brocken-high|Hit-Radio Brocken|http://www.radiobrocken.de
87.118.100.135:9191|Spaceworld Radio|http://spaceworld-radio.de/
www.magic-island.eu:10001|Magic Island|http://www.magic-island.eu
dsl.blackbeats.fm:13000|BlackBeats FM|http://www.blackbeats.fm
87.118.64.197:3100|Discofox-Radio|http://www.discofox-radio.de
rmnradio.powerstream.de:8022|RMNradio|http://www.rmnradio.de/

View File

@@ -101,7 +101,7 @@ if ( $ENV{'QUERY_STRING'} =~ /title/){
<meta http-equiv='refresh' content='5'>
<title></title>
<body>
<table width='100%' cellspacing='0' align='center' style="background-image:url(/images/mpfire/box.png)">
<table width='100%' cellspacing='0' align='center' style="background-image:url(/images/mpfire/box.png);background-repeat:no-repeat">
END
;
print"<tr ><td align='center'><font color='red' face='Verdana' size='2'><br />".encode('utf-8', $song)."<br /><br /></font></td></tr></table></body>";
@@ -440,7 +440,7 @@ END
&Header::openbox('100%', 'center', $Lang::tr{'mpfire search'});
# box to quickly search artist, album or title
print <<END
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
<form method='post' action='$ENV{'SCRIPT_NAME'}#$Lang::tr{'mpfire songs'}'>
<table width='95%' cellspacing='0'>
<tr>
<td align='right' width='33%'>$Lang::tr{'artist'}</td>

View File

@@ -70,7 +70,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
chmod 755 /srv/web/ipfire/html/images/mpfire
install -v -m 644 $(DIR_SRC)/config/backup/includes/mpfire /var/ipfire/backup/addons/includes/mpfire
-mkdir -p /usr/lib/perl5/site_perl/5.8.8/Audio/
-mkdir -p /usr/lib/perl5/site_perl/5.8.8/Audio/
cp -vrf $(DIR_SRC)/config/mpfire/perl/Audio/MPD* /usr/lib/perl5/site_perl/5.8.8/Audio/
cp -vrf $(DIR_SRC)/config/mpfire/perl/Accessor* /usr/lib/perl5/5.8.8/Class/
cp -vrf $(DIR_SRC)/config/mpfire/perl/Readonly.pm /usr/lib/perl5/5.8.8/Readonly.pm

View File

@@ -12,7 +12,7 @@
case "$1" in
start)
boot_mesg "Starting MPD..."
/bin/nice --20 /usr/bin/mpd
/bin/nice --5 /usr/bin/mpd
evaluate_retval
;;
stop)

View File

@@ -22,3 +22,5 @@
############################################################################
#
. /opt/pakfire/lib/functions.sh
./uninstall.sh
./install.sh