X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fmpfire%2Fmpfire.pl;h=66413145de61a1545bd4ac992a3801d6f7168f39;hp=e72b2fcae65785bc867c391c4c5690d64a280130;hb=96481f95195e95445e1795197cba80bd6bfc1820;hpb=74f3678b75f5b537c743c4d80f25623a6e7ed6ef diff --git a/config/mpfire/mpfire.pl b/config/mpfire/mpfire.pl index e72b2fcae6..66413145de 100644 --- a/config/mpfire/mpfire.pl +++ b/config/mpfire/mpfire.pl @@ -26,13 +26,6 @@ elsif ($ARGV[0] eq 'playadd') { if ($debug){print "Yes we are called and we will add $ARGV[1]\n";} system("mpc add \"$ARGV[1]\" >/dev/null && mpc play >/dev/null"); } -elsif ($ARGV[0] eq 'playlist') { - &checkmute(); - &shuffle(); - &clearplaylist(); - if ($debug){print "Yes we are called and we will play your Playlist\n";} - system("mpc load playlist >/dev/null && mpc play >/dev/null"); - } elsif ($ARGV[0] eq 'clearplaylist') { if ($debug){print "Deleting playlist\n";} &clearplaylist();