Thanks for the latest 3.0.0.1 update!
I have to mention that it has overwritten my settings, which are not located as indicated in
Config file : /opt/QTransmission3/etc/config/json
but rather in /opt/QTransmission3/etc/settings.json
Also, I am moving my post from the previous version to this thread:
It would be great to add to the release the improved Web Interface found here: https://github.com/ronggang/transmission-web-control
Steps I have followed to install.
- Stop Transmission, this is important as changes are reverted if Transmission is running.
- Clone web server tree is found here: https://github.com/ronggang/transmission-web-control/tree/master/src
- Copy the files from the download src folder to /opt/QTransmission3/share/transmission (in my NAS)
I have created a folder called remote-control.
- Edit QTransmission3.sh (/opt/QTransmission3/) and add the line
Code:
export TRANSMISSION_WEB_HOME=$QPKG_ROOT/share/transmission/remote-control
after
- Restart Transmission and the new interface should be online.
I guess that an upgrade will overwrite the QTransmission3.sh file, which will need to be edited again while maintaining the settings.
Note:
Do not be frightened by the Chinese screen captures, although the readme (https://github.com/ronggang/transmission-web-control) is in chinese, the web interface is actually in English, and it has some other languages as well as French and Spanish (as shown here: https://github.com/ronggang/transmission-web-control/tree/master/src/tr-web-control/i18n)
For the English read me: https://github.com/ronggang/transmission-web-control/wiki
I have not used the install script, rather than that I performed the steps listed in my previous post.
The install script stored here (https://github.com/ronggang/transmission-web-control/blob/master/release/install-tr-control.sh) may perform other activities. You could take a look to understand its inner working. I lack some knowledge to fully understand it.
In my setup:
Thanks again and regards.