[Release] Duration script - Display movies runtime in hours & minutes - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [Release] Duration script - Display movies runtime in hours & minutes (/showthread.php?tid=220753) |
RE: [Release] Duration script - Display movies runtime in hours & minutes - twolaw - 2018-04-28 Updated to version 0.3.8 thanks to axbmcuser. I'm thinking about adding a user setting to let him choose the display format between :
RE: [Release] Duration script - Display movies runtime in hours & minutes - axbmcuser - 2018-04-29 Great! I added some clean python improvements so that it's almost impossible for the addon to generate any errors even at weird or unexpected situations. RE: [Release] Duration script - Display movies runtime in hours & minutes - fred_gaou - 2018-05-01 Hi, Integration example needs an update. If one tries to integrate script.duration 0.3.8 in Estuary 1.9.16 for Kodi 17.6, one needs to replace in Includes.xml, <label>$INFO[ListItem.Duration,, $LOCALIZE[31132]]</label> with <label>$VAR[ItemDuration]</label> RE: [Release] Duration script - Display movies runtime in hours & minutes - firewater - 2018-05-30 (2018-04-28, 14:11)twolaw Wrote: Updated to version 0.3.8 thanks to axbmcuser.I'd very much appreciate this. Has it been done yet? I'm looking for: "1 Hour 46 Minutes". RE: [Release] Duration script - Display movies runtime in hours & minutes - Pixou - 2018-07-15 Hi all I've not all these xml files (variables...) only settings.xml (userdata/addon_data/skin.estuary/). Kodi is installed on my shield tv. So without these files nothing happen when the script is installed. Ideas ? RE: [Release] Duration script - Display movies runtime in hours & minutes - twolaw - 2018-08-01 Hi Pixou, The files are in /usr/share/kodi/addons/skin.estuary You can copy the skin as a new skin in ~/.kodi/addons/skin.estuary-mod for exemple. Then you change files without any risk, the original skin remains untouched. |