/[gnump3d]/gnump3d/bin/gnump3d2
ViewVC logotype

Diff of /gnump3d/bin/gnump3d2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by skx, Wed Oct 29 14:46:53 2003 UTC revision 1.38 by skx, Fri Oct 31 17:05:33 2003 UTC
# Line 1352  sub playlistForDirectory( $ $ $ ) Line 1352  sub playlistForDirectory( $ $ $ )
1352    
1353        
1354    # Set the song format.    # Set the song format.
1355    $tagCache->setFormatString( "#EXTINF: \$LENGTH,$song_format" );    $tagCache->setFormatString( "#EXTINF: \$SECONDS,$song_format" );
1356    
1357    #    #
1358    # Sort the files according to the display preference.    # Sort the files according to the display preference.
# Line 1388  sub playlistForDirectory( $ $ $ ) Line 1388  sub playlistForDirectory( $ $ $ )
1388          if ( not ( $tags =~ /^#/ ) )          if ( not ( $tags =~ /^#/ ) )
1389          {          {
1390              # Song doesnt contain tags ...              # Song doesnt contain tags ...
1391              $tags = "#EXTINF: 00:00,$file\n";              $tags = "#EXTINF: 0,$file\n";
1392          }          }
1393      }      }
1394    

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26