comparison src/madplug/plugin.c @ 761:7ffb93bce2d2 trunk

[svn] - support id3 reading of static files
author nenolod
date Wed, 28 Feb 2007 21:02:06 -0800
parents 6ea974a229a8
children 59b4bce10c3b
comparison
equal deleted inserted replaced
760:6ed8d477ba89 761:7ffb93bce2d2
495 g_message("f: mad: audmad_get_song_tuple: %s", string); 495 g_message("f: mad: audmad_get_song_tuple: %s", string);
496 g_free(string); 496 g_free(string);
497 string = NULL; 497 string = NULL;
498 #endif 498 #endif
499 499
500 if(info.remote){ 500 if(info.remote && info.size == 0){
501 if(info.playback && info.playback->playing) { 501 if(info.playback && info.playback->playing) {
502 tuple = bmp_title_input_new(); 502 tuple = bmp_title_input_new();
503 #ifdef DEBUG 503 #ifdef DEBUG
504 printf("info.playback->playing = %d\n",info.playback->playing); 504 printf("info.playback->playing = %d\n",info.playback->playing);
505 #endif 505 #endif