Skip to content

Instantly share code, notes, and snippets.

@queeup
Created February 22, 2014 00:14
Show Gist options
  • Save queeup/9146435 to your computer and use it in GitHub Desktop.
Save queeup/9146435 to your computer and use it in GitHub Desktop.
Play local media files on remote XBMC
[Nemo Action]
###################################
#### DEBUGGING:
####
#### Run Nemo with the environment
#### variable NEMO_ACTION_VERBOSE
#### set to get useful log output
#### for debugging your actions
#### Sample file:
#### https://github.com/linuxmint/nemo/blob/master/files/usr/share/nemo/actions/sample.nemo_action
###################################
Name=Cast to XBMC
Comment=Play local media files on remote XBMC
Exec=<xbmc_jsonrpc_play.py %F>
Icon-Name=video
Selection=s
Mimetypes=video/*;audio/*;
Quote=single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment