2016-08-28, 21:56
It's a pity. Greetings Hoppel
(2016-09-24, 15:51)FernetMenta Wrote: There will be a major change of the pvr api in v18. The streaming API will be split from the rest of pvr API and will go to inputstream extension point. After this all gui infos related to the playing stream will come from player, not PVRGUIInfo anymore.
Then it is up to the skins how to use those new values.
(2017-07-27, 15:41)Rantanplan-1 Wrote:(2016-09-24, 15:51)FernetMenta Wrote: There will be a major change of the pvr api in v18. The streaming API will be split from the rest of pvr API and will go to inputstream extension point. After this all gui infos related to the playing stream will come from player, not PVRGUIInfo anymore.
Then it is up to the skins how to use those new values.
Just curious
Does that mean we get (finaly) working Timeshift buffer/indicator for every backend?
That would be gr8!
Regards
(2017-07-27, 15:51)ksooo Wrote:(2017-07-27, 15:41)Rantanplan-1 Wrote:(2016-09-24, 15:51)FernetMenta Wrote: There will be a major change of the pvr api in v18. The streaming API will be split from the rest of pvr API and will go to inputstream extension point. After this all gui infos related to the playing stream will come from player, not PVRGUIInfo anymore.
Then it is up to the skins how to use those new values.
Just curious
Does that mean we get (finaly) working Timeshift buffer/indicator for every backend?
That would be gr8!
Regards
No magic happens here. If and only if the add-on implements it, it will be available in Kodi. Exactly, like it is today.
(2017-07-27, 15:54)omriamos Wrote:(2017-07-27, 15:51)ksooo Wrote:(2017-07-27, 15:41)Rantanplan-1 Wrote: Just curious
Does that mean we get (finaly) working Timeshift buffer/indicator for every backend?
That would be gr8!
Regards
No magic happens here. If and only if the add-on implements it, it will be available in Kodi. Exactly, like it is today.
So basically the answer is no....
What's weird though is that MediaPortal TV-Server for example does not "implement" anything, however the MediaPortal client is able to get this information from it...
So I believe that it is available, just not in the format Kodi's developers (obviously) chose for themselves.
(2017-07-27, 16:34)ksooo Wrote:(2017-07-27, 15:54)omriamos Wrote:(2017-07-27, 15:51)ksooo Wrote: No magic happens here. If and only if the add-on implements it, it will be available in Kodi. Exactly, like it is today.
So basically the answer is no....
What's weird though is that MediaPortal TV-Server for example does not "implement" anything, however the MediaPortal client is able to get this information from it...
So I believe that it is available, just not in the format Kodi's developers (obviously) chose for themselves.
No idea what you want to tell us, but yeah,
there is a Kodi pvr add-on api for timeshift status which needs to be implemented properly by the different pvr add-ons, yes. Kodi has a pvr backend agnostic API to be able to support different pvr backends, yes. And for this, the backend specific data need to be converted to the Kodi format by the different pvr add-ons, yes.
Although I do not have any specific knowledge about mp server, I seriously doubt that the mp client can pull timeshift data out of thin air, without the mp server providing anything. If the mp client is able to obtain the data from the server, the server must provide access to this data (via an API).
Why do you quote "implement", btw? If you do not know what implement means in the context of software development you'd better not speak up here, honestly.
(2017-07-27, 16:56)omriamos Wrote:(2017-07-27, 16:34)ksooo Wrote:(2017-07-27, 15:54)omriamos Wrote: So basically the answer is no....
What's weird though is that MediaPortal TV-Server for example does not "implement" anything, however the MediaPortal client is able to get this information from it...
So I believe that it is available, just not in the format Kodi's developers (obviously) chose for themselves.
No idea what you want to tell us, but yeah,
there is a Kodi pvr add-on api for timeshift status which needs to be implemented properly by the different pvr add-ons, yes. Kodi has a pvr backend agnostic API to be able to support different pvr backends, yes. And for this, the backend specific data need to be converted to the Kodi format by the different pvr add-ons, yes.
Although I do not have any specific knowledge about mp server, I seriously doubt that the mp client can pull timeshift data out of thin air, without the mp server providing anything. If the mp client is able to obtain the data from the server, the server must provide access to this data (via an API).
Why do you quote "implement", btw? If you do not know what implement means in the context of software development you'd better not speak up here, honestly.
LOL.
You're cute, you've probably been to kindergarten when I was first "implementing" things "in the context of software development".
Now let me clarify this for you:
1. Kodi is NOT the center of the world.
2. If you expect all other pvr servers in the world to implement kodi's own API, well, as you can see it hasn't been done for a few years now. So yeah... keep on dreaming.
3. MP client does not pull anything "out of thin air" - as I said before but your inflated ego didn't allow you do understand, it gets it from MP's TV-SERVER.
4. Hence, MP TV-SERVER definitely serves this information. In its own format of course, they didn't "IMPLEMENT" (here's this word again) Kodi's solution because why would they? They couldn't care less about you / kodi, they have their own format and if Kodi (or anyone else) want to get it - they can.
5. But Kodi is in no position to tell others how to implement (.......) their own API.
6. If Kodi wants to continue waiting forever until tv-servers developers will somehow start thinking / believing that they work for Kodi (.....) - then I guess we can meet up here again in 5 years when someone will bump this topic again and ask if there's any updates.....
(2017-07-27, 16:56)omriamos Wrote: If you expect all other pvr servers in the world to implement kodi's own API,
Player.ProgressCache
Player.Progress
PVR.TimeshiftProgress
<!-- Progress bar -->
<control type="progress" id="1">
<left>350</left>
<top>27</top>
<width>1220</width>
<height>6</height>
<info>Player.Progress</info>
<texturebg border="2">osd/OSDProgressBack.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="2">osd/OSDProgressBar.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</control>
<!-- Cache bar -->
<control type="progress" id="1">
<left>350</left>
<top>27</top>
<width>1220</width>
<height>6</height>
<info>Player.ProgressCache</info>
<texturebg colordiffuse="00ffffff" border="2">osd/OSDProgressBack.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture colordiffuse="66ffffff" border="2">osd/OSDProgressBar.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</control>
<!-- NEW!:Cache-Start bar -->
<control type="progress" id="1">
<left>350</left>
<top>27</top>
<width>1220</width>
<height>6</height>
<info>PVR.TimeshiftStart</info>
<texturebg colordiffuse="00ffffff" border="2">osd/OSDProgressBack.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture colordiffuse="66ffffff" border="2">osd/OSDProgressBar.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</control>
(2017-07-27, 16:56)omriamos Wrote: You're cute, you've probably been to kindergarten when I was first "implementing" things "in the context of software development".@omriamos, stop and do some research reading before replying.
Now let me clarify this for you:
1. Kodi is NOT the center of the world.
2. If you expect all other pvr servers in the world to implement kodi's own API, well, as you can see it hasn't been done for a few years now. So yeah... keep on dreaming.
3. MP client does not pull anything "out of thin air" - as I said before but your inflated ego didn't allow you do understand, it gets it from MP's TV-SERVER.