mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Backupklamotte erweitert
Fehler im Disk Graphen gefixt Kleine Anpassung am MPFire git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@712 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -9,7 +9,7 @@ require "${General::swroot}/header.pl";
|
||||
|
||||
my $filename = "";
|
||||
my %songs = "";
|
||||
my $debug = 0;
|
||||
my $debug = 1;
|
||||
|
||||
if ($ARGV[0] eq 'scan') {
|
||||
my $command = "find ";
|
||||
@@ -135,7 +135,7 @@ sub getExistingSongs(){
|
||||
sub checkplaylist(){
|
||||
my $Datei = "/var/ipfire/mpfire/playlist";
|
||||
my @Info = stat($Datei);
|
||||
if ( $Info[7] eq '' ){print "There is no playlist";exit(1);}
|
||||
if ( $Info[7] eq '' || $Info[7] eq '0' ){print "There is no playlist";exit(1);}
|
||||
}
|
||||
|
||||
sub checkm3u(){
|
||||
|
||||
Reference in New Issue
Block a user