-
-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
I would like to craft my own preset, however, it appears there's some challenge with the app's data/preset path when it's leveraged with uvx when uvx is installed with winget.
Given how uvx facilitates app versioning, this results in a non-persistent ffmpeg_normalize\data path.
Example:
ffmpeg_normalize-1.37.1.dist-info
$env:LOCALAPPDATA\uv\cache\archive-v0\YXhe-WvYTdQrfCkdReTN4\ffmpeg_normalize\data\presets
ffmpeg_normalize-1.37.0.dist-info
$env:LOCALAPPDATAl\uv\cache\archive-v0\cN0Gv6k8DcyNvA9WcquQY\ffmpeg_normalize\data\presets
Would it be possible to incorporate a parameter that enables specifying either a presets/data directory or a specific preset json file?
Reactions are currently unavailable