Search found 13 matches

by Abbott
Sun Nov 24, 2019 3:34 am
Forum: Support
Topic: Running Deluge 2 in a VM
Replies: 0
Views: 2435

Running Deluge 2 in a VM

My client computer is running Windows, so I want to install an Arch VM that simply runs the GTK client at startup. So far I have installed Arch and the output of pacman -Qqe is: base deluge dhcpcd emacs-nox grub gtk3 linux linux-firmware netctl python-gobject sudo xorg-server xorg-xinit This is the ...
by Abbott
Thu Aug 02, 2018 5:58 pm
Forum: Support
Topic: Finding which files are being used by Deluge
Replies: 2
Views: 2046

Re: Finding which files are being used by Deluge

sudo lsof +D /srv/downloads only returns a single file and it wasn't one listed in 'Active' in Deluge, so I don't know if lsof is the right path. Judging by the infrequency that Deluge seems to actually open files, I'm not sure if the 'last access' approach is viable either. Am I wrong in approachin...
by Abbott
Thu Aug 02, 2018 7:43 am
Forum: Support
Topic: Finding which files are being used by Deluge
Replies: 2
Views: 2046

Finding which files are being used by Deluge

Hi guys. I have close to 900 tasks in deluge at the moment, and they are all seeding from one directory. I would like to find out the names of all files in my download directory that are not files I am seeding (or leeching) at the moment. I imagine that I can use the torrent files in ~/.config/delug...
by Abbott
Tue Jan 17, 2017 1:17 am
Forum: Support
Topic: deluge-console not passing username and password
Replies: 2
Views: 6483

Re: deluge-console not passing username and password

deluge-console "connect host user pass; info" This worked! I am running into encoding problems though. I got this error: Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xc2 in position 43: ordinal not in ra...
by Abbott
Mon Jan 16, 2017 8:20 am
Forum: Support
Topic: deluge-console not passing username and password
Replies: 2
Views: 6483

deluge-console not passing username and password

Hi, I am writing a python program that will use deluge-console, but I can't get it to interact with the daemon running on the local machine. I can connect fine with `deluge-console "connect localhost username password"`, but if I try to send the info command, the log tells me that I am sen...
by Abbott
Sat Dec 10, 2016 8:00 am
Forum: Support
Topic: changing trackers in a state torrent
Replies: 1
Views: 2696

changing trackers in a state torrent

I read a guide that suggested you could change the tracker of all of the torrents in deluge by doing a find and replace for the tracker you want to replace in ~/.config/deluge/state/torrents.state. That seemed to work, but the torrents in ~/.config/deluge/state/ still have the old tracker embedded i...
by Abbott
Sun Oct 19, 2014 8:56 pm
Forum: Support
Topic: Umask not setting permissions correctly
Replies: 2
Views: 6585

Umask not setting permissions correctly

I am using deluge: 1.3.6 with libtorrent: 0.16.17.0 on Debian Jessie. This is my /etc/init.d/deluge-daemon: http://pastie.org/pastes/9661685/text?key=c0acf3wjx6cxszsdlsfvg I have `UMASK=003` which should give me rwxrwxr-- but all of my downloaded files are rw-rw-r--. Is there somewhere else that UMA...
by Abbott
Sat Jun 28, 2014 3:37 am
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 368881

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1

Hi

I have "Add torrents in a paused state" enabled under the Downloads section of preferences, and this seems to trump the unticked box to add in a paused state in the AutoAdd plugin. Is there some way to prevent autoadded torrernts from being added in a paused state?

Thanks,
Abbott
by Abbott
Wed Jun 25, 2014 9:07 pm
Forum: Support
Topic: hardlinking downloads
Replies: 0
Views: 1723

hardlinking downloads

Hi guys, Is there an easy way to use the execute plugin to hardlink the downloaded files of a torrent file to another directory? ln /path/to/downloads/$torrentname /new/directory will not work unless the torrent has only a single file and it is named exactly the same as the torrent (which is not alw...
by Abbott
Thu Mar 13, 2014 5:59 am
Forum: Support
Topic: Renaming Seeding Torrents WebUI/Console
Replies: 2
Views: 4100

Renaming Seeding Torrents WebUI/Console

Hi guys, My Debian seed box doubles as a media server that requires a specific naming format/folder scheme, and I would like to rename and possibly relocate the files I download while still retaining the ability to seed them. I found a batch renaming plugin, but it seems to only work for the GTK cli...