[BACK]Return to playmp3s.pl CVS log [TXT][DIR] Up to [local] / mp3 / daemon

Diff for /mp3/daemon/playmp3s.pl between version 1.4 and 1.5

version 1.4, 2007/02/08 17:54:38 version 1.5, 2007/02/08 18:13:33
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: playmp3s.pl,v 1.3 2006/08/12 00:28:56 andrew Exp $  # $RedRiver: playmp3s.pl,v 1.4 2007/02/08 17:54:38 andrew Exp $
 ########################################################################  ########################################################################
 # PlayMP3.pl *** play's MP3s off a playlist using mp3play  # PlayMP3.pl *** play's MP3s off a playlist using mp3play
 #  #
Line 63 
Line 63 
                 Print_PlayLog("\tGot $song - filename is\n\t$filename\n");                  Print_PlayLog("\tGot $song - filename is\n\t$filename\n");
   
                 Print_PlayLog("displaying file that is playing . . . ");                  Print_PlayLog("displaying file that is playing . . . ");
                 DisplayPlaying($cfgs{playedhtml},$filename);                  DisplayPlaying($cfgs{currenthtml},$filename);
                 Print_PlayLog("done\n");                  Print_PlayLog("done\n");
   
                 if ($save_playlist) {                  if ($save_playlist) {
Line 102 
Line 102 
                 }                  }
   
                 Print_PlayLog("Displaying Nothing . . .");                  Print_PlayLog("Displaying Nothing . . .");
                 DisplayPlaying($cfgs{playedhtml},"Nothing");                  DisplayPlaying($cfgs{currenthtml},"Nothing");
                 Print_PlayLog("done\n");                  Print_PlayLog("done\n");
   
                 #@playlist = ();                  #@playlist = ();

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>