xbmc / repo-skins

Official source repository for Kodi skin add-ons
67 stars 49 forks source link

skin.copacetic 1.0.0 fixes from @ronie #393

Closed realcopacetic closed 1 year ago

realcopacetic commented 1 year ago

Initial repo submission for skin.copacetic

Description

Initial submission for new skin Copacetic. Submitting alongside two dependencies, script.copacetic.helper and resource.fonts.copacetic, to the relevant repos.

Checklist:

Additional information :

ronie commented 1 year ago

nice, always great to see a new skin being submitted to the addon repo.

i had a look at the code and came up with a few things that need fixing: missing msgstr lines in strings.po for these labels: 31211 31216 31600-31603 31900-31914

Variable not defined: List_Scroll_Focus_Color 16x9/DialogTextViewer.xml: line 31

Variable not defined: Progress_Light_Focus_Color 16x9/DialogConfirm.xml: line 37

Variable not defined: Copacetic_Divide 16x9/Variables_Labels_Color.xml: line 171

Font not defined: Main_Menu_unfocused (case sensitive issue) 16x9/Components_Home.xml: line 383

Brackets do not match: !String.IsEqual(Listitem.DBType,tvshow) + !String.IsEqual(Listitem.DBType,season) + !String.IsEqual(Container.FolderPath,Window(movieinformation).Property(ContainerPath_1) 16x9/Content_Infoscreens.xml: line 88

realcopacetic commented 1 year ago

nice, always great to see a new skin being submitted to the addon repo.

i had a look at the code and came up with a few things that need fixing: missing msgstr lines in strings.po for these labels: 31211 31216 31600-31603 31900-31914

Variable not defined: List_Scroll_Focus_Color 16x9/DialogTextViewer.xml: line 31

Variable not defined: Progress_Light_Focus_Color 16x9/DialogConfirm.xml: line 37

Variable not defined: Copacetic_Divide 16x9/Variables_Labels_Color.xml: line 171

Font not defined: Main_Menu_unfocused (case sensitive issue) 16x9/Components_Home.xml: line 383

Brackets do not match: !String.IsEqual(Listitem.DBType,tvshow) + !String.IsEqual(Listitem.DBType,season) + !String.IsEqual(Container.FolderPath,Window(movieinformation).Property(ContainerPath_1) 16x9/Content_Infoscreens.xml: line 88

Thanks, I'm embarrased you found these so easily. I thought I had QAd fairly thoroughly, but looking at the list it looks like some of these are things I introduced with some of my last bug fixes. I'll get these updated asap thanks

realcopacetic commented 1 year ago

Sorry @ronie I'm not great at github and it wouldn't let me squash the commit with the changes you mentioned into my initial commit. I think due to some sort of issue with the other open pull request (tetradui) being seen as a change on my branch when I cloned it.

Please let me know if I should close the pull request and submit a new pull request with a single commit including the changes you requested.

ronie commented 1 year ago

@realcopacetic github will squash both commits when i merge the pull request.

ronie commented 1 year ago

added, thx!

realcopacetic commented 1 year ago

Thanks @ronie!