Beta Copacetic: alpha and beta development thread - 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: Copacetic (https://forum.kodi.tv/forumdisplay.php?fid=320) +---- Thread: Beta Copacetic: alpha and beta development thread (/showthread.php?tid=232964) |
RE: Copacetic: A new skin from QuizKid and Hitcher - Orbeatle - 2020-06-02 (2020-06-02, 13:23)QuizKid Wrote: Thanks I'll try to clean this up in the next day or so so it's usableGreat! I think with that fixed and perhaps a possibility to add widgets I will have found my new standard skin . BTW, something else I noticed. When browsing my TV Show library and opening a show, then a season and browsing through the episodes and eventually going back to the main library view (without having played an episode) sometimes the fanart background doesn't show up any more. Like, at all, even if I change the selection to another show. I have to reboot for it to be fixed. But I guess that's something we can chalk up to the skin still being in development . But I absolutely love the look and feel of this skin! RE: Copacetic: A new skin from QuizKid and Hitcher - Orbeatle - 2020-06-05 @"QuizKid" I tried to update the skin (noticed on github you made some changes ), but I'm getting an error: ERROR: Failed to read 'zip://%2fstorage%2fdownloads%2fskin.copacetic-master.zip/skin.copacetic-master/addon.xml. What am I doing wrong? RE: Copacetic: A new skin from QuizKid and Hitcher - jimkaf - 2020-06-05 (2020-06-05, 12:10)Orbeatle Wrote: @"QuizKid" I tried to update the skin (noticed on github you made some changes ), but I'm getting an error: ERROR: Failed to read 'zip://%2fstorage%2fdownloads%2fskin.copacetic-master.zip/skin.copacetic-master/addon.xml. Might be under nested folder eg skin.copacetic-master/skin.copacetic-master . If so you'll need to unzip and rezip it to install through Kodi. Else unzip the contents directly to Kodi installation's add-on folder. RE: Copacetic: A new skin from QuizKid and Hitcher - Orbeatle - 2020-06-05 (2020-06-05, 14:10)jimkaf Wrote:Yeah I thought that nested folder was the issue, so unzipped and rezipped but to no avail..(2020-06-05, 12:10)Orbeatle Wrote: @"QuizKid" I tried to update the skin (noticed on github you made some changes ), but I'm getting an error: ERROR: Failed to read 'zip://%2fstorage%2fdownloads%2fskin.copacetic-master.zip/skin.copacetic-master/addon.xml. RE: Copacetic: A new skin from QuizKid and Hitcher - jimkaf - 2020-06-07 (2020-06-05, 16:04)Orbeatle Wrote:I updated with yesterday's GitHub version just fine through Kodi's install from zip do you still have trouble?(2020-06-05, 14:10)jimkaf Wrote:Yeah I thought that nested folder was the issue, so unzipped and rezipped but to no avail..(2020-06-05, 12:10)Orbeatle Wrote: @"QuizKid" I tried to update the skin (noticed on github you made some changes ), but I'm getting an error: ERROR: Failed to read 'zip://%2fstorage%2fdownloads%2fskin.copacetic-master.zip/skin.copacetic-master/addon.xml. RE: Copacetic: A new skin from QuizKid and Hitcher - realcopacetic - 2020-06-07 (2020-06-07, 10:46)jimkaf Wrote:(2020-06-05, 16:04)Orbeatle Wrote:I updated with yesterday's GitHub version just fine through Kodi's install from zip do you still have trouble?(2020-06-05, 14:10)jimkaf Wrote: Might be under nested folder eg skin.copacetic-master/skin.copacetic-master . If so you'll need to unzip and rezip it to install through Kodi. Else unzip the contents directly to Kodi installation's add-on folder.Yeah I thought that nested folder was the issue, so unzipped and rezipped but to no avail.. Apologies for the frequency of minor updates, my main library is on a different machine to what I use for coding and updating via github is the easiest way for me to do testing. I'll message here when anything drastic changes. Not sure why it might not be working, I did the update same as always and it's working fine for me on two machines. RE: Copacetic: A new skin from QuizKid and Hitcher - tomoffel - 2020-06-07 @"QuizKid" If I select another language than English, the text gets messed up, If you like I can send you a screenshot RE: Copacetic: A new skin from QuizKid and Hitcher - realcopacetic - 2020-06-07 (2020-06-07, 22:24)tomoffel Wrote: @"QuizKid" If I select another language than English, the text gets messed up, If you like I can send you a screenshot Probably because I haven't localised the strings yet on account of changing so often the text during the design/early coding phase to make many of the labels as short as possible. I'll do this soon. Not sure what happens when you change the language if local versions of the strings aren't present for the language you selected. Should it revert to English? RE: Copacetic: A new skin from QuizKid and Hitcher - tomoffel - 2020-06-08 (2020-06-07, 22:54)QuizKid Wrote:(2020-06-07, 22:24)tomoffel Wrote: @"QuizKid" If I select another language than English, the text gets messed up, If you like I can send you a screenshot yes, that could be the reason! No rush on this please! I have a well configured setup, and just switching skins if I have to do something like updating or so. But honest, I don't know what happen if there is no strings in that language.. for me it just shows nothing on some pages of the skin settings (for example) and in the settings of Kodi the text is messed up (also the plot in the pause screen, for example) can we translate it? If so, count me in for German! Just tell me how to do it is it just this file: https://github.com/realcopacetic/language/resource.language.en_gb/strings.po ? RE: Copacetic: A new skin from QuizKid and Hitcher - realcopacetic - 2020-06-08 (2020-06-08, 01:35)tomoffel Wrote:Missing text may actually be to a change I made recently to some color strings that may have broken some labels. I'll check. It could also be if you are using the light theme, currently that results in black text on black boxes in some places that I haven't gotten to yet I think.(2020-06-07, 22:54)QuizKid Wrote:(2020-06-07, 22:24)tomoffel Wrote: @"QuizKid" If I select another language than English, the text gets messed up, If you like I can send you a screenshot Yes, that would be much appreciated!!! I'll clean up the file first, to add in the new strings Copacetic is using and mark as obsolete the ones left over from prevous versions or the base conq skin so hopefully it will be a small job!! RE: Copacetic: A new skin from QuizKid and Hitcher - tomoffel - 2020-06-08 (2020-06-08, 02:13)QuizKid Wrote:Okay, I will try the light/night theme and will report back! But I think its from the beginning that some text is missing or distorting.(2020-06-08, 01:35)tomoffel Wrote:Missing text may actually be to a change I made recently to some color strings that may have broken some labels. I'll check. It could also be if you are using the light theme, currently that results in black text on black boxes in some places that I haven't gotten to yet I think.(2020-06-07, 22:54)QuizKid Wrote: Probably because I haven't localised the strings yet on account of changing so often the text during the design/early coding phase to make many of the labels as short as possible. I'll do this soon. Not sure what happens when you change the language if local versions of the strings aren't present for the language you selected. Should it revert to English? Yeah, that would be great, just let me know when I can start I'am glad to help you! RE: Copacetic: A new skin from QuizKid and Hitcher - ofory2012 - 2020-06-08 (2020-06-08, 01:35)tomoffel Wrote:translate ? count me in for spanish(2020-06-07, 22:54)QuizKid Wrote:(2020-06-07, 22:24)tomoffel Wrote: @"QuizKid" If I select another language than English, the text gets messed up, If you like I can send you a screenshot RE: Copacetic: A new skin from QuizKid and Hitcher - Orbeatle - 2020-06-08 (2020-06-07, 21:26)QuizKid Wrote:(2020-06-07, 10:46)jimkaf Wrote:(2020-06-05, 16:04)Orbeatle Wrote: Yeah I thought that nested folder was the issue, so unzipped and rezipped but to no avail..I updated with yesterday's GitHub version just fine through Kodi's install from zip do you still have trouble? Updating with the latest version worked fine now, thanks! However, I have to update via another skin because when I go to add-ons in the skin the screen is completely black. Could have something to do with the way I set up my menu items, but there's als no way to change that in Copacetic's settings as the settings screen is still not fully working. That's my only "complaint" at the moment . RE: Copacetic: A new skin from QuizKid and Hitcher - realcopacetic - 2020-06-10 (2020-06-08, 12:26)Orbeatle Wrote:No that one's definitely my fault as I have the black screen too. I'm nearly there with designs for the various dialogs, then I can start going through and coding them(2020-06-07, 21:26)QuizKid Wrote:(2020-06-07, 10:46)jimkaf Wrote: I updated with yesterday's GitHub version just fine through Kodi's install from zip do you still have trouble? RE: Copacetic: A new skin from QuizKid and Hitcher - Orbeatle - 2020-06-10 (2020-06-10, 00:30)QuizKid Wrote:(2020-06-08, 12:26)Orbeatle Wrote:No that one's definitely my fault as I have the black screen too. I'm nearly there with designs for the various dialogs, then I can start going through and coding them(2020-06-07, 21:26)QuizKid Wrote: Apologies for the frequency of minor updates, my main library is on a different machine to what I use for coding and updating via github is the easiest way for me to do testing. I'll message here when anything drastic changes. All in due time |