squiter / ivy-youtube

Search for an Youtube video inside Emacs with Ivy
MIT License
29 stars 7 forks source link

Add support to play in external processgg #2

Closed squiter closed 7 years ago

squiter commented 7 years ago

Motivation

We need to let the user chose where he want to watch your video. This PR fix the #1

Proposed Solution

Add a custom variable that receive an external program to run the seletected video, E.g. /usr/bin/mpv or /usr/bin/vlc.

I tested this branch with MPV and VLC.