Project

General

Profile

Actions

Bug #17022

closed

MP3 icon maps to wav.gif

Added by Chris Paige about 17 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-02-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

mp3.gif (291 Bytes) mp3.gif Administrator Admin, 2007-02-21 15:19
Actions #1

Updated by Chris Paige about 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';

Actions #2

Updated by Chris Paige about 17 years ago

Peter also noted that other media file types are also missing, such as:
MP4, FLV, WMA, WMV

Actions #3

Updated by Martin Kutschker about 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

Actions #4

Updated by Ingo Renner about 17 years ago

fixed in SVN

Actions

Also available in: Atom PDF