mirror of
https://github.com/paul-nameless/tg
synced 2024-11-21 19:33:09 +00:00
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:
parent
81bcb5e942
commit
f1d3294ac5
1 changed files with 2 additions and 2 deletions
|
@ -210,9 +210,9 @@ Example: `~/.mailcap`
|
|||
```ini
|
||||
# media
|
||||
video/*; mpv "%s"
|
||||
audio/ogg; mpv --speed 1.33 "%s"
|
||||
audio/ogg; mpv --speed=1.33 "%s"
|
||||
audio/mpeg; mpv --no-video "%s"
|
||||
image/*; qView "%s"
|
||||
image/*; qview "%s"
|
||||
|
||||
# text
|
||||
text/html; w3m "%s"
|
||||
|
|
Loading…
Reference in a new issue