I updated the coversetter with the most current English version dated 03-27-2025, but it doesn't replace the Hotfix cover. I have the latest hotfix installed, v2.2.0, and I know there have been some changes to it. Could this be the problem?
UPDATE - Solved using ShamanNS' suggestion to use an absolute filepath in set3.sh:
sqlite3 /var/local/cc.db "UPDATE 'Entries' SET p_thumbnail = '/mnt/us/extensions/coversetter/thumbnail_hotfix_portrait.jpg' WHERE p_location = '/mnt/us/documents/Run Hotfix.run_hotfix' "
Quote:
Originally Posted by shamanNS
@cdhigh Because someone who is Russian created it like that.
@lalex-kiev It's not good idea making assumptions that users of this extension will always have only a single "scriptlet" /.sh entry in cc.db. The way your SQL query is written now it would set the same hotfix thumbnail image to all "scriptlets".
You should probably just use an absolute file path ( /mnt/us/documents/run_hotfix.sh, or whatever the filename is) for that location property in your SQL query.
|