Explorar el Código
Add audio playback with mailcap and mpv
Allow audio to also be listened to from an email. Did not include setsid because then there would be no way to pause.
pull/499/head
g-w1
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
share/mailcap
|
|
@@ -3,6 +3,7 @@ text/html; openfile %s ; nametemplate=%s.html |
|
|
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; |
|
|
|
image/*; openfile %s ; |
|
|
|
video/*; setsid mpv --quiet %s &; copiousoutput |
|
|
|
audio/*; mpv %s ; |
|
|
|
application/pdf; openfile %s ; |
|
|
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput; |
|
|
|
application/pgp-keys; gpg --import '%s'; copiousoutput; |