comparison src/madplug/input.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 2ffc6a69fcd1
children 76a19617d685
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
423 423
424 aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, "MPEG Audio (MP3)"); 424 aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, "MPEG Audio (MP3)");
425 aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy"); 425 aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy");
426 426
427 info->title = aud_tuple_formatter_make_title_string(tuple, audmad_config.title_override == TRUE ? 427 info->title = aud_tuple_formatter_make_title_string(tuple, audmad_config.title_override == TRUE ?
428 audmad_config.id3_format : get_gentitle_format()); 428 audmad_config.id3_format : aud_get_gentitle_format());
429 429
430 // for connection via proxy, we have to stop transfer once. I can't explain the reason. 430 // for connection via proxy, we have to stop transfer once. I can't explain the reason.
431 if (info->infile != NULL) { 431 if (info->infile != NULL) {
432 aud_vfs_fseek(info->infile, -1, SEEK_SET); // an impossible request 432 aud_vfs_fseek(info->infile, -1, SEEK_SET); // an impossible request
433 aud_vfs_fseek(info->infile, curpos, SEEK_SET); 433 aud_vfs_fseek(info->infile, curpos, SEEK_SET);