2012-02-18, 09:32 AM
Sub, it's been mentioned in a couple of places that the System plugin needed to call:
to force a refresh of the guide data after it runs a manual EPG update. Unfortunately, that doesn't seem to work as expected, and the guide stays empty of data. However, if you exit NPVR, or even just start Live TV, then it populates.
What does work though, is calling RELOAD_SETTINGS (with or without the above call).
I was just wondering if this was expected behaviour? Should I hold out on a fix that would let RELOAD_RECORDINGS work, or is there no harm in letting it do the full settings reload?
Iain
Code:
EventBus.GetInstance().Notify("RELOAD_RECORDINGS");
to force a refresh of the guide data after it runs a manual EPG update. Unfortunately, that doesn't seem to work as expected, and the guide stays empty of data. However, if you exit NPVR, or even just start Live TV, then it populates.
What does work though, is calling RELOAD_SETTINGS (with or without the above call).
I was just wondering if this was expected behaviour? Should I hold out on a fix that would let RELOAD_RECORDINGS work, or is there no harm in letting it do the full settings reload?
Iain