Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Willizxy
Copy link

Seems to be working fine from my tests in Docker as Whisparr is basically Sonarr and uses the same api calls.

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)
Copy link
Owner

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
Copy link
Owner

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?

Copy link
Owner

@tommyvange tommyvange left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants