Posts: 49
Joined: Dec 2012
Reputation:
0
Yippie, thanks for working on this!
Posts: 3,077
Joined: Jun 2009
Just for info I've been playing with that for Yatse and first real life feedback are that the PVR EPG api can be very very very slow on some device and PVR client combination (Like 2 to 8 sec for one PVR.GetBroadcasts query leading to insane times when querying for 100+ channels ).
Posts: 1,832
Joined: Nov 2010
Reputation:
58
isn't the EPG data independent from the PVR client? perhaps those users had "do not store the EPG in the database" enabled? I didn't noticed slowness during my tests (about 300 EPG channels).
Anyway the PVR.GetBroadcasts are executed in background threads and in case of slow responses, users will have just to wait a bit more.
Once the infos are retrieved they are cached.
In case of slow responses I hope that after a "slow" first access, future access should be fastest because the cached data will be refreshed only if needed.
Posts: 3,077
Joined: Jun 2009
Was not aware of this option as I do not use PVR will see with users thanks
Posts: 244
Joined: Jun 2013
Reputation:
0
Koloss
Senior Member
Posts: 244
2014-02-14, 18:30
(This post was last modified: 2014-02-14, 18:31 by Koloss.)
- ipad clean audio & video library buttons
Very good!!!
Can you add FAVORITES in the menü?
Posts: 12
Joined: May 2013
Reputation:
0
Mala
Junior Member
Posts: 12
Looks really great!
Will there be any possibility to browse and start previous recordings?
Thank you for your great work!
Posts: 4
Joined: Feb 2014
Reputation:
0
this is brilliant - Can I test this? if so where do I go?
Posts: 183
Joined: Apr 2012
Reputation:
10
First of all i have to say that it´s a amazing job. Congratulations.
Can you tell me how you are setting the audio output ? This is something that i will love to insert in my application.
Thanks man and congrats again.
Clayton
Posts: 1,832
Joined: Nov 2010
Reputation:
58
thanks you are very kind!
Setting the audio output is now possibile thanks to the new json-rpc API regarding the XBMC settings. There is a new set of call for get and set settings, e.g. if you want to set the audio output to the device value <device_value> you can do:
{"method":"Settings.SetSettingValue", "params":{"setting":"audiooutput.audiodevice","value":"<device_value>"}}
and for example you can retrieve the available devices list with:
{"method":"Settings.GetSettings", "params":{"filter":{"section":"system","category":"audiooutput"}}}
for a full list of the new API you can always check the output of the method JSONRPC.Introspect
Posts: 4
Joined: Feb 2014
Reputation:
0
this is brilliant. sorry I only have apple iphone and ipad - how do I compile it? - can't wait for the live TV bit as that will complete my media center at home. thanks for all the hard work.