Mass change torrent paths

Specific support for Deluge on Microsoft Windows OS
iconoclasthero
Member
Member
Posts: 46
Joined: Tue Aug 28, 2018 12:39 am

Re: Mass change torrent paths

Post by iconoclasthero »

Could that python script be adapted to allow for the export of an e.g., .csv of all the torrent information displayed in deluge-gtk?
mhertz
Moderator
Moderator
Posts: 2216
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Mass change torrent paths

Post by mhertz »

I don't feel like looking into doing that personally, just if was referring to me.
User avatar
ambipro
Moderator
Moderator
Posts: 446
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: Mass change torrent paths

Post by ambipro »

iconoclasthero wrote: Wed Nov 29, 2023 8:25 pm Could that python script be adapted to allow for the export of an e.g., .csv of all the torrent information displayed in deluge-gtk?
I would look into the JSON-API, it's pretty consumable. Would take a bit of parsing but it wouldn't be overly complex to do.

I have a python script that you could look into on my github. You'd need to adapt it for your needs a bit, but the framework is already there.

https://github.com/zakkarry/deluge-mover/branches

Any one of the branches would be the same basic code, just in different applications. For simplicity the sched-pause branch might be the easiest to start with.
Post Reply