Skip to content

Commit

Permalink
[script.copacetic.helper] 1.1.1
Browse files Browse the repository at this point in the history
fix for bug introduced in last version
  • Loading branch information
realcopacetic committed Jun 12, 2024
1 parent caf810d commit 2299b8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions script.copacetic.helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ All code contained in this project is licensed under GPL 3.0.
* __jurialmunkey__ for all the best-practice code examples from [plugin.video.themoviedb.helper](https://github.com/jurialmunkey/plugin.video.themoviedb.helper) and forum support.

### Changelog
**.1.1.1**
- Fixed bug in previous version causing dark cropped clearlogos to always be served in certain scenarios

**.1.1.0**
- Cropper automatically disabled if animation transitions are disabled in Copacetic skin.
- Clearlogo cropper will resize larger crops to 1600x620 max, this is 2x the Kodi standard clearlogo requirement https://kodi.wiki/view/Artwork_types#clearlogo
Expand Down
2 changes: 1 addition & 1 deletion script.copacetic.helper/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="script.copacetic.helper" name="Copacetic Helper" version="1.1.0" provider-name="realcopacetic">
<addon id="script.copacetic.helper" name="Copacetic Helper" version="1.1.1" provider-name="realcopacetic">
<requires>
<import addon="xbmc.python" version="3.0.1" />
<import addon="script.module.pil" version="5.1.0" />
Expand Down
1 change: 1 addition & 0 deletions script.copacetic.helper/resources/lib/service/art.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def clearlogo_cropper(self, url=False, type='clearlogo', source='ListItem', retu
root = lookup_tree.getroot()
for key, value in list(clearlogos.items()):
self.id = infolabel(f'{path}.dbid')
self.destination, self.height, self.color, self.luminosity = False, False, False, False
name = reporting_key or key
if value:
for node in root.find('clearlogos'):
Expand Down

0 comments on commit 2299b8b

Please sign in to comment.