瀏覽代碼

Add audio playback with mailcap and mpv (#499)

Allow audio to also be listened to from an email. Did not include setsid because then there would be no way to pause.
tags/v3.1
g-w1 4 年之前
committed by GitHub
父節點
當前提交
a2623f77cc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      share/mailcap

+ 1
- 0
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;

Loading…
取消
儲存