Moode Forum
[PROBLEM] No thumbnail on DSF files - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] No thumbnail on DSF files (/showthread.php?tid=4127)



No thumbnail on DSF files - SamWeesie - 08-15-2021

Thumbnail files are showing on all files except .DSF
DSF files are created with EZ CD Audio Converter (latest version).
I know that the album art is availableĀ in the files; when i convert a file back it is visible

A demo file is too large to attach in this forum. I can send it with wetransfer if you want.

If I can help in any way, please let me know.


RE: No thumbnail on DSF files - Tim Curtis - 08-15-2021

The cover art extractor used in moOde supports embedded art for FLAC, MP3 and M4A formats. For other formats try placing a cover art file in the album directory.

The types and extensions for cover art files are listed below (from the sources)

Code:
    // default cover files
    $covers = array(
        'Cover.jpg', 'cover.jpg', 'Cover.jpeg', 'cover.jpeg', 'Cover.png', 'cover.png', 'Cover.tif', 'cover.tif', 'Cover.tiff', 'cover.tiff',
        'Folder.jpg', 'folder.jpg', 'Folder.jpeg', 'folder.jpeg', 'Folder.png', 'folder.png', 'Folder.tif', 'folder.tif', 'Folder.tiff', 'folder.tiff'
    );



RE: No thumbnail on DSF files - SamWeesie - 08-15-2021

Hi Tim,

Thank you very much for the suggestion. It works (as you assumed).