l3uddz / plex_autoscan

Script to assist sonarr/radarr with plex imports. Will only scan the folder that has been imported, instead of the whole library section.
GNU General Public License v3.0
395 stars 70 forks source link

Lidarr support? #18

Closed samwiseg0 closed 6 years ago

samwiseg0 commented 6 years ago

Any chance you could add support for Lidarr? https://github.com/lidarr/Lidarr

Current error

2018-03-03 16:37:07,409 -    ERROR -  AUTOSCAN [ 6921]: Unknown scan request from: '1.1.1.1'
l3uddz commented 6 years ago

Yep, will look to get that added tonight

l3uddz commented 6 years ago

added

samwiseg0 commented 6 years ago

Thanks!!! wow that was fast! My first test was successful.. I will let you know if i run into any issues... thanks again!

samwiseg0 commented 6 years ago

I spoke too soon... it does not work on rename :(

edit: same error as above when you rename in lidarr

l3uddz commented 6 years ago

The issue with rename is due to sonarr/radarr/lidarr not sending the path of the file that was renamed. If it sends this info in the webhook I will beable to make it work with renames instead of just download/upgrades.

samwiseg0 commented 6 years ago

ah ok thanks!