I used to backup my presets using export_preset in applescripts. Now I don't do it because it seems there is a bug, like I posted here:
The following apple script code saves the preset as "MyPreset.bttpresetcompressedzip" instead of "MyPreset.bttpresetcompressed"
export_preset "MyPreset" outputPath "/path/folder" comment "NoComment" link "https://NoLink" with includeSettings and compress
The following code saves the preset as "MyPreset.bttpresetzip" instead of "MyPreset.bttpreset"
export_preset "MyPreset" outputPath "/path/folder" comment "NoComment" link "https://NoLink" with includeSettings
So it seems that the extension i…
So I am saving the presets manually until that issue is fixed.
Today I updated to BTT 5.513 and I find two issues when exporting presets manually:
There is no checkbox to enable/disable the compression of the preset backup in the window
The preset is saved with the extension ".bttpresetzip" instead of ".bttpreset"
I am worried for all this.
Is it possible that presets are not correctly exported in some way and we have problems when importing them?
.bttpresetzip is used if a preset contains files like images. (You can rename it to zip and unpack it if you want). In that case you also can not compress further so no checkbox (otherwise it would be double zipped).
Everything clear, thank you so much!