Posts: 211
Joined: Sep 2012
Woppie
Closed Account
Posts: 211
Let's get 1 thing straight first; without "closing channel odd after switching" it's also instantly, it starts at the point I turn it on and the difference is at least a full second.
Using Gotham 13.0 stable on windows, tv server Mediaportal 1.7.1
Since it's still a test setup the rest is standard, haven't even added my movies/series/music yet.
All settings are stock but the PVR server.
Posts: 77
Joined: Dec 2011
Reputation:
0
I apologize if this has already been requested, but I'd like the ability to search several days of TV listings while only pulling a day or so on my EPG. I run the WMC pvr on my Amazon Fire TV where it works great except that if I set the EPG to longer than a day or so, it takes a very long time to load. However, if I shorten the EPG, I am limited in my search returns. This is a minor annoyance if I want to, say, record a show that's airing on a Friday, but I'm looking for it on a Tuesday. Would it be possible to search the listings on the back end and not just what is pulled to XBMC?
Thanks!
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
It would just make things unnecessarily complicated. The real problem is that the EPG grid is slow and that's something that should be fixed. Another improvement that could be made is to allow addons to request settings from XBMC so it could check how much EPG needs to be fetched (instead of fetching it all).
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
you have to compile XBMC with this patch applied. There is no way to modify an already compiled XBMC. But note that this PR will break any skin but Confluence.
Posts: 211
Joined: Sep 2012
Woppie
Closed Account
Posts: 211
(2014-05-29, 04:44)Woppie Wrote: Let's get 1 thing straight first; without "closing channel odd after switching" it's also instantly, it starts at the point I turn it on and the difference is at least a full second.
Using Gotham 13.0 stable on windows, tv server Mediaportal 1.7.1
Since it's still a test setup the rest is standard, haven't even added my movies/series/music yet.
All settings are stock but the PVR server.
This got fixed in 13.1 with no obvious cause, can still reproduce it on a system still running 13.0 vs 13.1.
Just wanted to let know it got fixed, whatever the tv server
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
@xhaggi: I know, but addons like tvheadend fetch the EPG data asynchronously and serve it from memory whenever XBMC requests it. Currently it has to fetch everything because there's no way to know how much data XBMC is going to need. It's a minor issue but it would be nice to have the ability to request settings, could be useful in the future.
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
can't addons read settings via JsonRPC?