xbmc / addon-check

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

check if settings.xml file exists or not #130

Closed mzfr closed 6 years ago

mzfr commented 6 years ago

Fixes #127

razzeee commented 6 years ago

This is not what we want. settings.xml is optional, not mandatory.

What martijn is aksing for in that ticket is, that if this file exists, we check for the format of the xml. As there is an old format and a recommended new one.

MartijnKaijser commented 6 years ago

Correct: old format https://github.com/xbmc/xbmc/blob/master/addons/metadata.themoviedb.org/resources/settings.xml new format https://github.com/xbmc/xbmc/blob/master/system/settings/settings.xml