* Fix some issues with ampersand escaping.
* Improve image date/camera metadata handling by not storing a date if none exists. * Add preliminary TiVo video serving support.
This commit is contained in:
@ -696,7 +696,7 @@ _get_mp3fileinfo(char *file, struct song_metadata *psong)
|
||||
index++;
|
||||
if(first_check)
|
||||
{
|
||||
DPRINTF(E_WARN, L_SCANNER, "Bad header... dropping back for full frame search\n");
|
||||
DPRINTF(E_INFO, L_SCANNER, "Bad header... dropping back for full frame search [%s]\n", psong->path);
|
||||
first_check = 0;
|
||||
fp_size = 0;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user