robweber / xbmcbackup

Backup Addon for Kodi
MIT License
107 stars 48 forks source link

Addon-Checker artwork issues in matrix branch #165

Closed enen92 closed 4 years ago

enen92 commented 4 years ago

Hey @robweber

Your addon is erroring out in the artwork validations performed by the addon-checker against our repository (matrix branch). See log below:

INFO: Checking add-on script.xbmcbackup
INFO: Created by robweber
INFO: Addon id matches folder name
INFO: script.xbmcbackup addon also exists in matrix branch but with version: 1.6.1~beta3
INFO: Valid XML file found
INFO: Image icon exists
INFO: icon dimensions are fine 256x256
INFO: You might want to add a fanart
INFO: Image screenshot exists
ERROR: Allowed format for screenshot is ['.jpg', '.jpeg'], provided screenshot is .png.
ERROR: screenshot should have either 1280x720 or 1920x1080 but it has 1224x769
INFO: screenshot file size is fine 124KB
INFO: Image screenshot exists
ERROR: Allowed format for screenshot is ['.jpg', '.jpeg'], provided screenshot is .png.
ERROR: screenshot should have either 1280x720 or 1920x1080 but it has 1214x756
INFO: screenshot file size is fine 129KB
INFO: Image screenshot exists
ERROR: Allowed format for screenshot is ['.jpg', '.jpeg'], provided screenshot is .png.
ERROR: screenshot should have either 1280x720 or 1920x1080 but it has 1182x708
INFO: screenshot file size is fine 270KB
INFO: Image screenshot exists
ERROR: Allowed format for screenshot is ['.jpg', '.jpeg'], provided screenshot is .png.
ERROR: screenshot should have either 1280x720 or 1920x1080 but it has 1135x735
INFO: screenshot file size is fine 149KB
WARN: Complex entry point. Check: default.py | Counted lines: 65 | Lines allowed: 15

It would be nice if you could fix those errors and submit a version bump to the official repo

Thank you