Kodi Listitem.duration Change
Free prototype 2 hacking tool free pc programs. Prototype 2 Software - Free Download Prototype 2 - Top 4 Download - Top4Download.com offers free software downloads for Windows, Mac, iOS and Android computers and mobile devices. Visit for free, full and secured software’s. Prototype 2 - Unlocker - Download. For unpacking files we recommend using a free software - 7-Zip. Unzip the contents of the archive to the directory that stores your Makefile. You'll probably need to perform backups on files that they do not lose. Guide Videos 15 Files 25 Images 66 DLCs 2 Series. Search for trainers. Download prototype 2 setup.zip for free. Games downloads - PROTOTYPE 2 by Radical Entertainment and many more programs are available for instant and free download. Free download Prototype 2 for Windows 10. Prototype 2 is as the title suggests, the second part of the space shooter, in which the idea of the game is to turn to ashes all the enemies encountered. Starring as the pilot flying combat machine will have to go through a number of challenging boards. Free prototype 2 setup.exe download. Games downloads - PROTOTYPE 2 by Radical Entertainment and many more programs are available for instant and free download. Justinmind Prototyper is an authoring tool for software prototypes. Justinmind Prototyper is an. For software prototypes.
Thread Rating:
EmbER's unofficial Kodi/XBMC. How to Fix Kodi Buffering Issues. Enable Unknown Sources on Kodi. Before we proceed, there is one little thing to be taken care of. Kodi is designed to provide safe entertainment experience. It uses many security features and protocols to this end.
- 1 Vote(s) - 5 Average
(2018-03-15, 18:18)ksooo Wrote:(2017-01-04, 17:51)BigNoid Wrote: Just as a heads up, we want to have listitem.duration customisable in the same way as player.duration etc and with the possibility to display it in minutes again. Unfortunately it is not as easy as it sounds and requires some refactoring in our infomanager code. It will take some time, but in the end it should provide more options as before.13651(PR) :-)
Excellent news!
Edit: Tested with great results.
Only thing missing seems to be something like ListItem.Duration(h) (Getting hours without starting with a '0').
Since ListItem.Duration(hours) only returns a rounded hours-result, which also is useful for other purposes, of course.
(Maybe ListItem.Duration(m) would also be useful for some, since i saw skin devs using the format '1h7m' before.)
Or did i miss something?
(2018-03-17, 12:38)axbmcuser Wrote: Thanks!! :-D
Edit: Tested with great results.
Only thing missing seems to be something like ListItem.Duration(h) (Getting hours without starting with a '0').
Since ListItem.Duration(hours) only returns a rounded hours-result, which also is useful for other purposes, of course.
(Maybe ListItem.Duration(m) would also be useful for some, since i saw skin devs using the format '1h7m' before.)
Or did i miss something?
'h' should work.
'm' is currently not implemented.
Ah - thanks!
ListItem.Duration(h) works, looks like i only tested ListItem.Duration(h:mm), which does not work - intentional - i guess. I'll use h and combine it with mm.
If there is a chance to implement ListItem.Duration(m) at some time - skin devs would most likely be very happy for 'decades' to come. But still, what we have now already is absolutely great. :-)
(2018-03-17, 17:00)axbmcuser Wrote: @ksooo
Ah - thanks!
ListItem.Duration(h) works, looks like i only tested ListItem.Duration(h:mm), which does not work - intentional - i guess.
If there is a chance to implement ListItem.Duration(m) at some time - skin devs would most likely be very happy for 'decades' to come. But still, what we have now already is absolutely great. :-)
I put that on my to-do list.
EDIT: I mean both 'm' and 'h:mm'..
(2018-03-17, 17:01)ksooo Wrote:+1(2018-03-17, 17:00)axbmcuser Wrote: @ksooo
Ah - thanks!
ListItem.Duration(h) works, looks like i only tested ListItem.Duration(h:mm), which does not work - intentional - i guess.
If there is a chance to implement ListItem.Duration(m) at some time - skin devs would most likely be very happy for 'decades' to come. But still, what we have now already is absolutely great. :-)
I put that on my to-do list.
EDIT: I mean both 'm' and 'h:mm'..
ListItem.Duration(m) pleeease
'h:mm' easily can be done by skinners itself, no extra core support needed.
(2018-03-17, 17:01)ksooo Wrote:Im confused.(2018-03-17, 17:00)axbmcuser Wrote: @ksooo
Ah - thanks!
ListItem.Duration(h) works, looks like i only tested ListItem.Duration(h:mm), which does not work - intentional - i guess.
If there is a chance to implement ListItem.Duration(m) at some time - skin devs would most likely be very happy for 'decades' to come. But still, what we have now already is absolutely great. :-)
I put that on my to-do list.
EDIT: I mean both 'm' and 'h:mm'..
for full min lenght i use
working great.
and for ** h ** min
booth work since middle march.
what i am missing in that question?
i came here , because read that pr,
13767(PR)
i i thought it was working and why now another code to implement.
https://i.imgur.com/3VtCSZ1_d.jpg?
https://i.imgur.com/sQZZpTk_d.jpg?maxwid..ity=medium
S W A N (WIP)
(2018-04-17, 20:17)mardukL Wrote:(2018-03-17, 17:01)ksooo Wrote:Im confused.(2018-03-17, 17:00)axbmcuser Wrote: @ksooo
Ah - thanks!
ListItem.Duration(h) works, looks like i only tested ListItem.Duration(h:mm), which does not work - intentional - i guess.
If there is a chance to implement ListItem.Duration(m) at some time - skin devs would most likely be very happy for 'decades' to come. But still, what we have now already is absolutely great. :-)
I put that on my to-do list.
EDIT: I mean both 'm' and 'h:mm'..
for full min lenght i use
working great.
and for ** h ** min
booth work since middle march.
what i am missing in that question?
i came here , because read that pr,
13767(PR)
i i thought it was working and why now another code to implement.
https://i.imgur.com/3VtCSZ1_d.jpg?
https://i.imgur.com/sQZZpTk_d.jpg?maxwid..ity=medium
You did not understand the change. Read my comment on github, please.
- 1 Vote(s) - 5 Average