Page 2 of 2

Re: Mass change torrent paths

Posted: Wed Nov 29, 2023 8:25 pm
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?

Re: Mass change torrent paths

Posted: Thu Nov 30, 2023 3:49 am
by mhertz
I don't feel like looking into doing that personally, just if was referring to me.

Re: Mass change torrent paths

Posted: Thu Nov 30, 2023 6:01 am
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.