AIMP Forum

AIMP for Windows => Вопросы / Questions => Topic started by: drugo on February 12, 2024, 17:05:45

Title: can I export grouping templates? where are they saved?
Post 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)
Title: Re: can I export grouping templates? where are they saved?
Post by: CkopoxoD on February 12, 2024, 20:26:43
[MusicLibrary.TAIMPMLLocalDataStorage.Presets]
GroupingTree.Raw

Value is hex string, you can convert it into xml to read.
Title: Re: can I export grouping templates? where are they saved?
Post by: drugo on February 12, 2024, 21:54:07
[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
Title: Re: can I export grouping templates? where are they saved?
Post by: Artem on February 12, 2024, 22:26:22
but i don't understand why should be in hex

All binary streams are saved in hex-encoding in INI.
Title: Re: can I export grouping templates? where are they saved?
Post by: CkopoxoD on February 12, 2024, 22:48:01
i have tried to use notepad++ but i can't convert
Notepad++: paste, then select Hex string, Plugins > Converter > "Hex -> ASCII"