xbmc / addon-check

Automatic checks for new repository submissions
GNU General Public License v3.0
52 stars 42 forks source link

Where is the advised version documented? #269

Closed ReenigneArcher closed 10 months ago

ReenigneArcher commented 10 months ago

I am trying to determine where the advised version is documented, as I want to set the version dynamically in my build scripts.

According to repo-scripts, they use 3.0.0 for xbmc.python. https://github.com/xbmc/repo-scripts/blob/a18b708d0c6b8b11aeb4ace5f524b9be00870007/targets.cfg#L92

Found this in your code, but is there anywhere else where it would be? https://github.com/xbmc/addon-check/blob/7b59cea63b7e8bf1021731d6312f4fc6b6189313/kodi_addon_checker/check_dependencies.py#L67

anxdpanic commented 10 months ago

https://kodi.wiki/view/Addon.xml#Dependency_versions

ReenigneArcher commented 10 months ago

Thanks for the fast response... do you happen to know where the xbmc.python github repo is? I didn't see anything obvious when looking through the repos in xbmc.

anxdpanic commented 10 months ago

Not that familiar with in the inner workings, but I assume it's https://github.com/xbmc/xbmc/blob/412dcbcd0827e99a20ca385b641e94d98317bf89/addons/xbmc.python/addon.xml#L2

ReenigneArcher commented 10 months ago

Thank you! Much appreciated!