Unpackerr / unpackerr

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

Support for Whisparr #328

Closed Simpuhl closed 1 year ago

Simpuhl commented 1 year ago

It would be nice if it supported Whisparr.

Would it work automatically if I just added the following to the config?

#[[whisparr]]
#url = "http://XXX.XXX.XXX.XXX:6969"
#api_key = "XXXXXXXXXXXXXXXX"
##File system path where downloaded Whisparr items are located.
#paths = ["/downloads/xxx-whisparr"]
##Default protocols is torrent. Alternative: "torrent,usenet"
#protocols = "torrent"
##How long to wait for a reply from the backend.
# timeout = "10s"
##If you use this app with NZB you may wish to delete archives after extraction.
##General recommendation is: do not enable this for torrent use.
##Setting this to true deletes the entire original download folder after import.
#delete_orig = false
davidnewhall commented 1 year ago

Yes, it does support Whisparr.

[[whisparr]]
url = "http://192.168.0.178:6969"
api_key = "0d27f6571ea747a9b6620699ef1ef0d1"
Simpuhl commented 1 year ago

Yes, it does support Whisparr.

Ok, so I added the above... should be good right?