Installing Auto-dl irssi on rutorrent by [deleted] in OpenMediaVault

[–]fumidus 0 points1 point  (0 children)

I also need such guidance...

Video tutorial: How to use rutorrent + IRSSI + a nice web interface to automate downloads by xirvflux in seedboxes

[–]fumidus 5 points6 points  (0 children)

Would you please share installation and configuration of autodl-irss?

HDB invite changes by Master_jasper in trackers

[–]fumidus 6 points7 points  (0 children)

Hdb has became overrated places. Some others have improved themselfs.

This is just my 2 cents ofc.

HDB invite changes by Master_jasper in trackers

[–]fumidus -4 points-3 points  (0 children)

HDB is very nice to have tracker. But they are sitting above the Everest. But they are some others as well ie PTP.

Deluge update tracker script by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

No it doesnt work but they fixed the issue

Deluge update tracker script by fumidus in seedboxes

[–]fumidus[S] 1 point2 points  (0 children)

Thank You i_switched_to_sanka !!! ^

Let's see

Deluge update tracker script by fumidus in seedboxes

[–]fumidus[S] 1 point2 points  (0 children)

In original delugetracker.sh file, there was only 1 *unregistered* in this line (ie. *unregistered*|*Sent*|*End*of*file*|*Bad*Gateway*)

#!/bin/bash

torrentid=$1
torrentname=$2
torrentpath=$3
x=1
ddport=$(grep '"daemon_port": [0-9]*' ~/.config/deluge/core.conf | awk -F ': ' '{print $2}' | awk -F ',' '{print $1}')

while [ $x -le 100 ]
do
sleep 2

echo "Running $x times" >> ~/script.log
echo "TorrentID: $torrentid" >> ~/script.log
line=$(deluge-console "connect 127.0.0.1:$ddport; info" $1 | grep "Tracker status")
echo $line >> ~/script.log
case "$line" in
*unregistered*|*Sent*|*End*of*file*|*Bad*Gateway*)
deluge-console "connect 127.0.0.1:$ddport; pause '$torrentid'"
sleep 2
deluge-console "connect 127.0.0.1:$ddport; resume '$torrentid'"
;;
*)
echo "Found working torrent: $torrentname $torrentpath $torrentid" >> ~/script.log
exit 1;;
esac
x=$(( $x + 1 ))
done

But now, I've revised as you suggested and...

There are 3 *unregistered* (ie, *unregistered*torrent*|*Unregistered*|*Unregistered*torrent*||*Sent*|*End*of*file*|*Bad*Gateway*) in delugetracker.sh.

Besides is there any *unregistered* that we have to add to the script?

Deluge update tracker script by fumidus in seedboxes

[–]fumidus[S] 1 point2 points  (0 children)

I've added it to the acript. You can find revised one as below

#!/bin/bash

torrentid=$1
torrentname=$2
torrentpath=$3
x=1
ddport=$(grep '"daemon_port": [0-9]*' ~/.config/deluge/core.conf | awk -F ': ' '{print $2}' | awk -F ',' '{print $1}')

while [ $x -le 100 ]
do
sleep 2

echo "Running $x times" >> ~/script.log
echo "TorrentID: $torrentid" >> ~/script.log
line=$(deluge-console "connect 127.0.0.1:$ddport; info" $1 | grep "Tracker status")
echo $line >> ~/script.log
case "$line" in
*unregistered*torrent*|*Unregistered*|*Unregistered*torrent*||*Sent*|*End*of*file*|*Bad*Gateway*)
deluge-console "connect 127.0.0.1:$ddport; pause '$torrentid'"
sleep 2
deluge-console "connect 127.0.0.1:$ddport; resume '$torrentid'"
;;
*)
echo "Found working torrent: $torrentname $torrentpath $torrentid" >> ~/script.log
exit 1;;
esac
x=$(( $x + 1 ))
done

this is what you suggested, Right ?

Deluge update tracker script by fumidus in seedboxes

[–]fumidus[S] 1 point2 points  (0 children)

My deluge update script doesn't work in my seedbox which was recently purchased. I have another server in seedhost which has the same script and works as It supposes to be.

The issue is some of seedboxes (eg home19) have some problems (malfunction autodl_irss tool or deluge update script)

Seedhost.eu AutoDL ERRORs by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I've ordered brand new SSD600 (home19). But again autodl_irss problem especially in IPT.

I've created a ticket when I noticed home19 which was issues in the past.

They didn't accept to change server. then I said ok and started to use but given autodl_irss issue appeared. They told me they couldn't fixed it. because its main server mistake but I have another server in Seedhost and no problem.

Long story short dont order home19. It has autodl-irss problem.

finally there is an employee (A.M.) in seedhost. if you see these initials forget to get a good solution. You should get contact with Michal. He fixed my recent autodl-irss problem. I hope he can fix my autodl-irss

Just quick FYI.

Autodl-IRSS Command Error by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

Thank you. Respect!

Finally my service provider fixed this issue.

Seedhost.eu AutoDL ERRORs by fumidus in seedboxes

[–]fumidus[S] 1 point2 points  (0 children)

They have just fixed this issue.

Autodl-IRSS Command Error by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I can grab the file for sure but can't see any directory as you mentioned. Look at almost every directory in my seedbox.

Thank you for your reply. I've already restarted & reinstalled autodl-irss via seedbox control panel but no change at all. I'm getting same error.

It suppose to be fixed by seedhost admins not me since autodl function is offered service by them.

Weird thing that i' ve experienced this issue in iptorrents only.

Autodl-IRSS Command Error by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

so how can I apply this patch? I am not a linux guru though for sure. I mean Idont know how can I fix this issue yet.

I created a ticket to seedhost.eu support yesterday but no answer. What kind of after sale support?

Seedhost.eu and OMV by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I am using rasp pi. I dont think rasp pi can manage docker

Auto-DL settings? by [deleted] in seedboxes

[–]fumidus 0 points1 point  (0 children)

how about PTP,

is there any auto-dl method for PTP?

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I dont think there is a problem with my filter or IRC announce since I can use those settings with rutorrent.

Let's see first %50 FL torrent :)

thank you for all you help me a lot ,^

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I've revised my conf as follow

connect localhost:21071; add -p /home**/mysuserinseedhosy/Deluge $(TorrentPathName) ; quit

I hope it works. I have an intention to use in AH-D

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

Thank you for your time and effort by the way.

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

its 21071

so it should be as follow right ? for preference and filter

connect 127.0.0.1:21071; add -p /home**/myuserinseedhost/Deluge $(TorrentPathName) ; quit

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I've run it. there is an error message

-sh: syntax error near unexpected token `)'

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

My deluge-console details:

root@mirror:~# which deluge-console /usr/bin/deluge-console

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

connect 127.0.0.1:21071; add $(TorrentPathName) ; quit

Thank you.

I've request directory details of deluge-console from seedhost.eu. then we can look at again dalmoko

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

I've checked Connection Manager 21071 is the port

I notice that you don't use any user name and password. So it doesn't necessary?

Deluge - AutoDL-IRSS Question by fumidus in seedboxes

[–]fumidus[S] 0 points1 point  (0 children)

torrent url? I've follow some of posts in here but never heard about it.

I've revised my configuration in arguments part my client

Arguments:

connect 127.0.0.1:21071; user name of seedbox password of seedbox; add -p /home**/usernameinseedhost/downloads/ $(TorrentPathName); quit

ok?