Skip to content

ryan-c-scott/kodi-remote.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%