Add sonarr search option (#18)

* added Sonarr search type option

* updated test data

* fixed duplicated Sonarr search items when using search type Season

* added enhanced logging option along with Sonarr and Radarr enhanced logs

* switched to ghcr.io
This commit is contained in:
Marius Nechifor
2024-12-04 22:38:32 +02:00
committed by GitHub
parent 43a11f0e4c
commit f35abdefe5
66 changed files with 554 additions and 212 deletions
+11
View File
@@ -0,0 +1,11 @@
## LOGGING__ENHANCED
Some logs may contain information that is hard to read. Enhancing these logs usually comes with the cost of additional calls to the APIs.
If enabled, logs like this
```movie search triggered | http://localhost:7878/ | movie ids: 1, 2```
will transform into
```movie search triggered | http://localhost:7878/ | [Speak No Evil][The Wild Robot]```