Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mime.types: Recognize .eml as message/rfc822 | toonn | 2021-06-22 | 1 | -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.sh | toonn | 2019-12-29 | 1 | -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 types | toonn | 2019-12-26 | 1 | -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) | toonn | 2019-11-17 | 1 | -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 rifle | toonn | 2019-11-17 | 1 | -9/+20 |
| | |||||
* | Merge branch 'callahad-webp-mimetype' | toonn | 2019-11-17 | 1 | -0/+2 |
|\ | |||||
| * | Add image/webp to known mimetypes | Dan Callahan | 2019-07-30 | 1 | -0/+2 |
| | | |||||
* | | Add .opus as extension for audio/ogg | toonn | 2019-10-02 | 1 | -1/+1 |
|/ | |||||
* | Add ape extension to mime.types | toonn | 2019-05-21 | 1 | -0/+1 |
| | |||||
* | New mime type: audio/webm | ormung | 2017-08-25 | 1 | -0/+1 |
| | |||||
* | mime.tyeps: added "application/djvu dvju", fixes #201 | hut | 2015-10-04 | 1 | -0/+1 |
| | |||||
* | add javascript file type to mime.types and rifle.conf | aureooms | 2014-12-19 | 1 | -10/+12 |
| | |||||
* | removed all trailing whitespaces | hut | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | data/mime.types: use spaces instead of tabs, line them up | hut | 2012-03-14 | 1 | -10/+10 |
| | |||||
* | data/mime.types: added webm type | hut | 2011-08-03 | 1 | -0/+1 |
| | |||||
* | data/mime.types: Added wavpack | hut | 2011-05-07 | 1 | -0/+1 |
| | |||||
* | added ruby mimetype | hut | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | use the builtin mimetype support | hut | 2010-03-17 | 1 | -758/+7 |
| | |||||
* | mime.types: added audio/musepack | hut | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | mime.types: included div, divx and ogm extensions | hut | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Restructuration | hut | 2009-12-10 | 1 | -0/+769 |