NiNiyas / autoscan

Fork of https://github.com/l3uddz/plex_autoscan with Jellyfin and Emby support.
GNU General Public License v3.0
54 stars 0 forks source link

Lidarr options do not match documentation #7

Closed EricH9958 closed 8 months ago

EricH9958 commented 8 months ago

Looks like Lidarr updated their connect options to match more closely what Sonarr and Radarr are using.
Not sure which of these I should choose.

image

EricH9958 commented 8 months ago

I tested a few options and it looks like On Release Import works. Any of the other options returns an error.

AUTOSCAN [140260940547648]: Unknown scan request from: '192.168.1.99'

NiNiyas commented 8 months ago

Hi. Thanks for opening the issue. Unfortunately, I don't use Lidarr, but I will spin one up in the coming days and look at this. PR's are welcome; also, if you have the webhook payloads for On Grab and On Release Import events, please post them here.

EricH9958 commented 8 months ago

Not sure what a PR is. If you could give me some information on how to get the webhook payloads for those items I would try and get them for you.

NiNiyas commented 8 months ago

If you set the --loglevel arg to DEBUG, you should be able to see something like Client <your ip> request dump: <webhook payload>. Sanitise it and post it here. If you need any help or get stuck, don't forget to ask; it just might take some time for me to reply.

EricH9958 commented 8 months ago

Here is a debug log with On Grab and On Release Import enabled in the webhook. autoscan.log

NiNiyas commented 8 months ago

Looking at the log files, scan finishes successfully. You only need On Release Import and On Upgrade trigger. I'll update the readme with the updated trigger names.

EricH9958 commented 8 months ago

Here's a screencap for the documentation.

2023-11-01 15_42_19-Connect Settings - Lidarr

NiNiyas commented 8 months ago

Thanks so much!