glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
7.49k stars 260 forks source link

Add *arr Feed to check releases #112

Open iwa opened 4 months ago

iwa commented 4 months ago

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 commented 4 months ago

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

ralphocdol commented 2 weeks ago

Thanks for sharing this. I pulled this on my own fork and modified them. I ultimately decided on separating sonarr and radarr due to their differences and since there is a Widget group now