Transmission

Tamaki

Administrator
No, still the same:(
That is very strange.
Try one thing, make a copy of one script file that works, edit it and copy and paste what there is in the script of transmission, then rename it.
Sometimes it works, i think the file lost unix format.
 

hakima

Vu+ Newbie
I manage to fix it. I had to do two things

First i change the attributes to the three script files to 755 via dreambox control center.
This fixed the no permission but another fault message with script can not be found was there instead.

Then i had to delete the empty lines in the stop and start script files.

This did the trick and now everything works perfectly for me.


By the way, the default location in the settings.json file for incomplete downloads is in the flash memory, so the first torrent I downloaded filled the flash meomory very quickly. When I change the location to hdd it works fine:)

Thank you for your time and help
 

angelofsky1980

BlackHole Driver Specialist
I manage to fix it. I had to do two things

First i change the attributes to the three script files to 755 via dreambox control center.
This fixed the no permission but another fault message with script can not be found was there instead.

Then i had to delete the empty lines in the stop and start script files.

This did the trick and now everything works perfectly for me.


By the way, the default location in the settings.json file for incomplete downloads is in the flash memory, so the first torrent I downloaded filled the flash meomory very quickly. When I change the location to hdd it works fine:)

Thank you for your time and help

Thanks for your report. I will make the corrections you suggest into IPK directly.
 

hakima

Vu+ Newbie
How can I make the start transmission script to automaticly start when i start the box?

After trying some things I found out that if I copy the transmission file from /usr/script and replace the transmission file located in /etc/init.d it works!

Now it automaticly starts when the box starts, and I can start and stop it from the script panel:victory:
 

Tamaki

Administrator
After trying some things I found out that if I copy the transmission file from /usr/script and replace the transmission file located in /etc/init.d it works!

Now it automaticly starts when the box starts, and I can start and stop it from the script panel:victory:
I was just telling you to do this :)
 

hakima

Vu+ Newbie
I have one small issue with the webinterface to transmission

If I paused a torrent, it's not possible to resume it. The button is blanked out. (see picture)
I know its possible to right click the torrent and resume it, but this is not possible if I use my Ipad or my phone


untitled.JPG
 

Tamaki

Administrator
I have one small issue with the webinterface to transmission

If I paused a torrent, it's not possible to resume it. The button is blanked out. (see picture)
I know its possible to right click the torrent and resume it, but this is not possible if I use my Ipad or my phone


View attachment 5077
It seems that it doesn't go to pause. So it is for me, that's why you cannot resume it.
 

abu-obaid

Vu+ Newbie
so is there any final release for this plugin ?
i am getting this error

/bin/sh: /usr/script/start_transmission_userscript.sh: not found
 

angelofsky1980

BlackHole Driver Specialist
first it is in Italian language :)
2end i translate it using google but when i used
dos2unix / usr / scripts / Start_Transmission_userscript.sh
i got this error
"dos2unix: can't move '/5FiwjP' to '/': Device or resource busy"
any idea please ?

The command is:
Code:
dos2unix /usr/scripts/Start_Transmission_userscript.sh
(without spaces into full path and filename)
 
Top