AIMP Forum
AIMP for Windows => Вопросы / Questions => Topic started by: drugo on February 12, 2024, 17:05:45
-
Hi
can I export grouping templates? where are they saved are in a ini file?
thanks
(https://i.imgur.com/QESKpTr.png)
-
[MusicLibrary.TAIMPMLLocalDataStorage.Presets]
GroupingTree.Raw
Value is hex string, you can convert it into xml to read.
-
[MusicLibrary.TAIMPMLLocalDataStorage.Presets]
GroupingTree.Raw
Value is hex string, you can convert it into xml to read.
hi
i have tried to use notepad++ but i can't convert
I would like to duplicate several time and after edit
but i don't understand why should be in hex
thanks
-
but i don't understand why should be in hex
All binary streams are saved in hex-encoding in INI.
-
i have tried to use notepad++ but i can't convert
Notepad++: paste, then select Hex string, Plugins > Converter > "Hex -> ASCII"