Add DSD file support

* add mimetype audio/x-dsd  (.dsf/.dff)
* add id3tag and fileinfo support (only .dsf)
This commit is contained in:
Takeshich NAKAMURA
2014-05-14 23:42:23 +09:00
committed by Justin Maggard
parent ade51e9c94
commit 799e6cf505
9 changed files with 900 additions and 10 deletions

View File

@ -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);