[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 - rick75 - 2015-09-22 (2015-03-08, 23:05)twolaw Wrote: Hi all, hi all im new here and now starting to get into kodi with all these fancy add ons,which i might say gets my mouth drooling loving the work you are doing but im confused,must be my age anyway ive installed this lovely build or skin whatever you youngs ones call it(yep im an old guy lol) and im stuck on a few things that i hope the builder or someone with the knowledge can assist me in my questions. ok so i have found a problem regarding the duration of films,each film i have says the same time on each movie,how can i get this sorted and also i have read every page of this thread (few coffees as well!!) the above quote states to change some settings ect but tried looking in folders ect and for the life of me i cant see whre to change them? another question sometimes when i press on certain add ons to change things like covers clear or colour its very hard to see the txt is this a bug within the build? sometimes they in boxes and there fine? yep another question!! how can i get the music to play for my tv programs ect i can play them in that more info about the program and actors and i can see it download but it dont play when i go to tv program what do i need todo as thought it would be setup? also read about imbd how is that setup as well.....im sorry for the many questions but this build/skin is my cup of tea or in my case coffee!! and want it looking and playing nice im using a pc with windows 10 if that helps,im willing to learn how to do all this but the tech talk im not understanding if that makes sense. so if someone could take me under there wing so to speak that will be very greatfull indeed many thanks rick Ps: i have installed all the extra zip files that are at begiining into there corsponding areas so am i right in unzipping each one into there places? RE: [Release] Duration script - Display movies runtime in hours & minutes - Rjsachse - 2015-10-04 Are you able to add it to work with movie sets? RE: [Release] Duration script - Display movies runtime in hours & minutes - Rjsachse - 2015-10-04 (2015-09-22, 10:58)rick75 Wrote: hi all im new here and now starting to get into kodi with all these fancy add ons,which i might say gets my mouth drooling loving the work you are doing but im confused,must be my age Hi rick this is a addon for skinners. You need to edit the skin you are using to use this addon. You other questions need to be asked in the other forums . TV tunes settings are in addon settings. RE: [Release] Duration script - Display movies runtime in hours & minutes - Rjsachse - 2015-10-08 Is this addon dead? If people come here looking to change total mins to hours and mins. go try script skin helper has this option plus many more. RE: [Release] Duration script - Display movies runtime in hours & minutes - Rjsachse - 2015-10-10 For any one else looking for tbis sort of addon have a look at Script.SkinHelper.Service. Just google kodi skin helper and there you go RE: [Release] Duration script - Display movies runtime in hours & minutes - bobrap - 2015-10-10 Where are the settings for duration in that script? RE: [Release] Duration script - Display movies runtime in hours & minutes - Rjsachse - 2015-10-12 There is no settings. Please read from start and explains how to modify the script. RE: [Release] Duration script - Display movies runtime in hours & minutes - cyberom - 2016-01-11 (2015-10-10, 07:26)Rjsachse Wrote: For any one else looking for tbis sort of addon have a look at Script.SkinHelper.Service. Hi Rjsachse thanks for the advice I will try to add this feature (Display movies runtime in hours & minutes) in the Aeon Mq6 theme RE: [Release] Duration script - Display movies runtime in hours & minutes - LupinSansei - 2016-06-02 Great addon! This should be an option in Kodi to begin with. RE: [Release] Duration script - Display movies runtime in hours & minutes - ungovernable - 2016-10-01 whats the name of the skin and view type used in the screenshot? RE: [Release] Duration script - Display movies runtime in hours & minutes - firewater - 2017-01-10 I'm so confused with this... (2015-03-08, 23:05)twolaw Wrote: Then, still in variables.xml, do those replacements : This seems to be speaking about a very specific skin. None of this apply to me. Only 1 out of 3 of those elements are on my Variables.xml file, and my DialogVideoInfo.xml does not contain the line mentioned. Could anyone tell me what changes need to be made? I tried but the further I got was Kodi crashing. RE: [Release] Duration script - Display movies runtime in hours & minutes - KODser - 2017-02-20 for me it doesn't work and right after installation it says it has updates but the addon isn't updated in two years. I tried skin helper with this, but the result is the same. nothing appears. I'm on kodi v17 PHP Code: <value condition="!IsEmpty(Window(Home).Property(SkinHelper.ListItem.Duration.Hours))">$INFO[Window(Home).Property(SkinHelper.ListItem.Duration.Hours)]h $INFO[Window(Home).Property(SkinHelper.ListItem.Duration.Minutes)]</value> RE: [Release] Duration script - Display movies runtime in hours & minutes - axbmcuser - 2017-07-14 I reworked the duration script to a (imho) now better working version for KODI 17 (Krypton): You find it in my repo: https://github.com/axbmcuser/_repo/raw/master/repository.axbmcuser.zip script.duration_axbmcuser (v0.3.5 at the moment) After installing the enabled addon runs as service in the background. You don't need Runscript(xxx) stuff anymore. See addon description in Addon Manager after installation for Details on how to use the Properties. RE: [Release] Duration script - Display movies runtime in hours & minutes - roura97311 - 2017-08-05 (2017-07-14, 22:10)axbmcuser Wrote: I reworked the duration script to a (imho) now better working version for KODI 17 (Krypton): Hello, Could explain how to install your script for my MOD Because I can not install it. What changes need to be made cordially RE: [Release] Duration script - Display movies runtime in hours & minutes - twolaw - 2017-11-18 (2017-07-14, 22:10)axbmcuser Wrote: I reworked the duration script to a (imho) now better working version for KODI 17 (Krypton):Nice job ! I didn't have time to update, i now put a link to your code on first post. |