Bug #17022
closedMP3 icon maps to wav.gif
0%
Description
-- t3lib/stddb/tables.php maps the MP3 file type to wav.gif
-- mp3.gif is missing from typo3/gfx/fileicons/
It's a simple fix. I don't know how to make a patch sorry. Icon for MP3 is attached
(issue imported from #M5047)
Files
Updated by Chris Paige over 17 years ago
Thanks to Peter Klein for this interim fix...
Place your own mp3.gif file in typo3/gfx/fileicons/ (see gif file attached to this bugreport)
Add this to your typo3/extTables.php (or ext_tables.php in an extension) to override the mapping in t3lib/stddb/tables.php:
$FILEICONS['mp3'] = 'mp3.gif';
Updated by Chris Paige over 17 years ago
Peter also noted that other media file types are also missing, such as:
MP4, FLV, WMA, WMV
Updated by Martin Kutschker over 17 years ago
And I noticed that the whole mapping concept is not ideal.
Who needs icons to see which extension a file has? Better would be t use one icon for a type. Possible types are:
text (plain text, ms word, oo writer, etc)
spreadsheets (csv, ms excel, oo calc, etc)
presentations (ms powerpoint, oo impress)
images (gif, png, jpeg, etc)
videos (mpeg4, windows media video, quicktime, etc)
interactive videos (flash, etc)
audio (MP3, windows media audio, ogg vorbis, etc)
etc
etc