Display MoreHi thoradia
After using my own compilation I have recently moved to your repository. I'm using the version 7.
This is the result of
# systemctl list-units | grep -i toshiba
Codevar-media-sda\x2dusb\x2dTOSHIBA_MQ01ABD0.mount loaded active mounted /var/media/sda-usb-TOSHIBA_MQ01ABD0
If I add [email protected] the addon looks like start after the unit are mounted, I not see anymore the "Error: No data found", but all my files are in paused status. I don't know why.
This is my current configuration
Code[Unit] Description=transmission After=network-online.target [email protected] Requires=network-online.target [email protected] #After=var-media-sda\x2dusb\x2dTOSHIBA_MQ01ABD0.mount #Requires=var-media-sda\x2dusb\x2dTOSHIBA_MQ01ABD0.mount
BTW I not see the init.sh
Code Display MoreLibreELEC:~/.kodi/addons/service.transmission # ls -l total 40 -rw-r--r-- 1 root root 733 Dec 18 19:05 addon.xml drwxr-xr-x 2 root root 4096 Dec 18 19:05 bin -rw-r--r-- 1 root root 194 Dec 18 19:05 changelog.txt -rw-r--r-- 1 root root 353 Dec 18 19:05 default.py -rw-r--r-- 1 root root 4756 Dec 18 19:05 icon.png drwxr-xr-x 3 root root 4096 Dec 18 19:05 resources -rw-r--r-- 1 root root 572 Dec 18 19:05 settings-default.xml drwxr-xr-x 2 root root 4096 Dec 18 19:05 system.d drwxr-xr-x 5 root root 4096 Dec 18 19:05 web
I have modified bin/transmission.start
You have to create init.sh yourself, and populate it with commands appropriate to your requirements.
With system.d, good (sleep 5, mount, etc) sometimes beats best (requires, after)