2012-10-15, 05:40 AM
reven Wrote:after reflashing my setting was 'normal', so not sure why previously it was 'Super' (I didn't change it). ive now changed it to 'Fast'.Great.
performance for xbmc in general seems a lot better, at lot more stable when running 20121014.
npvr addon comes with that release, so thats really easy to setup (dont have to worry about pvr api version).
Quote:performance for npvr seems roughly the same (I know not much development has gone into it in the last week or so due to merging with main xbmc source). So still same issues with slow loading of channel groupsFor the record, I have taken a quick look in the debugger to try working out what XBMC is doing during this time. The bulk of it seems to relate to querying the channel groups and members of each group, and deciding that the channel memberships are new new so it's deleting and recreating them everytime. The reason it thinks the channels are new is because the channel ids dont match those loaded from the database. This seems to be a bug in XBMC - by the time the data is reloaded from the data channel id is always set to the channel number, rather than the channel id we supplied on the last run. If NextPVR's channel id and channel number were always the same value (which may be true in some pvr addons), then we wouldn't see this problem.