Sonarr: Put.io Download Client

Created on 11 Jun 2017  路  10Comments  路  Source: Sonarr/Sonarr

Cloud torrent provider, which will require transfer providers to be implemented: https://github.com/Sonarr/Sonarr/issues/282
API Docs: https://put.io/v2/docs/index.html

download-client

Most helpful comment

I started on this an hour ago. However, be aware, I'm not proficient in C# and this is just going to be a little side project for me. No promises. I did find some reference material from a Windows Phone (RIP) App that implemented Put.io v1 wrapper that may be able to help me out a little, but so far it's not looking great.

My plan is as follows:

  1. Generate a C# SDK from the Put.io 2.7.0 OAS3 Swagger File (Found it! https://gist.github.com/dskvr/bdcb4da5c8501bc01b06c6865aa941c4)
  2. Implement the SDK in a put.io Download client
  3. Learn about C# dependency management, workflows and tooling.

Wish me luck 馃

All 10 comments

People have been asking about this for over a year. Has there been any progress?

There are hundreds of open issues and this hasn't made it to the top of the priority list and as referenced here requires a transfer providers for importing which would is a lot of work in itself.

It's also been almost a year since this PR was opened and was abandoned: https://github.com/Sonarr/Sonarr/pull/1357

+1

Good day, I was wondering if anyone has taken an interest in developing this. Would be nice to have integrated support which promotes sharing.

Hello ! lots of interest from me, but i have to admit i've very limited dev skills right now ! If anybody wants to work on it, i'll be glad to test. ( FYI, the couchpotato implementation is quite well done, visible here : https://github.com/CouchPotato/CouchPotatoServer/tree/b538f9a08db9a0be1af2f298727834edeafa322e/couchpotato/core/downloaders/putio )

Any updates on this?

Nope :(

I started on this an hour ago. However, be aware, I'm not proficient in C# and this is just going to be a little side project for me. No promises. I did find some reference material from a Windows Phone (RIP) App that implemented Put.io v1 wrapper that may be able to help me out a little, but so far it's not looking great.

My plan is as follows:

  1. Generate a C# SDK from the Put.io 2.7.0 OAS3 Swagger File (Found it! https://gist.github.com/dskvr/bdcb4da5c8501bc01b06c6865aa941c4)
  2. Implement the SDK in a put.io Download client
  3. Learn about C# dependency management, workflows and tooling.

Wish me luck 馃

Good luck man ! It would be incredible if you make it work :)

This likely will not be integrated/developed first-party anytime soon.
Feel free to make a PR

Was this page helpful?
0 / 5 - 0 ratings