v19 Sending notifications to Chorus and Kore
#1
I can use the built-in Notify to produce a notification in Kodi proper:

python:
xbmc.executebuiltin(f'Notification("{header}", "{message}", 5000, "{icon}")')

I have two distinct notification problems I'd love to solve if at all possible:
  1. I'd like to see a comparable notification on Kore (on my phone) and on Chorus (in my browser). Is that possible. Reason being I can run the addon from either of those contexts and I'd like to see feedback in that context.
  2. I have an addon that is building the music playlist. It's working a charm. But when I add songs to the playlist, I see them in Chorus fine, but Kore doesn't show them until the current song has finish playing. I'd like to be able to send Kore a refresh message, something that asks it to refresh its playlist view. Wonder if that's possible?
Reply

Logout Mark Read Team Forum Stats Members Help
Sending notifications to Chorus and Kore0