Thanks @bacco007! It finally works! v4 here.
@seriosbrad @bacco007 thank you so much! We finally have have a confirmed working solution we can just copy. I am going to upgrade to Sonarr V4 soon since this is now confirmed as working.
Hey, maybe you guys knows this
I need to connect to an seedbox but get cannot reach xx.xxx
both with sonarr and radarr, is there someway to test it?
- platform: radarr_upcoming_media
api_key: API key here
host: 46.232.xxx.xxx
port: 12XXX
days: 14
ssl: false
theaters: false
max: 10
i get an JSON when i run this
http://{insert your sonarr/radarr
address:port}/api/v3/calendar?apikey={insert your sonarr/radarr API
key}
@mkanet is this the actual configuration you used?
You changed two things: url: was updated to ./config/wwwā¦
And you changed the type: from js to āmoduleā?
I left type: as js and can get sonarr to show properly, but Radarr doesnāt work, itās blank. Are you using Radarr with your setup? Do you get data to show in your media card for Radarr?
@starmanj Iām still using the original version (waiting for Sonarr V4 to get out of beta). However, installation is exactly the same for the new modified version for V4. For my Home Assistant instance, this is what I did:
Edit: \config\ui-lovelace.yaml
It should contain this:
resources:
- url: /hacsfiles/upcoming-media-card/upcoming-media-card.js
type: module
Source files:
\config\www\community\upcoming-media-card\upcoming-media-card.js
\config\www\community\upcoming-media-card\upcoming-media-card.js.gz
Then, reboot.
You have to adjust 2/3 lines in the configā¦ for v4 I found them on the forum here somewhereā¦ you can adjust radarr and sonar sensor.py both the same
I finally upgraded to Sonarr V4. It was very easy. I just replaced my existing \config\custom_components\sonarr_upcoming_media\sensor.py
file with this one below, then rebooted. You donāt have to edit any files.
For those of you that are interested, I just added a new feature to Upcoming Media Card. When you add the card setting url: https://sonarr.mydomain.com/
, it will open the URL in a new web browser tab. The mouse cursor will change to show that the card is now clickable (after you define the URL. I did the same thing for upcoming Radarr card. Please note url:
is lower case. For example, here is my card code now:
accent_color: '#222222'
border_color: '#222222'
box_shadows: false
entity: sensor.recently_added_movies
image_style: fanart
title: Movies
type: custom:upcoming-media-card
url: https://radarr.mydomain.com
You can use my version:
mkanet/upcoming-media-card
UPDATE: I always wanted to do thisā¦ So, I made it happen. You can now mouse-click on each TV Episode or Movie displayed in the Upcoming Media Card; and, it will take you directly to the respective Plex Web deep_link URL. I also added a url:
card setting:
How would your config then look to make it clickable ? Iām overlooking that piece of critical information
Upcoming Media Cards and respective original related compatible sensors are all coming back to HACS with several new features. I will make the announcement and a full description of all the new features on the original Upcoming Media Card forum thread. Hereās a small previewā¦
Upcoming Media Card leveraging deep_link attributes - YouTube
Im very excited for this, will they be installable though HACS?
Yes. All the original offcial/original repos will be available again on HACS. I am waiting for it to be approved currently.
Is it possible to seperate librarys? Now my added sensor shows both 4K and 1080p in same row
Not sure what you mean. If you have a bug you, can file it on the appropriate repo.
For what ingester? You cant separate different qualities. Its whatever has been recently added to plex or what dates you set sonarr or radarr to bring in
Iv got a instance of radarr & sonarr both 1080p and both 4k.
When i use recently added plex sensor i see a row of 5 cards combined with 4k and 1080p content ( duplicates )
HI @laurens362, sorry I didnāt even realize you were talking to me since this isnāt the correct place to report bugs for Home Assistant integrations and cards.
If the issue you are describing here is related to the recent changes I made on at a specific Github repository, you will need to open a new Github Issue at that specific repo providing:
- The specific version number you are using that has the issue
- Step-by-step description of how to reproduce the issue. (I will need to be able to reproduce the issue in order to fix it).
- How you upgraded to the new version.
I would be happy to take a look at it. The sooner you do this, the sooner I can help you.
Hello, i got radarr & sonarr cards both up and running and they work great.
But i canāt figure out how to make them clickable so they open their respective radarr & sonarr pages.
How exactly should I set this up?
Edit: nevermind, I was using the old version of upcoming media card from HACS, added your repo and now I can click on episodes to go to the page for that show.
Clicking movies still doesnāt go to radarr though, it opens my HA dashboard again
Also, any info on when its all available again in HACS?
Hi @BIoob Please open an issue at the appropriate githib repo if you think there is a bug with the integration or card. Donāt forget to include all the steps you tried. We need to see what youāre doing differently than other users that are currently successfully using them.
I submitted the PR to put tthe integrations and Upcoming Media Card back on HACS over a couple of months ago My guess is it should happen relatively soon.