Skip to content

Commit

Permalink
repository.vlmaksime-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlmaksime committed Feb 8, 2018
0 parents commit 4bf97aa
Show file tree
Hide file tree
Showing 9 changed files with 751 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
13 changes: 13 additions & 0 deletions addons.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="repository.vlmaksime" name="vl.maksime Add-on repository" version="2.0.0" provider-name="vl.maksime">
<extension point="xbmc.addon.repository"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Install Add-ons from vl.maksime</summary>
<summary lang="ru">Установить дополнения от vl.maksime</summary>
<description lang="en">Download and install add-ons from the vl.maksime add-on repository.</description>
<description lang="ru">Загружайте и устанавливайте обновления из репозитория vl.maksime.</description>
<platform>all</platform>
</extension>
</addon>
</addons>
1 change: 1 addition & 0 deletions addons.xml.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5E30543C4F1A09FC072A68F887EBF9EC addons.xml
Binary file added releases/repository.vlmaksime/icon.png
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7E17CEF1A4B45D8D70358106606CA6C4 repository.vlmaksime-2.0.0.zip
674 changes: 674 additions & 0 deletions repository.vlmaksime/LICENSE.txt

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions repository.vlmaksime/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.vlmaksime" name="vl.maksime Add-on repository" version="2.0.0" provider-name="vl.maksime">
<extension point="xbmc.addon.repository">
<info>https://vlmaksime.github.io/repository.vlmaksime/addons.xml</info>
<checksum>https://vlmaksime.github.io/repository.vlmaksime/addons.xml.md5</checksum>
<datadir zip="true">https://vlmaksime.github.io/repository.vlmaksime/releases/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Install Add-ons from vl.maksime</summary>
<summary lang="ru">Установить дополнения от vl.maksime</summary>
<description lang="en">Download and install add-ons from the vl.maksime add-on repository.</description>
<description lang="ru">Загружайте и устанавливайте обновления из репозитория vl.maksime.</description>
<platform>all</platform>
</extension>
</addon>
Binary file added repository.vlmaksime/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bf97aa

Please sign in to comment.