Update readme.md (#228)

fixed commandline arguments to play voice message with mpv
fixed typo in commandline argument to open received pictures
This commit is contained in:
leisefuxX 2021-05-26 10:01:13 +02:00 committed by GitHub
parent 81bcb5e942
commit f1d3294ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,9 +210,9 @@ Example: `~/.mailcap`
```ini ```ini
# media # media
video/*; mpv "%s" video/*; mpv "%s"
audio/ogg; mpv --speed 1.33 "%s" audio/ogg; mpv --speed=1.33 "%s"
audio/mpeg; mpv --no-video "%s" audio/mpeg; mpv --no-video "%s"
image/*; qView "%s" image/*; qview "%s"
# text # text
text/html; w3m "%s" text/html; w3m "%s"