Re: Playing dot mkv files in LYNX?
Chime Hart <[email protected]>
| Newsgroups | gmane.comp.web.lynx.devel |
|---|---|
| Message-ID | <[email protected]> |
Well, Travis, will take a look. Whats fascinating, I can rename an mkv to an mp4, now it will play in LYNX. Here are entries in lynx.cfg SUFFIX:.mkv:audio/mkv SUFFIX:.mkv:video/mkv SUFFIX:.mp4:video/mpeg Now here are items in dot mailcap audio/mkv; mpv --really-quiet --audio-device=alsa/plughw:CARD=AudioPCI,DEV=0 '%s'; nametemplate=%s.mkv video/mkv; mpv --really-quiet --no-video --audio-device=alsa/plughw:CARD=AudioPCI,DEV=0 '%s'; nametemplate=%s.mkv Similar seems to work in all other cases other than mkv. Thanks in advance Chime