소스 검색

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 3 년 전
committed by GitHub
부모
커밋
a2623f77cc
No known key found for this signature in database GPG 키 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;

불러오는 중...
취소
저장