Scars Autouploader Problem

somus1735

Member
May 25, 2018
833
0
16
HI

I have a Problem with the Auto Upload from Scars , hope someone can help me

Upload via Webui works, but i will automatic Upload everything from Download finished without the Webui

in .rutorrent.rc i added the Line(s) :

This 2 Lines i have testet:

system.method.set_key = event.download.finished,upload_torrent,"execute=/home/****/upload/wrapper,rtorrent,$d.get_chunk_size=,$d.get_base_path="

system.method.set_key = event.download.finished,upload_torrent,"execute{/home/****/upload/wrapper,rtorrent,$d.get_chunk_size=,$d.get_base_path=}"

Not Working sad.gif

When i am in /home/USER/upload/ and i try upload -c "Movies/XviD" /bla/bla/bla it works


Any Ideas?

Do i need Autowatch Feature Enable in Rutorrent ?

P.S. Sorry for my English wink.gif
 

jith45

Member
May 25, 2018
960
0
16
Quote
When i am in /home/USER/upload/ and i try upload -c "Movies/XviD" /bla/bla/bla it works​


Try to say "su <rtorrent_user>" before this test.
 

somus1735

Member
May 25, 2018
833
0
16
i think this is not correct huh.gif

Quote
# if invoked by rtorrent
elif [ $1 = "rtorrent" ]; then
cd "$HOME/upload"
upload -z $2 "$3" >/dev/null 2>&1 &
fi​
 

somus1735

Member
May 25, 2018
833
0
16
is it possible to create a log file to be whether the file wrapper was carried out at all of the rtorrent.rc ?


EDIT: No one can help me? sad.gif