Search found 23 matches

by cinderblock63
Sat Nov 17, 2018 9:59 am
Forum: Development
Topic: javascript (node) RPC request issue
Replies: 5
Views: 6733

Re: javascript (node) RPC request issue

Doctor D, You're in luck!

I recently wanted the same thing you did.

I decided to bite the bullet and reimplement rencode in JavaScript. Check it out:

https://github.com/cinderblock/python-rencode

I am working on an RPC library for deluge as well:

https://github.com/cinderblock/node-deluge-rpc
by cinderblock63
Mon Dec 22, 2014 10:43 am
Forum: Support
Topic: Deluge upgrade can't find plugins
Replies: 3
Views: 2898

Re: Deluge upgrade can't find plugins

I just noticed all of the .egg files are the same size. Is this normal?
by cinderblock63
Mon Dec 22, 2014 10:38 am
Forum: Support
Topic: Deluge upgrade can't find plugins
Replies: 3
Views: 2898

Re: Deluge upgrade can't find plugins

Where does deluged look for plugins? I've never had permission issues before. What could have changed with the new version? I just noticed that I likely upgraded from 1.3.6 directly to 1.3.11 on my headless server. Is it possible the large version jump caused this? I don't believe it's a permission ...
by cinderblock63
Sat Dec 20, 2014 5:48 am
Forum: Support
Topic: Deluge upgrade can't find plugins
Replies: 3
Views: 2898

Deluge upgrade can't find plugins

I recently upgraded my deluge backend to 1.3.11. Deluge runs fine and all my torrents are there but the 'built-in' plugins do not appear. All indications are that the plugins are where they're expected to be. # deluged --version deluged: 1.3.11 libtorrent: 0.16.17.0 # uname -a Linux hurtz 3.16.5-gen...
by cinderblock63
Fri Jul 30, 2010 1:39 am
Forum: Development
Topic: [Feature Request] Tabbed interface
Replies: 1
Views: 1911

Re: [Feature Request] Tabbed interface

I like the idea of tabs but for a slightly different reason, which I'll get to. Before that however, it seems you have two separate feature requests here: - Tab bar (instead of left list) - Advanced labels For the "Tab bar": I still haven't gotten into deluge's source so I don't know... bu...
by cinderblock63
Wed Jul 14, 2010 7:50 am
Forum: Development
Topic: [Feature Request] Regex rename
Replies: 1
Views: 2442

[Feature Request] Regex rename

I often find myself renaming files to clean up the names by, among other things, fixing capitalization, changing dots (.) back to spaces ( ), and if time allows adding episode names to show episodes. Example of full (maybe not?) possibilities. Some not even discussed. show.season.1.sxxsxx.720p.hdtv....
by cinderblock63
Thu Jun 17, 2010 5:37 pm
Forum: Support
Topic: File saved in different location woes
Replies: 8
Views: 7994

Re: File saved in different location woes

Time for a little bump combined with a couple other observations... I have a slightly improved method for dealing with keeping my files organized: I moved my deluge download directory to /mnt/raid/downloads and plan to keep that "dirty". I can then hard link the main video file in the down...
by cinderblock63
Thu May 20, 2010 10:17 am
Forum: Support
Topic: File saved in different location woes
Replies: 8
Views: 7994

Re: File saved in different location woes

Kinda. Try this: Original Torrent: (BBB = Big Buck Bunny, but could be replaced with anything...) BBB/BBB.mkv BBB/BBB.Sample.mkv BBB/BBB.nfo I'd like to store those like this: /mnt/raid/movies/BBB (year).mkv /home/deluge/data/BBB/BBB.Sample.mkv /home/deluge/data/BBB/BBB.nfo My current solution is to...
by cinderblock63
Tue May 18, 2010 4:36 pm
Forum: Support
Topic: File saved in different location woes
Replies: 8
Views: 7994

Re: File saved in different location woes

I know you can rename files and folders in deluge but it doesn't quite let you do the same thing as Azureus. At first glance they seem to be the same but the main difference is how the two treat files and folders in the torrent. In Azureus, the list of files in the torrent is not shown with a folder...
by cinderblock63
Tue May 18, 2010 8:45 am
Forum: Support
Topic: File saved in different location woes
Replies: 8
Views: 7994

File saved in different location woes

I'm running 1.2.3 on a headless linux seed box and connect with the remote interface. (Which I love btw, a heavy pull for me) I can't stand cluttering all my data files with random torrent directory/files names and nfo files. I normally use Azureus (which I love but would like to switch away from) w...