generated from drinfernoo/repository.example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a4735b
commit 7e559f2
Showing
70 changed files
with
320 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
[submodule "repo/skin.copacetic"] | ||
path = repo/skin.copacetic | ||
[submodule "nexus/skin.copacetic"] | ||
path = nexus/skin.copacetic | ||
url = https://github.com/realcopacetic/skin.copacetic | ||
[submodule "repo/script.copacetic.helper"] | ||
path = repo/script.copacetic.helper | ||
branch = nexus | ||
[submodule "nexus/script.copacetic.helper"] | ||
path = nexus/script.copacetic.helper | ||
url = https://github.com/realcopacetic/script.copacetic.helper | ||
branch = main | ||
[submodule "repo/resource.fonts.copacetic"] | ||
path = repo/resource.fonts.copacetic | ||
[submodule "nexus/resource.fonts.copacetic"] | ||
path = nexus/resource.fonts.copacetic | ||
url = https://github.com/realcopacetic/resource.fonts.copacetic | ||
branch = master | ||
[submodule "omega/skin.copacetic"] | ||
path = omega/skin.copacetic | ||
url = https://github.com/realcopacetic/skin.copacetic | ||
branch = omega | ||
[submodule "omega/script.copacetic.helper"] | ||
path = omega/script.copacetic.helper | ||
url = https://github.com/realcopacetic/script.copacetic.helper | ||
branch = main | ||
[submodule "omega/resource.fonts.copacetic"] | ||
path = omega/resource.fonts.copacetic | ||
url = https://github.com/realcopacetic/resource.fonts.copacetic | ||
branch = master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<a href="realcopacetic.github.io-1.0.zip">realcopacetic.github.io-1.0.zip</a> | ||
<a href="realcopacetic.github.io-1.1.zip">realcopacetic.github.io-1.1.zip</a> |
Submodule script.copacetic.helper
added at
d8fea5
Submodule skin.copacetic
added at
0275be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<addons><addon id="resource.fonts.copacetic" name="Copacetic Extra Fonts" version="1.0.5" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0" /> | ||
</requires> | ||
<extension point="kodi.resource.font" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>OFL-1.1</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<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.13" 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.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> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>GPL-3.0-or-later</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<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.2.1" name="Copacetic" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="xbmc.gui" version="5.17.0" /> | ||
<import addon="script.copacetic.helper" version="1.0.12" /> | ||
<import addon="resource.fonts.copacetic" version="1.0.5" /> | ||
<import addon="script.skinshortcuts" version="1.1.5" /> | ||
<import addon="service.upnext" version="1.1.9+MATRIX.1" /> | ||
</requires> | ||
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false"> | ||
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" /> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
<screenshot>resources/screenshot-01.jpg</screenshot> | ||
<screenshot>resources/screenshot-02.jpg</screenshot> | ||
<screenshot>resources/screenshot-03.jpg</screenshot> | ||
<screenshot>resources/screenshot-04.jpg</screenshot> | ||
<screenshot>resources/screenshot-05.jpg</screenshot> | ||
<screenshot>resources/screenshot-06.jpg</screenshot> | ||
<screenshot>resources/screenshot-07.jpg</screenshot> | ||
<screenshot>resources/screenshot-08.jpg</screenshot> | ||
<screenshot>resources/screenshot-09.jpg</screenshot> | ||
<screenshot>resources/screenshot-10.jpg</screenshot> | ||
<screenshot>resources/screenshot-11.jpg</screenshot> | ||
<screenshot>resources/screenshot-12.jpg</screenshot> | ||
<screenshot>resources/screenshot-13.jpg</screenshot> | ||
</assets> | ||
<summary lang="en_GB">A real good time with your media.</summary> | ||
<summary lang="es_ES">Un buen rato con tu contenido multimedia.</summary> | ||
<summary lang="fi_FI">Nauti ajasta mediasi kanssa.</summary> | ||
<summary lang="fr_FR">Un vrai bon moment avec vos médias.</summary> | ||
<summary lang="it_IT">Un vero divertimento con i tuoi media.</summary> | ||
<summary lang="pl_PL">To naprawdę dobry czas z twoimi mediami.</summary> | ||
<summary lang="pt_PT">Um bom tempo com a tua media.</summary> | ||
<summary lang="zh_CN">与您的媒体共度美好时光。</summary> | ||
<description lang="en_GB">Clear away the clutter with a minimal skin designed to bring maximum impact to the artwork that you curate for your favourite movies, shows and music. Copacetic is a labour of love more than five years in the making. I hope you enjoy it.</description> | ||
<description lang="es_ES">Despeja el desorden con un skin minimalista diseñado para dar el máximo impacto a las ilustraciones que seleccionas para tus películas, series y música favoritas. Copacetic es un trabajo realizado con amor durante más de cinco años. Espero que lo disfrutes.</description> | ||
<description lang="fr_FR">Débarrassez-vous du superflu avec un habillage minimal conçu pour donner un impact maximal aux œuvres d'art que sont vos films, émissions et musiques préférés. Copacetic est le fruit d'un travail passionné de plus de cinq ans. J'espère que vous l'apprécierez.</description> | ||
<description lang="it_IT">Elimina il disordine con una skin minimale progettata per dare il massimo impatto alle artwork per i tuoi film, serie e musica preferiti. Copacetic è un lavoro d'amore che dura da più di cinque anni. Spero che vi piaccia.</description> | ||
<description lang="zh_CN">使用简洁的外观清除杂乱,旨在为您和为您喜爱的电影、剧集和音乐的艺术作品带来最大的影响。 Copacetic 是五年多来的心血结晶。我希望你喜欢它。</description> | ||
</extension> | ||
</addon></addons> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
70bd6d3d933f17c61da62144e384d14d |
File renamed without changes.
Binary file renamed
BIN
+96 MB
...acetic/resource.fonts.copacetic-1.0.5.zip → ...acetic/resource.fonts.copacetic-1.0.5.zip
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file renamed
BIN
+614 KB
...helper/script.copacetic.helper-1.0.13.zip → ...helper/script.copacetic.helper-1.0.13.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
repo/zips/skin.copacetic/addon.xml → nexus/zips/skin.copacetic/addon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file renamed
BIN
+26.3 MB
.../skin.copacetic/skin.copacetic-1.1.28.zip → ...s/skin.copacetic/skin.copacetic-1.2.1.zip
Binary file not shown.
Submodule resource.fonts.copacetic
added at
e657c3
Submodule script.copacetic.helper
added at
d8fea5
Submodule skin.copacetic
added at
0275be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<addons><addon id="resource.fonts.copacetic" name="Copacetic Extra Fonts" version="1.0.5" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0" /> | ||
</requires> | ||
<extension point="kodi.resource.font" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>OFL-1.1</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<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.13" 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.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> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>GPL-3.0-or-later</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<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.2.1" name="Copacetic" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="xbmc.gui" version="5.17.0" /> | ||
<import addon="script.copacetic.helper" version="1.0.12" /> | ||
<import addon="resource.fonts.copacetic" version="1.0.5" /> | ||
<import addon="script.skinshortcuts" version="1.1.5" /> | ||
<import addon="service.upnext" version="1.1.9+MATRIX.1" /> | ||
</requires> | ||
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false"> | ||
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" /> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
<screenshot>resources/screenshot-01.jpg</screenshot> | ||
<screenshot>resources/screenshot-02.jpg</screenshot> | ||
<screenshot>resources/screenshot-03.jpg</screenshot> | ||
<screenshot>resources/screenshot-04.jpg</screenshot> | ||
<screenshot>resources/screenshot-05.jpg</screenshot> | ||
<screenshot>resources/screenshot-06.jpg</screenshot> | ||
<screenshot>resources/screenshot-07.jpg</screenshot> | ||
<screenshot>resources/screenshot-08.jpg</screenshot> | ||
<screenshot>resources/screenshot-09.jpg</screenshot> | ||
<screenshot>resources/screenshot-10.jpg</screenshot> | ||
<screenshot>resources/screenshot-11.jpg</screenshot> | ||
<screenshot>resources/screenshot-12.jpg</screenshot> | ||
<screenshot>resources/screenshot-13.jpg</screenshot> | ||
</assets> | ||
<summary lang="en_GB">A real good time with your media.</summary> | ||
<summary lang="es_ES">Un buen rato con tu contenido multimedia.</summary> | ||
<summary lang="fi_FI">Nauti ajasta mediasi kanssa.</summary> | ||
<summary lang="fr_FR">Un vrai bon moment avec vos médias.</summary> | ||
<summary lang="it_IT">Un vero divertimento con i tuoi media.</summary> | ||
<summary lang="pl_PL">To naprawdę dobry czas z twoimi mediami.</summary> | ||
<summary lang="pt_PT">Um bom tempo com a tua media.</summary> | ||
<summary lang="zh_CN">与您的媒体共度美好时光。</summary> | ||
<description lang="en_GB">Clear away the clutter with a minimal skin designed to bring maximum impact to the artwork that you curate for your favourite movies, shows and music. Copacetic is a labour of love more than five years in the making. I hope you enjoy it.</description> | ||
<description lang="es_ES">Despeja el desorden con un skin minimalista diseñado para dar el máximo impacto a las ilustraciones que seleccionas para tus películas, series y música favoritas. Copacetic es un trabajo realizado con amor durante más de cinco años. Espero que lo disfrutes.</description> | ||
<description lang="fr_FR">Débarrassez-vous du superflu avec un habillage minimal conçu pour donner un impact maximal aux œuvres d'art que sont vos films, émissions et musiques préférés. Copacetic est le fruit d'un travail passionné de plus de cinq ans. J'espère que vous l'apprécierez.</description> | ||
<description lang="it_IT">Elimina il disordine con una skin minimale progettata per dare il massimo impatto alle artwork per i tuoi film, serie e musica preferiti. Copacetic è un lavoro d'amore che dura da più di cinque anni. Spero che vi piaccia.</description> | ||
<description lang="zh_CN">使用简洁的外观清除杂乱,旨在为您和为您喜爱的电影、剧集和音乐的艺术作品带来最大的影响。 Copacetic 是五年多来的心血结晶。我希望你喜欢它。</description> | ||
</extension> | ||
</addon></addons> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
70bd6d3d933f17c61da62144e384d14d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="resource.fonts.copacetic" name="Copacetic Extra Fonts" version="1.0.5" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="kodi.resource" version="1.0.0" /> | ||
</requires> | ||
<extension point="kodi.resource.font" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>OFL-1.1</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<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> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<addon id="script.copacetic.helper" name="Copacetic Helper" version="1.0.13" 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.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> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>GPL-3.0-or-later</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
</assets> | ||
<summary lang="en_GB">Extend the power of Copacetic</summary> | ||
<description lang="en_GB">Helper script for the skin Copacetic.</description> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<addon id="skin.copacetic" version="1.2.1" name="Copacetic" provider-name="realcopacetic"> | ||
<requires> | ||
<import addon="xbmc.gui" version="5.17.0" /> | ||
<import addon="script.copacetic.helper" version="1.0.12" /> | ||
<import addon="resource.fonts.copacetic" version="1.0.5" /> | ||
<import addon="script.skinshortcuts" version="1.1.5" /> | ||
<import addon="service.upnext" version="1.1.9+MATRIX.1" /> | ||
</requires> | ||
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false"> | ||
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" /> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.jpg</fanart> | ||
<screenshot>resources/screenshot-01.jpg</screenshot> | ||
<screenshot>resources/screenshot-02.jpg</screenshot> | ||
<screenshot>resources/screenshot-03.jpg</screenshot> | ||
<screenshot>resources/screenshot-04.jpg</screenshot> | ||
<screenshot>resources/screenshot-05.jpg</screenshot> | ||
<screenshot>resources/screenshot-06.jpg</screenshot> | ||
<screenshot>resources/screenshot-07.jpg</screenshot> | ||
<screenshot>resources/screenshot-08.jpg</screenshot> | ||
<screenshot>resources/screenshot-09.jpg</screenshot> | ||
<screenshot>resources/screenshot-10.jpg</screenshot> | ||
<screenshot>resources/screenshot-11.jpg</screenshot> | ||
<screenshot>resources/screenshot-12.jpg</screenshot> | ||
<screenshot>resources/screenshot-13.jpg</screenshot> | ||
</assets> | ||
<summary lang="en_GB">A real good time with your media.</summary> | ||
<summary lang="es_ES">Un buen rato con tu contenido multimedia.</summary> | ||
<summary lang="fi_FI">Nauti ajasta mediasi kanssa.</summary> | ||
<summary lang="fr_FR">Un vrai bon moment avec vos médias.</summary> | ||
<summary lang="it_IT">Un vero divertimento con i tuoi media.</summary> | ||
<summary lang="pl_PL">To naprawdę dobry czas z twoimi mediami.</summary> | ||
<summary lang="pt_PT">Um bom tempo com a tua media.</summary> | ||
<summary lang="zh_CN">与您的媒体共度美好时光。</summary> | ||
<description lang="en_GB">Clear away the clutter with a minimal skin designed to bring maximum impact to the artwork that you curate for your favourite movies, shows and music. Copacetic is a labour of love more than five years in the making. I hope you enjoy it.</description> | ||
<description lang="es_ES">Despeja el desorden con un skin minimalista diseñado para dar el máximo impacto a las ilustraciones que seleccionas para tus películas, series y música favoritas. Copacetic es un trabajo realizado con amor durante más de cinco años. Espero que lo disfrutes.</description> | ||
<description lang="fr_FR">Débarrassez-vous du superflu avec un habillage minimal conçu pour donner un impact maximal aux œuvres d'art que sont vos films, émissions et musiques préférés. Copacetic est le fruit d'un travail passionné de plus de cinq ans. J'espère que vous l'apprécierez.</description> | ||
<description lang="it_IT">Elimina il disordine con una skin minimale progettata per dare il massimo impatto alle artwork per i tuoi film, serie e musica preferiti. Copacetic è un lavoro d'amore che dura da più di cinque anni. Spero che vi piaccia.</description> | ||
<description lang="zh_CN">使用简洁的外观清除杂乱,旨在为您和为您喜爱的电影、剧集和音乐的艺术作品带来最大的影响。 Copacetic 是五年多来的心血结晶。我希望你喜欢它。</description> | ||
</extension> | ||
</addon> |
Oops, something went wrong.