Page 1 of 1

[Plugin] SoloFolder

Posted: Sat Feb 10, 2024 6:00 am
by Easygoing1
For me personally, I like my torrent downloads folder to only contain sub-folders - one per torrent. However, Deluge only creates a sub-folder when a torrent has more than one file. Single-file torrents get placed in the root download folder. And, there is no option within Deluge to alter this behavior.

I searched for plugins that might do this for me, but finding none, I wrote this one

https://github.com/EasyG0ing1/SoloFolder

In Deluge 1.3, use the py2.7 egg file and install it through the preferences pane. It will work just fine.

For Deluge 2.0, use the py3.8 egg file and copy it manually into your plugins folder ~.config/deluge/plugins then restart deluge and your UI, then go into preferences and enable it.

Re: [Plugin] SoloFolder

Posted: Sat Feb 10, 2024 6:35 pm
by mhertz
There is Nofolder if I'm not mistaken, but regardless, thanks for the contribution :) Might wanna mention is a deluge v1.x plugin I'd suggest, well the filename eludes that already I guess. Thanks!

Re: [Plugin] SoloFolder

Posted: Sun Feb 11, 2024 12:50 am
by Easygoing1
mhertz wrote: Sat Feb 10, 2024 6:35 pm There is Nofolder if I'm not mistaken, but regardless, thanks for the contribution :) Might wanna mention is a deluge v1.x plugin I'd suggest, well the filename eludes that already I guess. Thanks!
NoFolder did a bit more than just create the single file folder ... and so it wasn't ideal for my needs.

Interesting you pointing out the 1.x issue ... I'm new to Deluge and I'm running it on a cloud server that I pay monthly for some drive space and an account. Their scripts install Deluge on the server, so I had just assumed it was the newest version and didn't bother to check. But I will install the newest version on a VM and compile the plugin for that as well.

May as well be thorough in my opinion ...

:-)

Re: [Plugin] SoloFolder

Posted: Sun Feb 11, 2024 2:33 am
by ambipro
Sounds good man, would be nice to see something for 2.x

Re: [Plugin] SoloFolder

Posted: Mon Feb 12, 2024 11:09 am
by Easygoing1
ambipro wrote: Sun Feb 11, 2024 2:33 am Sounds good man, would be nice to see something for 2.x
Well ... we have a Deluge 2 working plugin ... it just wont install through the preferences pane and you have to drop it into the plugins folder then restart ... but it does work... I added it to the top post.