Mercurial > audlegacy-plugins
comparison src/madplug/plugin.c @ 619:ca4cd00ca0c8 trunk
[svn] - now title_override works.
| author | yaz |
|---|---|
| date | Thu, 08 Feb 2007 00:55:06 -0800 |
| parents | a7a28782c1b0 |
| children | 0341583ad50c |
comparison
equal
deleted
inserted
replaced
| 618:a7a28782c1b0 | 619:ca4cd00ca0c8 |
|---|---|
| 597 if (info->remote) { | 597 if (info->remote) { |
| 598 return TRUE; | 598 return TRUE; |
| 599 } | 599 } |
| 600 | 600 |
| 601 tuple = audmad_get_song_tuple(info->filename); | 601 tuple = audmad_get_song_tuple(info->filename); |
| 602 | |
| 602 info->title = xmms_get_titlestring(audmad_config.title_override == TRUE ? | 603 info->title = xmms_get_titlestring(audmad_config.title_override == TRUE ? |
| 603 audmad_config.id3_format : xmms_get_gentitle_format(), tuple); | 604 audmad_config.id3_format : xmms_get_gentitle_format(), tuple); |
| 604 | 605 |
| 605 /* scan mp3 file, decoding headers unless fast_scan is set */ | 606 /* scan mp3 file, decoding headers unless fast_scan is set */ |
| 606 if (scan_file(info, fast_scan) == FALSE) | 607 if (scan_file(info, fast_scan) == FALSE) |
