here is how to create a new plugin for spark media receiver
1. access through telnet
2. create a new file ( for example myplugin.s ) in /var/bin and chmod +x this file
here is an example :
#!/bin/sh
#do something
exit 0
the new plugin will appear in plugins menu and you can run and stop it through the OSD
hope that was helpful
1. access through telnet
2. create a new file ( for example myplugin.s ) in /var/bin and chmod +x this file
here is an example :
#!/bin/sh
#do something
exit 0
the new plugin will appear in plugins menu and you can run and stop it through the OSD
hope that was helpful