Unpackerr / unpackerr

Extracts downloads for Radarr, Sonarr, Lidarr, Readarr, and/or a Watch folder - Deletes extracted files after import
https://unpackerr.zip
MIT License
990 stars 36 forks source link

Readarr support #43

Closed iamjen023 closed 3 years ago

iamjen023 commented 4 years ago

Readarr is a new ebook fork of sonarr

davidnewhall commented 3 years ago

I'm probably going to need some help here. I installed and configured Readarr, added a few books, but nothing shows up. I probably don't have any good sources for that content, and thus I'm having a hard time getting anything into the queue. I need to see some of the API responses from Readarr while there is something queued. Preferably something that's finished downloading and needs to be extracted.

If you have some things in queue, please run this command (adapt to your environment).

curl -i 127.0.0.1:8787/api/v1/queue?apikey=your_api_key

If you can attach that to a gist, that'd be very helpful, otherwise you an find me on Discord: TwitchCaptain#2728 - send me a PM. Thank you!

davidnewhall commented 3 years ago

Never mind. I got what I needed.

davidnewhall commented 3 years ago

Readarr support has been added. Works for me, although Readarr doesn't automatically import extracted items. I imagine in time they'll fix that.

Try the master docker tag if you're using Docker. The variables are in the repo README. I'll cut a new release soon.