Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Flexget and Deluge on unraid :)

Featured Replies

Hi

With successfull im install and run latest version of Flexget and Deluge (torrent client)

 

proof

http://o7.no/YDksI6

 

http://o7.no/W0XGn8

 

Tomorro when i wake up i write here instruction for other users

I hope somebody make from this plugin :P

 

UPDATE 24.12.2012

 

----------------------------------------------------------------------------

--------------------------->  Flexget

----------------------------------------------------------------------------

 

add to "extra" folder package

https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz

and install

 

Add to "go" file

curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

pip install flexget

pip install transmissionrpc

 

Execute Flexget every 15 min (Cron)

(add to "go")

crontab -l > /tmp/flexget; echo '#Run Flexget every min 15' >> /tmp/flexget; echo '*/15 * * * * flexget --cron -c /boot/config.yml >/dev/null 2>&1' >>/tmp/flexget; crontab /tmp/flexget; rm /tmp/flexget

 

if you will be want upgrade flexget just eneter

 

pip install -U flexget 

(then automatical update to latest version)

you can add this to cron ;) example execute once per week.

 

 

----------------------------------------------------------------------------

--------------------------->  Deluge update 30.12.12

----------------------------------------------------------------------------

add to "extra"

https://dl.dropbox.com/u/49442039/boost-1.45.0-i486-1.txz

https://dl.dropbox.com/u/49442039/GeoIP-1.4.8-i486-1_PTr.txz

https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz

https://dl.dropbox.com/u/49442039/deluge-depends2.txz (python stuff)

https://dl.dropbox.com/u/49442039/deluge-1.3.5-i686-3PTr.txz

 

 

 

for start

 

/etc/rc.d/rc.deluged start      (stop, restart etc.)

 

(config file is hardcoded to /mnt/cache/.apps/deluge)

 

after first start please over webui edit Download to: folder ;) Enjoy

(webui work on port 8112 - default password "deluge")

 

NOTE:

everything was compiled on latest version of libs/depends

libtorrent-rasterbar-0.16.6

Twisted 12.30 etc.

 

 

31.12.12

Fixed depends package

 

Nice if somobody make from this plugin :)

  • Author

guide in first post ! :)

Nice! I might try it out even though I would like a plugin... The transmission client got some basic functions missing and hopefully deluge will cover them, deluge is also more aggressive on connecting to other peers which means it's easier to maintain ratio..

 

Edit: Just like transmission it doesn't seem to be possible to change the folder name you're downloading, quite a deal breaker since I want to keep my naming convention and still be able to seed what I'm downloading.

  • Author

Im still work on this :) in last night im run with successful with latest Twisted 12.30

and now try make one package with depends for more easy install

(after finish im update first post)

I've been reading about linux torrent clients that support proxy access and it seems Deluge [python] and Vuze [Java] are good for this. Have any of you been successful at connecting to a proxy with this install?

 

With the recent problems of NZBMatrix going down, I'm considering switching back to torrents as my SAB/SB/CP/HP are mostly idle now. I don't have other friends into the usenet community, so I feel this Deluge might be more important than ever at getting TV shows and movies.

  • Author

Yes this is true, but i dont use proxy so dont test yet, anything else fork perfect ;)

 

0hf.png

 

im make today rc.d start script for deluge, and some other improvments in compilation/optimization

maybe tomorrow i release deluge with depends in one package ;)

 

UPDATE: already done ;) enjoy

 

 

im make today rc.d start script for deluge, and some other improvments in compilation/optimization

maybe tomorrow i release deluge with depends in one package ;)

Excellent! I'd be happy to test out the Deluge plugin once you create it.

  • 4 weeks later...

Can you tell me what port the Daemon is configured to start on? I can't seem to connect to the daemon via the connection manager.

 

EDIT: I figured it out was on the default port but it seems to be stopping immediately after I start it.  Here's the log that it creates

 

[ERROR  ] 22:04:19 main:233 /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' n

ot found (required by /usr/lib/python2.6/site-packages/libtorrent.so)

Traceback (most recent call last):

  File "/usr/lib/python2.6/site-packages/deluge/main.py", line 226, in start_dae

