about summary refs log tree commit diff stats
path: root/ranger/data/mime.types
Commit message (Collapse)AuthorAgeFilesLines
* mime.types: Recognize .eml as message/rfc822toonn2021-06-221-0/+2
| | | | | | | This'll help to trigger the `mu` previews. There's also `.emlx` files but mine include a nonce or count of some sort on the first line and `mu view` doesn't seem capable of reading from stdin so we can simply cut the first line.
* Add extensions not previously covered by scope.shtoonn2019-12-291-1/+1
| | | | | | | Add `.dff` extension to `mime.types`. Add `dff|wv|wvc` to `handle_extension` because they're not caught by the `audio/*)` clause in `handle_mime`.
* Add Direct Stream Digital/Transfer to mime typestoonn2019-12-261-0/+1
| | | | | | | | | | Direct Stream Digital/Transfer (`.dsf`) files have MIME type `application/octet-stream` but they're audio so `audio/something` is more useful for rifle. Scope also runs `mediainfo` and `exiftool` for miscellaneous `audio/*` files but we can't match on MIME type here so I added a similar clause in `handle_extension`.
* Bring custom mime types in line with file(1)toonn2019-11-171-19/+14
| | | | | | | Non-standard formats missing the `x-` prefix: flac and flv Renamed mime types: video/mkv -> video/x-matroska video/divx -> video/x-msvideo Dropped extension: divx
* Refine custom mime types for rifletoonn2019-11-171-9/+20
|
* Merge branch 'callahad-webp-mimetype'toonn2019-11-171-0/+2
|\
| * Add image/webp to known mimetypesDan Callahan2019-07-301-0/+2
| |
* | Add .opus as extension for audio/oggtoonn2019-10-021-1/+1
|/
* Add ape extension to mime.typestoonn2019-05-211-0/+1
|
* New mime type: audio/webmormung2017-08-251-0/+1
|
* mime.tyeps: added "application/djvu dvju", fixes #201hut2015-10-041-0/+1
|
* add javascript file type to mime.types and rifle.confaureooms2014-12-191-10/+12
|
* removed all trailing whitespaceshut2013-02-101-1/+1
|
* data/mime.types: use spaces instead of tabs, line them uphut2012-03-141-10/+10
|
* data/mime.types: added webm typehut2011-08-031-0/+1
|
* data/mime.types: Added wavpackhut2011-05-071-0/+1
|
* added ruby mimetypehut2010-04-161-0/+2
|
* use the builtin mimetype supporthut2010-03-171-758/+7
|
* mime.types: added audio/musepackhut2010-03-121-1/+2
|
* mime.types: included div, divx and ogm extensionshut2010-03-121-1/+2
|
* Restructurationhut2009-12-101-0/+769