Qlock word clock now available in Transparency! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115) +---- Thread: Qlock word clock now available in Transparency! (/showthread.php?tid=90066) |
Qlock word clock now available in Transparency! - ronie - 2011-01-09 Qlock thanx to donabi for the initial code and Amet who coded it into a script allowing easy translations, a new eyecandy feature is now included in the svn version of T! steps to get it to work: - download the script here: http://mirrors.xbmc.org/addons/dharma/script.qlock/ - enable it in Skin Settings > Scripts > Enable Qlock script - navigate to the Weather button on the Home Menu. result: english layout dutch layout translations the clock is currently available in English, Italian, Serbian, French, German and Dutch. if you're willing to translate it to another language, that would be very much appreciated! - Jezz_X - 2011-01-09 Nice ronie - ronie - 2011-01-10 Jezz_X Wrote:Nice ronie cheers mate. think you deserve some credits as well for the skin code. ;-) - donabi - 2011-01-10 To make translation a bit easier, i made a printable Grid. Just print it out and put in the Letters of your Language. After that it should be quite easy to fill the corret Gridnumbers into the xml. - humferier - 2011-01-10 ronie Wrote:translations French translation suggested in the thread of the script - ronie - 2011-01-11 humferier Wrote:French translation suggested in the thread of the script thanx! i'll ask Amet to add the french layout.xml to the script. :-) - ronie - 2011-01-11 example of the german clock. it just needs to be converted to layout.xml any takers? - amet - 2011-01-11 possible to have it on all Home screens? even if its manual c/p effort EDIT: French layout added Cheers, amet - ronie - 2011-01-11 Amet Wrote:possible to have it on all Home screens?i'm open to suggestions...would like to hear what everyone thinks. when and where to show the clock... for now, i just picked the weather button, as weather & time info seems logic combination to me somehow. Amet Wrote:even if its manual c/p effort Includes.xml, remove this line: Code: <visible>Container(5040).HasFocus(10)</visible> - amet - 2011-01-11 ronie Wrote:i'm open to suggestions...would like to hear what everyone thinks. I only ever look at weather when I am leaving the house, at which point I am probably late already ronie Wrote:Includes.xml, remove this line: thanks mate - donabi - 2011-01-11 i'm working on the german layout. should be ready this evening. - amet - 2011-01-11 stick it on a mail to me and I'll get it in - donabi - 2011-01-11 the layout is nearly finished. but "those germans" have one problem. at 01:00 we say "es ist ein uhr" at every other minute after 01:00, the "ein" goes "eins". another way of time-spelling would be "es ist eins" at 01:00. so i need a way to make the 01:00 with a different text. without the last "uhr" (which is "’o clock" in english) or without the "s", which i need for all other settings after 01:00. any idea's? Code: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> - amet - 2011-01-11 donabi Wrote:the layout is nearly finished. I'll create a special case for "those Germans" in a script please let me know which solution you prefer EDIT: here is 0.0.6 , try it and let me know if "one o'clock" is fine Thanks for the layout - donabi - 2011-01-11 "es ist ein uhr" would be the most common, i think. thank you. |