gorski wrote:
How about sharing it - the installation and scripts, that is?
opkg install transmission
Then after installation remove (or keep) autostart function after every device restart :
/etc/init.d/transmission-daemon disable
Config file is located /etc/init.d/transmission-daemon and by editing this file You can find the login/password and port for connection (You can modify as You like).
By default is :
RPC_PORT=9091
USERNAME="root"
PASSWORD="enigma2"
Then You should create .sh script with 755 permission (or use terminal as well) for start and stop Transmission :
/etc/init.d/transmission-daemon start and /etc/init.d/transmission-daemon stop
Then copy this file to /usr/script/
You can execute scripts from File Manager > /usr/scripts > choose and press OK > confirm that you want to "Run it as a script" and it will run.
Or assign to some key on remote.
Enjoy ;)
The post was edited 2 times, last by bauciu ().