latest version

This commit is contained in:
2025-01-16 00:40:16 +01:00
parent 84a6d7ec93
commit bde83602d6
1241 changed files with 445 additions and 515 deletions

0
platformcode/__init__.py Normal file → Executable file
View File

0
platformcode/autorenumber.py Normal file → Executable file
View File

0
platformcode/backup.py Normal file → Executable file
View File

0
platformcode/checkhost.py Normal file → Executable file
View File

0
platformcode/config.py Normal file → Executable file
View File

0
platformcode/contextmenu/__init__.py Normal file → Executable file
View File

0
platformcode/contextmenu/contextmenu.json Normal file → Executable file
View File

0
platformcode/contextmenu/search.py Normal file → Executable file
View File

0
platformcode/contextmenu/show_servers.py Normal file → Executable file
View File

0
platformcode/contextmenu/trailer.py Normal file → Executable file
View File

0
platformcode/contextmenu/tvshow_options.py Normal file → Executable file
View File

0
platformcode/download_and_play.py Normal file → Executable file
View File

0
platformcode/elementum_download.py Normal file → Executable file
View File

0
platformcode/envtal.py Normal file → Executable file
View File

0
platformcode/infoplus.py Normal file → Executable file
View File

0
platformcode/keymaptools.py Normal file → Executable file
View File

0
platformcode/launcher.py Normal file → Executable file
View File

0
platformcode/logger.py Normal file → Executable file
View File

0
platformcode/platformtools.py Normal file → Executable file
View File

0
platformcode/recaptcha.py Normal file → Executable file
View File

0
platformcode/shortcuts.py Normal file → Executable file
View File

0
platformcode/unify.py Normal file → Executable file
View File

2
platformcode/updater.py Normal file → Executable file
View File

@@ -22,7 +22,7 @@ addonname = addon.getAddonInfo('name')
_hdr_pat = re.compile("^@@ -(\d+),?(\d+)? \+(\d+),?(\d+)? @@.*")
branch = 'master'
branch = 'stable'
user = 'kodiondemand'
repo = 'addon'
addonDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0
platformcode/xbmc_config_menu.py Normal file → Executable file
View File

0
platformcode/xbmc_info_window.py Normal file → Executable file
View File

0
platformcode/xbmc_videolibrary.py Normal file → Executable file
View File