-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Whisparr #13
base: main
Are you sure you want to change the base?
Conversation
Need to test as I'm not a coder
@@ -25,4 +25,4 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- name: Build the Docker image | |||
run: docker build . --file Dockerfile --tag tommythebeast/arrstalledhandler:$(date +%s) | |||
run: docker build . --file Dockerfile --tag willizxy/arrstalledhandler:$(date +%s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you replace this?
@@ -6,6 +6,10 @@ RADARR_API_KEY=aaaabbbbcccc111122223333 | |||
SONARR_URL=http://localhost:8989 | |||
SONARR_API_KEY=aaaabbbbcccc111122223333 | |||
|
|||
# Whisparr configuration (leave URL empty to disable Whisparr-functionality) | |||
RADARR_URL=http://localhost:6969 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you not add separate variables for Whisparr?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address comments i made in the code.
Seems to be working fine from my tests in Docker as Whisparr is basically Sonarr and uses the same api calls.