Created
February 22, 2014 00:14
-
-
Save queeup/9146435 to your computer and use it in GitHub Desktop.
Play local media files on remote XBMC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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