kodi-pvr / pvr.vbox

Kodi VBox TV Gateway PVR addon
GNU General Public License v2.0
4 stars 22 forks source link

Remove reminders as they part of kodi pvr in v19 #231

Open phunkyfish opened 4 years ago

ksooo commented 4 years ago

Oh really, pvr.vbox supports reminders in the backend? How does that work (API etc.)?

Jalle19 commented 4 years ago

Oh really, pvr.vbox supports reminders in the backend? How does that work (API etc.)?

It shows reminders using GUI->Dialog_OK_ShowAndGetInput()

phunkyfish commented 4 years ago

I don’t think they are supported in the backend. I think it’s similar to what kodi core now supports.

ksooo commented 4 years ago

I don’t think they are supported in the backend. I think it’s similar to what kodi core now supports.

Okay, then we should remove this from pvr.vbox. I guess Kodi PVR implementation is much more powerful (rules and such...)

Jalle19 commented 4 years ago

Yeah, +1 for removing

phunkyfish commented 4 years ago

https://github.com/kodi-pvr/pvr.vbox/pull/233