mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Some small changes for mpfire V3
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -22,3 +22,5 @@
|
||||
############################################################################
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
./uninstall.sh
|
||||
./install.sh
|
||||
|
||||
Reference in New Issue
Block a user