View Single Post
Old 05-02-2025, 06:24 PM   #32
PiperKev
Connoisseur
PiperKev began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Sep 2020
Device: KOA3 JB
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 View Post
@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.

Last edited by PiperKev; 05-03-2025 at 11:46 AM.
PiperKev is offline   Reply With Quote