View Issue Details

IDProjectCategoryView StatusLast Update
0001944gnunet-gtkgnunet-fs-gtkpublic2011-12-26 22:30
ReporterChristian Grothoff Assigned ToLRN  
PriorityhighSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.1Fixed in Version0.9.1 
Summary0001944: mime-type selection
DescriptionWould be nice to have the ability to select a mime-type (restriction) using a drop-down box when searching.
TagsNo tags attached.
Attached Files
mime.txt (1,182 bytes)   
// keyword - category - extension - lossy/lossless - freedom?

"image/jpeg", "images", "jpeg", "lossy", "free"
"image/png", "images", "png", "lossless", "free"
"video/x-flv", "video", "flv", "flash videos", "non-free"
"video/webm", "video", "webm", "lossy", "free"
"video/quicktime", "video", "qt", "lossy", "non-free"
"video/mpeg", "video", "mpeg", "lossy", "non-free"
"video/mp4", "video", "mp4", "lossy", "non-free"
"video/x-ms-wmv", "video", "wmv", "lossy", "non-free"
"audio/flac", "audio", "flac", "lossless", "free"
"application/ogg", "audio", "ogg", "lossy", "free"
"application/pdf", "text", "pdf", "-", "unknown"
"application/msword", "text", "doc", "-", "non-free"
"text/html", "text", "html", "-", "free"
"application/zip", "archive", "zip", "lossless", "free"
"application/x-rar-compressed", "archive", "rar", "lossless", "unknown"


// Intentionally not on the list:
* gif -- legacy
* tiff -- exotic
* audio/vorbis -- exotic
* audio/vnd.wave -- inappropriate for file-sharing
* image/svg+xml -- exotic
* model/* -- exotic
* multipart/* -- inappropriate for file-sharing
* code (text/css, text/javascript): inappropriate for file-sharing
* application/x-dvi -- exotic

mime.txt (1,182 bytes)   

Relationships

child of 0001966 closedLRN GUI master-issue 

Activities

Christian Grothoff

2011-12-11 13:12

manager   ~0005030

I've attached a file with suggestions for the model, as in which mime types should be listed for end-users to begin with.

LRN

2011-12-13 12:43

developer   ~0005077

Suggestions are implemented, patches are pending.

LRN

2011-12-23 13:27

developer   ~0005173

Patches are applied. Although there's one thing missing - mime type is added to the query without a "+". It's easily fixable though.

Christian Grothoff

2011-12-23 17:46

manager   ~0005182

Fixed now.

Issue History

Date Modified Username Field Change
2011-11-22 20:22 Christian Grothoff New Issue
2011-11-22 20:39 Christian Grothoff Status new => confirmed
2011-11-26 18:24 Christian Grothoff Relationship added child of 0001966
2011-12-01 10:02 Christian Grothoff Target Version => 0.9.1
2011-12-11 13:11 Christian Grothoff File Added: mime.txt
2011-12-11 13:12 Christian Grothoff Note Added: 0005030
2011-12-13 12:43 LRN Note Added: 0005077
2011-12-13 23:14 Christian Grothoff Assigned To => LRN
2011-12-13 23:14 Christian Grothoff Status confirmed => assigned
2011-12-23 13:27 LRN Note Added: 0005173
2011-12-23 17:46 Christian Grothoff Note Added: 0005182
2011-12-23 17:47 Christian Grothoff Status assigned => resolved
2011-12-23 17:47 Christian Grothoff Fixed in Version => 0.9.1
2011-12-23 17:47 Christian Grothoff Resolution open => fixed
2011-12-26 22:30 Christian Grothoff Status resolved => closed