Skip to content

Commit

Permalink
skin.copacetic 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Mar 27, 2024
1 parent e37bdd3 commit c59bca7
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions _repo_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
KODI_VERSIONS = ["matrix", "nexus", "omega", "repo"]
IGNORE = [
".git",
".gitattributes",
".github",
".gitignore",
".DS_Store",
Expand Down
2 changes: 1 addition & 1 deletion repo/script.copacetic.helper
2 changes: 1 addition & 1 deletion repo/skin.copacetic
Submodule skin.copacetic updated 101 files
Binary file modified repo/zips/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions repo/zips/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<summary lang="en_GB">Combined Inter and Noto Sans CJK fonts</summary>
<description lang="en_GB">Additional charactersets for use with the skin Copacetic including CJK.</description>
</extension>
</addon><addon id="script.copacetic.helper" name="Copacetic Helper" version="1.0.10" provider-name="realcopacetic">
</addon><addon id="script.copacetic.helper" name="Copacetic Helper" version="1.0.11" provider-name="realcopacetic">
<requires>
<import addon="xbmc.python" version="3.0.1" />
<import addon="script.module.pil" version="5.1.0" />
</requires>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.pluginsource" library="plugin.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
Expand All @@ -54,7 +54,7 @@
<summary lang="en_GB">Extend the power of Copacetic</summary>
<description lang="en_GB">Helper script for the skin Copacetic.</description>
</extension>
</addon><addon id="skin.copacetic" version="1.1.21" name="Copacetic" provider-name="realcopacetic">
</addon><addon id="skin.copacetic" version="1.1.22" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.16.0" />
<import addon="script.copacetic.helper" version="1.0.9" />
Expand Down
2 changes: 1 addition & 1 deletion repo/zips/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2185c4e2685846c190e25691b0639200
9df9960edd2b17545e44e77c5a73cba9
Binary file added repo/zips/script.copacetic.helper/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions repo/zips/script.copacetic.helper/addon.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="script.copacetic.helper" name="Copacetic Helper" version="1.0.10" provider-name="realcopacetic">
<addon id="script.copacetic.helper" name="Copacetic Helper" version="1.0.11" provider-name="realcopacetic">
<requires>
<import addon="xbmc.python" version="3.0.1" />
<import addon="script.module.pil" version="5.1.0" />
</requires>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.pluginsource" library="plugin.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion repo/zips/skin.copacetic/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="1.1.21" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="1.1.22" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.16.0" />
<import addon="script.copacetic.helper" version="1.0.9" />
Expand Down
Binary file not shown.

0 comments on commit c59bca7

Please sign in to comment.