Search found 32 matches

by nickeh
Sun Nov 13, 2011 1:07 am
Forum: Support
Topic: Move completed and flexget broken
Replies: 5
Views: 6857

Re: Move completed and flexget broken

The problem was with flex get after all... I had no path: set in config.yml, so deluge got confused when it got an empty field and tried to write to just the file name with no path in front of it. When i got hold of gazpachoking he could tell it wasn't deluge that was the problem, and i filed a bug ...
by nickeh
Sat Nov 12, 2011 2:39 am
Forum: Support
Topic: Move completed and flexget broken
Replies: 5
Views: 6857

Re: Move completed and flexget broken

Yes I've asked there too. But they said it could be a deluge bug so therefore i went herer. I dont know how the logging in deluge works but i find it strange that the path doesn't show up somewhere in the log. Coul some one confirm that the path should or shouldn't be in the log when adding a torren...
by nickeh
Fri Nov 11, 2011 11:51 am
Forum: Support
Topic: Move completed and flexget broken
Replies: 5
Views: 6857

Re: Move completed and flexget broken

I've done some digging: http://tinypaste.com/09c0bc4d Translation "Åtkomst nekas" - access denied "Filen eller katalogen finns inte" - The file or directory does not exist I wonder if some one could look at this, for me it seems like flexget never sends the dir path just the file...
by nickeh
Fri Nov 11, 2011 11:09 am
Forum: Support
Topic: Move completed and flexget broken
Replies: 5
Views: 6857

Move completed and flexget broken

I've use flexget and deluge to download what i want from an rss feed. I've set it up so that flexget ads torrents with "move completed" to sort each downloaded file to it's correct place without having to acutally select it for each download. It has been working great untill recently when ...
by nickeh
Thu Aug 04, 2011 8:43 pm
Forum: Support
Topic: Problems after distupgrade Ubuntu
Replies: 1
Views: 1796

Problems after distupgrade Ubuntu

I just updated my server to Ubuntu 11.04. Doing this disabled the deluge ppa and removed deluge from the system. When the upgrade was complete i re enabeled deluge ppa and reinstalled deluge. But here is where i run into problems, the init script won't start deluged. If i try to start the deamon via...
by nickeh
Tue Jun 14, 2011 12:23 pm
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339809

Re: Post your execute plugin scripts!

I use these two scripts to alert XBMC when torrents are added and then when they are downloaded it tells XBMC to update the video library. On add: #!/bin/bash torrentid=$1 torrentname=$2 torrentpath=$3 title="Deluge: Torrent added" message="Torrent: $torrentname" xbmc-send -a &qu...
by nickeh
Tue Jun 14, 2011 12:20 pm
Forum: Plugins
Topic: Execute plugin help
Replies: 2
Views: 2593

Re: Execute plugin help

That did the trick! Many thanks!
by nickeh
Mon Jun 13, 2011 4:40 pm
Forum: Plugins
Topic: Execute plugin help
Replies: 2
Views: 2593

Execute plugin help

Hi, I'm trying to create a set of scripts to notify XBMC when torrents are added or finished. This is what I've got: #!/bin/bash torrentid=$1 torrentname=$2 torrentpath=$3 title="Deluge: Torrent added" message="$torrentname" xbmc-send -a "Notification($title, $message)"...
by nickeh
Tue Aug 31, 2010 11:48 am
Forum: Support
Topic: Trying to seed already downloaded files?
Replies: 11
Views: 15345

Re: Trying to seed already downloaded files?

0.14.9-r1 (From gentoo portage)
Saw that there was an update now i will install it and check if it goes better the next time
by nickeh
Sat Aug 28, 2010 2:32 pm
Forum: Support
Topic: Ownership on folders created by deluge?
Replies: 2
Views: 4176

Re: Ownership on folders created by deluge?

Since i'm forced to stay with 1.2.3 i got this fixed by runing flexget as the same user as deluge via the users crontab!