Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

kodi-remote

Summary

Emacs Remote Control functions for Emacs

Installing

clone kodi remote

cd ~/.emacs/
git clone <repo-url>

add the path of kodi-remote and to your emacs init file:

(add-to-list 'load-path "~/.emacs/kodi-remote")
(require 'kodi-remote)
(setq kodi-host-name "my-htpc:9090")

you need a running kodi instance of course!

Using

starts playback of the youtube video

M-x kodi-remote-play-youtube-url RET <paste youtube url> RET

or

M-x kodi-remote-play-youtube-id RET <paste youtube video id> RET

starts music playback in party mode

M-x kodi-remote-play-music RET

toggles play/pause

M-x kodi-remote-play-pause RET

Contributing

Yes, please do! See CONTRIBUTING for guidelines.

License

See COPYING. Copyright (c) 2015 Stefan Huchler.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages