Giter Club home page Giter Club logo

repo-scripts's Introduction

repo-scripts's People

Contributors

anthirian avatar anxdpanic avatar basrieter avatar enen92 avatar freso avatar fuzzard avatar ksooo avatar martijnkaijser avatar phil65 avatar razzeee avatar rechi avatar ronie avatar tamland avatar yol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repo-scripts's Issues

MultiWeather: Weather Error since 0.0.9 update

I get a generic error every time I open Kodi. After checking the logs, I get the following output from MultiWeather:

EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 0
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/weather.multi/default.py", line 5, in <module>
                                                       weather.MAIN(mode=sys.argv[1])
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/weather.multi/lib/weather.py", line 35, in __init__
                                                       self.get_forecast(location, locationid, locationlat, locationlon, ycookie, ycrumb)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/weather.multi/lib/weather.py", line 157, in get_forecast
                                                       yahoo.Weather.get_weather(data, loc, locid)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/weather.multi/lib/providers/yahoo.py", line 8, in get_weather
                                                       data = response['weathers'][0]
                                                   KeyError: 0
                                                   -->End of Python script error report<--

[script.metropolicontools] 0.0.6

Add-on details:

  • General
    • Add-on name: metropolicontools
    • Add-on ID: script.metropolicontools
    • Version number: 0.0.8
    • Kodi/repository version: Jarvis and Krypton

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[context.copytostorage] v1.0.0

Add-on details:

  • General
    • Add-on name: Copy To Storage
    • Add-on ID: context.copytostorage
    • Version number: 1.0.0
    • Kodi/repository version: Krypton

Description of changes:

A context menu add-on for Kodi which enables you to copy movies, songs, etc.. into your devices

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[script.metropolicontools] 0.0.6

Add-on details:

  • General
    • Add-on name: metropolicontools
    • Add-on ID: script.metropolicontools
    • Version number: 0.0.6
    • Kodi/repository version: Krypton

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[service.subtitles.titlovi] v1.1.3

Add-on details:

  • General
    • Add-on name: Titlovi.com
    • Add-on ID: service.subtitles.titlovi
    • Version number: 1.1.3
    • Kodi/repository version: Gotham

Description of changes:

Checklist:

  • [X ] My code follows the add-on rules and piracy stance of this project.
  • [X ] I have read the CONTRIBUTING document
  • [X ] Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[Update] service.subtitles.wizdom

Add-on details:

Description of changes:

Source URL change from the initial release of this add-on.

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

service.subtitles.3-01IS_Subdivx

Add-on details:

  • General
    • Add-on name: 3-01 Ingenieria en Software [Subdivx]
    • Add-on ID: service.subtitles.301IS-CRCV [Subdivx]
    • Version number: 1.0.1
    • Kodi/repository version: Jarvis

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

script.module.urllib3 needs to be updated because of CVE-2021-33503

Add-on details:

  • Add-on name: urllib3
  • Add-on ID: script.module.urllib3
  • Version number: 1.26.4+matrix.1
  • Kodi/repository version: Matrix

Ownership

  • I am the owner of this add-on

Broken because:

Not really broken, but that was the most suitable option I could select when creating an issue. @dotlambda pointed out to me here that the copy of urllib3 that kodi ships in their repo might need to be updated because of CVE-2021-33503.

[Update] script.tag-generator

Add-on details:

Description of changes:

Added support for Trakt watchlists, corrected some URLs. Dependencies for this functionality included under lib. Tested on ubuntu and windows, Kodi 16 and 17.

Checklist:

  • [ X] My code follows the add-on rules and piracy stance of this project.
  • [ X] I have read the CONTRIBUTING document
  • [ X] Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

Python 3 issue with script.common.plugin.cache

I have been trying to update my addon to Python 3 and ran into some issues with the common.plugin.cache addon:

File "C:\Users\name\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib\StorageServer.py", line 74, in init
if not self.xbmcvfs.exists(self.path.decode('utf8', 'ignore')):
AttributeError: 'str' object has no attribute 'decode'

can this be fixed?

service.subtitles.wizdom [1.0.4]

Add-on details:

Description of changes:

Download subtitles from http://wizdom.xyz website.

Checklist:

  • [ X] My code follows the add-on rules and piracy stance of this project.
  • [ X] I have read the CONTRIBUTING document
  • [X ] Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

service.subtitles.3-01IS_Podnapisi

Add-on details:

  • General
    • Add-on name: 3-01 Ingenieria en Software[Podnapisi.net]
    • Add-on ID: service.subtitles.301IS-CRCV[podnapisi]
    • Version number: 1.0.1
    • Kodi/repository version: Jarvis

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[service.subtitles.titlovi] v1.1.2

Add-on details:

Description of changes:

  • Update new code and search engine because of removed api search on titlovi.com
  • Fixed automatic search on tv shows

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

CU LRC Lyrics v6.4.1 broken on XBOX due to ctypes

Add-on details:

  • Add-on name: CU LRC Lyrics
  • Add-on ID:script.cu.lrclyrics
  • Version number:6.4.1
  • Kodi/repository version:Matrix

Ownership

  • I am the owner of this add-on

Broken because:

Hi @ronie, the latest update v6.4.1 of CU LRC Lyrics add-on uses the ctypes module, which is not supported on XBOX platform due to the platform restriction. The add-on doesn’t work any more due to this.

[script.videohd.core] v1.0.0

Add-on details:

  • General
    • Add-on name: Video HD Core
    • Add-on ID: script.videohd.core
    • Version number: 1.0.0
    • Kodi/repository version: Krypton

Description of changes:

First add-on added.

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[Initial submission] script.musicfinder v1.0.0

Add-on details:

  • General
    • Add-on name: Music Finder Script
    • Add-on ID: script.musicfinder
    • Version number: 1.0.0
    • Kodi/repository version: Krypton
  • Code location

Description of changes:

Music Finder is a simple script to let users move directly to the currently playing artist or album's listing from the 'now playing' music screen. I'll be using it in the Pellucid skin, but the script could easily be retooled for use by other skinners if they find it useful.

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

[NEW] script.module.pymysql

Add-on details:

Description of changes:

It is a simple MySQL connector for python.

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Note:

I am submitting this a split for my plugin, plugin.video.specialfeatures. This is required for my plugin to work properly.

script.module.soupsieve is missing imports and extensions points

Add-on details:

  • Add-on name: Soup Sieve
  • Add-on ID: script.module.soupsieve
  • Version number: 1.9.6
  • Kodi/repository version: Leia

Ownership

  • I am the owner of this add-on

Broken because:

The add-on doesn't define its extension point properly, so it cannot be found by BeautifulSoup. The following line is missing in addon.xml:

<extension point="xbmc.python.module" library="lib" />

On Leia (Kodi 18.x with Python 2.x), it also lacks the import of a required backport module. This can be fixed by adding this line to the <requires> element of addon.xml:

<import addon="script.module.backports.functools_lru_cache" version="1.6.1"/>

Remove service.nextup.notification from Leia onwards

Remove service.nextup.notification from Leia onwards

Hello, I have replaced this addon with the new upnext addon (in leia repo) and would like to remove this addon from the Leia repo onwards.

Can someone let me know what needs to be done to achieve this?

Thanks

Add-on details:

  • General
    • Add-on name:
    • Add-on ID:
    • Version number:
    • Kodi/repository version:
  • Code location
    • URL:
    • Revision/tag:
    • Branch:

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

Yahoo weather

It worked before but it won’t load local weather or anything is there a fix or update to fix this issue?

script.module.six broken using Python 3.12

Add-on details:

  • Add-on name: six
  • Add-on ID: script.module.six
  • Version number: 1.15.0
  • Kodi/repository version: Nexus

Ownership

  • I am NOT the owner of this add-on

Broken because:

Python 3.12 requires six version 1.16.0.

$ python
Python 3.12.0 (main, Oct  2 2023, 00:00:00) [GCC 13.2.1 20230918 (Red Hat 13.2.1-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import six
>>> six.__version__
'1.15.0'
>>> from six.moves import _thread
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'six.moves'
>>>
$ python
Python 3.12.0 (main, Oct  2 2023, 00:00:00) [GCC 13.2.1 20230918 (Red Hat 13.2.1-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import six
>>> six.__version__
'1.16.0'
>>> from six.moves import _thread
>>>

Problem occurs at kodi start because installed IPTV manager addon depends on this one. Upgrading to 1.16.0 fixes the problem.

service.subtitles.3-01IS_ArgenTeam

Add-on details:

  • General
    • Add-on name: 3-01 Ingenieria en Software[ArgenTeam]
    • Add-on ID: service.subtitles.301IS-CRCV
    • Version number: 1.0.1
    • Kodi/repository version: Jarvis

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[script.module.dropbox2] 0.0.1

Add-on details:

  • General
    • Add-on name: Dropbox Python API v2
    • Add-on ID: script.module.dropbox2
    • Version number: 0.0.1
    • Kodi/repository version: Krypton

Description of changes:

Official Dropbox API v2 unofficially packaged for Kodi

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[script.module.future] Matrix update Python to 3.8.5 causes exception

Note: that problem isn't specific to Andoid.

splitattr is gone from urllib.request in Python 3.8

2020-08-19 17:07:30.563 T:31293   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ImportError'>
                                                   Error Contents: cannot import name 'splitattr' from 'urllib.request' (/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py)
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/service.py", line 1, in <module>
                                                       from resources.lib.scheduler import BackupScheduler
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/resources/lib/scheduler.py", line 8, in <module>
                                                       from resources.lib.backup import XbmcBackup
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/resources/lib/backup.py", line 10, in <module>
                                                       from . vfs import XBMCFileSystem, DropboxFileSystem, ZipFileSystem
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/resources/lib/vfs.py", line 11, in <module>
                                                       from . authorizers import DropboxAuthorizer
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/resources/lib/authorizers.py", line 4, in <module>
                                                       import resources.lib.tinyurl as tinyurl
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.xbmcbackup/resources/lib/tinyurl.py", line 3, in <module>
                                                       from future.moves.urllib.request import urlopen
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.future/libs/future/moves/urllib/request.py", line 9, in <module>
                                                       from urllib.request import (getproxies,
                                                   ImportError: cannot import name 'splitattr' from 'urllib.request' (/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py)
                                                   -->End of Python script error report<--

Originally posted by @CiNcH83 in xbmc/xbmc#18240 (comment)

Add-on:3B Meteo

Add-on:3B Meteo

Add-on details:

Description of problem:

This Weather add-on is currently installed via the Video Add-ons repos, which seems counter-intuitive especially to the new user trying to locate the Weather add-on

Checklist:

Additional information :

The fix for current Multi Weather cookie issue

Hi @ronie,

To fix the current Multi Weather cookie issue, you just need to add the following option to the header for request and use 'A1' cookie afterwards:

'Accept': 'text/html,application/xhtml+xml,application/xml'

Hope a new update can be pushed to official repo soon!

[script.skin.info.service] v1.0.3

Add-on details:

  • General
    • Add-on name: Skin Info Service
    • Add-on ID: script.skin.info.service
    • Version number: 1.0.3
    • Kodi/repository version: Leia

Description of changes:

Script used by skins to show extended media info.

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

service.subtitles.3-01IS_Opensubtitles

Add-on details:

  • General
    • Add-on name: 3-01 Ingenieria en Software [Opensubtitles]
    • Add-on ID: service.subtitles.301IS-CRCV [Opensubtitles]
    • Version number: 1.0.1
    • Kodi/repository version: jarvis

Description of changes:

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[Remove] script.artistslideshow-helper

Add-on details:

Description of changes:

Artist Slideshow Helper is no longer needed and should be removed from all versions of the official Kodi repository. Artist Slideshow has been updated to either incorporate the features or has changed so that the Helper application is no longer needed (and doesn't work in some cases).

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

[Broken] Subscene Plus

Add-on details:

  • Add-on name: Subscene Plus
  • Add-on ID: service.subtitles.subsceneplus
  • Version number: 1.2.9
  • Kodi/repository version: Nexus

Ownership

  • I am the owner of this add-on

Broken because:

Addon doesn't work. It's not compatible with python version used by current Kodi, and is seemingly abandoned by maintainer.

Cih2001/KodiSubsceneAddon#9 (comment)

My addon, OzWeather, is now broken in Kodi 18.9 and below (fine in Kodi 19+)

Add-on details:

  • Add-on name: OzWeather
  • Add-on ID: weather.ozweather
  • Version number: 1.02
  • Kodi/repository version: Leia and below (i.e. <19)

Ownership

  • I am the owner of this add-on

Broken because:

Complete website change to upstream scraped data source (Weatherzone). I can't be bothered working on old versions any more (as I don't have any older installations around and just generally not interested in working with Python 2 any more!) - and (not surprisingly) no one else has stepped up to backport the changes from OzWeather V2+ back to Python2.

V2 for Kodi Matrix and above use a completely different data source, and is working fine, and I will continue to support it.

Update script.module.sseclient - broken version (0.0.24)

Add-on details:

Description of changes:

This module is used for the ArloView plugin, and was updated from v0.0.20 to v0.0.24 (on Aug. 27th) which is currently broken. I did not update this module, not sure why/how it was updated.
It needs to be v0.0.20 or v0.0.22.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.