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

Add *arr Feed to check releases #112

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

iwa
Copy link

@iwa iwa commented May 25, 2024

  • support Sonarr
  • support Radarr
  • widget styling has to be done

the goal is to add 2 new feed widgets:

  1. first is a "Releasing today" widget, showing which episodes & movies are planned to be released the same day, with a checkmark showing if your *arr stack grabbed the file
    image

  2. second would be a simple "Latest grabbed releases", acting as a kind of logs to show the most recent grabbed releases by your stack

current config format

          - type: arr-stack-releases
            sonarr:
              enable: true or false // include or not sonarr in the feed
              endpoint: "url or ip"
              apikey: "apikey of sonnar"
            radarr:
              enable: true or false // include or not radarr in the feed
              endpoint: "url or ip"
              apikey: "apikey of radarr"

fixes #95

@iwa iwa marked this pull request as draft May 25, 2024 15:36
@iwa
Copy link
Author

iwa commented May 25, 2024

first one is working, still need to dig api docs for the "latest grabbed releases" widget

@svilenmarkov do you mind taking a peak at the code to be sure it's written and organized as you prefer? don't hesitate to suggest anything, specially if it's about the design (im not good with designing.......)

edit: also, i'll work on adding the docs afterwards in case you want to reorganize things

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.

[FR] Feed for *arr releases
1 participant