mon

    Daemon(options, args)

  File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 141, in __

init__

    from deluge.core.core import Core

  File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <modu

le>

    from deluge._libtorrent import lt

  File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <mo

dule>

    import libtorrent as lt

ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (requir

ed by /usr/lib/python2.6/site-packages/libtorrent.so)

 

  • 2 months later...

Any further progress on a plugin for this yet, am extremely interested in this

 

Thanks

Having spoken to piotrasd, there is no plugin for this.

 

Are they easy to make? would be nice to see it part of the influencer-unplugged range. I really hate being this useless and not able to contribute....

  • 2 weeks later...

I have it up and running but there is no config file in the cache/.apps/deluge directory

 

I cannot get the daemon to start. Or any settings to save

 

  • 4 months later...

Also interested if there has been any progress on the plugins for this?

The prostuff flexget package on unmenu works fine

The prostuff flexget package on unmenu works fine

 

Is it fine to install unmenu on unraid 5.0? Seem like a step backwards to install that again...

I've been running it with no issues at all

  • 1 month later...
  • 1 month later...

If you remove the 2, it looks like deluge-depends.txz exists.  Just started downloading now, hopefully it works.

I add the files and installed the deluge package but I cannot start /etc/rc.d/rc.deluged.  It just responds with a [FAILED] status.

  • 2 months later...

I add the files and installed the deluge package but I cannot start /etc/rc.d/rc.deluged.  It just responds with a [FAILED] status.

 

im having the same problem, has anyone got this working?

If you remove the 2, it looks like deluge-depends.txz exists.  Just started downloading now, hopefully it works.

The v2 of dependencies is a replacement for the unnumbered .txz file you mention above which is an incomplete depends version. I think the chardet package was added in the 2nd time around but unsure if others were also added. If you want to use the unnumbered depends package in the mean time, maybe try:

# curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

# pip install chardet

 

I won't be able to access my server for another week probably but I have all files and it works. This is how I got it working.

 

# installpkg /boot/extra/boost-1.45.0-i486-1.txz /boot/extra/GeoIP-1.4.8-i486-1_PTr.txz /boot/extra/deluge-1.3.5-i686-3PTr.txz /boot/extra/deluge-depends2.txz

# /etc/rc.d/rc.deluged start

 

All of this info above is from previous help from PioTrasd so credit still goes to him for all the work.

I am unable to get this running. Could someone provide instructions?

 

What I did: I downloaded these files:

 

https://dl.dropbox.com/u/49442039/boost-1.45.0-i486-1.txz

https://dl.dropbox.com/u/49442039/GeoIP-1.4.8-i486-1_PTr.txz

https://dl.dropbox.com/u/49442039/setuptools-0.6c11-i686-5sl.txz

https://dl.dropbox.com/u/49442039/deluge-depends.txz (https://dl.dropbox.com/u/49442039/deluge-depends2.txz returns a 404. Maybe this is the problem? Could anyone who has V2 provide it again?)

https://dl.dropbox.com/u/49442039/deluge-1.3.5-i686-3PTr.txz

 

I put all of them into /boot/packages/extra/

 

Then I rebooted. But there is no file at /etc/rc.d/rc.deluged

 

What am I doing wrong?

@AndrewT: This is not working for me. I am having the same issue as described by 007brendan

 

In deluge-depends.txz there is a package for chardet. Is installing it with pip still required?

  • 3 weeks later...

Yes, I was able to download the files. Deluge is now running on my server. But it seems to have some bugs. The most obvious one is that I can't change any settings and I cant add any torrents either.

  • 3 months later...

I've run into an issue after following this post. After starting up Delude via:

 

/etc/rc.d/rc.deluged start

 

The web client doesn't connect to the Daemon though. Whenever I browse to the client at port 8112, the connection manager appears and it seems offline.

 

I get the following messages in the log:

 

[ERROR   ] 22:29:44 main:233 /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/python2.6/site-packages/libtorrent.so)
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/main.py", line 226, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 141, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/python2.6/site-packages/libtorrent.so)

 

Is there any way to get the Daemon up and running?

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.