nuxencs / seasonpackarr

A companion app for autobrr that automagically hardlinks downloaded episodes to a season folder when a season pack is announced, eliminating the need for re-downloading existing episodes.
GNU General Public License v2.0
41 stars 3 forks source link

[Feature Request] Deluge support #72

Open nuxencs opened 5 months ago

nuxencs commented 5 months ago

Description

Offer Deluge support for seasonpackarr. Possible use https://github.com/autobrr/go-deluge

Alternatives

No response

Screenshots

No response

Additional Context

No response

zakkarry commented 4 months ago

https://github.com/zakkarry/deluge-mover or https://github.com/cross-seed/cross-seed/blob/master/src/clients/Deluge.ts for points of reference of the deluge json-rpc API - which is largely under documented. Feel free to consult with me on discord concerning this.

I may look into Go in the future to try and contribute, but time is a problem as things sit.

More than happy to offer any API help though, have done py and ts implementations and can provide guidance to anyone looking to contribute for this feat.