dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
207 stars 22 forks source link

Update VLC backend for newer versions. #28

Closed ghost closed 8 years ago

ghost commented 8 years ago

VLC uses a new default RC interface which is not currently handled by Bongo. For now, use the oldrc interface.

Preemptively start the timer by handling the VLC initialization message, fixing a bug where the user must send a VLC command before `bongo-vlc-player-start-timer' is run.


Fixes #25. Should be better than previous PR #27.

dbrock commented 8 years ago

Looks great, thanks!