Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 896 Bytes

File metadata and controls

31 lines (20 loc) · 896 Bytes

script.on.file

A couple addons that can be used to run an action on another machine (for example Linux PC) with the selected file as argument.

Kodi Addon: context.ignore

Show a ignore file/dir menu item. When pressed call script.on.file.

Kodi Addon: context.select

Show a select menu item. When pressed call script.on.file.

Kodi Addon: context.unselect

Show a unselect menu item. When pressed call script.on.file.

Kodi Addon: script.on.file

The addon creates a HTTP post request to a URL depending on the arguments given when the addon is called. This can be used to call a script on another host with file/directory information provided by one of the context.* addons.

A Word on Copyright

I used other plugins to get inspired. For example the Kodi Hello World plugin/script and also Trakt - Contextmenu. I bluntly copy/pasted parts of the plugins to create this one.