Add DSD file support
* add mimetype audio/x-dsd (.dsf/.dff) * add id3tag and fileinfo support (only .dsf)
This commit is contained in:
committed by
Justin Maggard
parent
ade51e9c94
commit
799e6cf505
@ -435,7 +435,7 @@ _get_oggfileinfo(char *filename, struct song_metadata *psong)
|
||||
return -1;
|
||||
}
|
||||
|
||||
DPRINTF(E_MAXDEBUG, L_SCANNER, "Processing file \"%s\"...\n\n", filename);
|
||||
DPRINTF(E_MAXDEBUG, L_SCANNER, "Processing file \"%s\"...\n", filename);
|
||||
|
||||
ogg_sync_init(&sync);
|
||||
|
||||
|
Reference in New Issue
Block a user