AIMP Forum
AIMP for PC => Вопросы / Questions => Topic started by: Biff on October 31, 2024, 15:47:17
-
Where st the user rating of the single tracks stored?
If in Local.adb, how could I transfer the user ratings to a new Local.adb?
-
If in Local.adb
Yep
Where st the user rating of the single tracks stored?
If in Local.adb, how could I transfer the user ratings to a new Local.adb?
No, only to file tags
-
So there is no way to go on using the user ratings of an old Local.adb in a new Local.adb?
-
So there is no way to go on using the user ratings of an old Local.adb in a new Local.adb?
What is old? What is new? It possible only thought file tags.
-
Oops, strange. New:
If in Local.adb, how could I transfer the user ratings to a new Local.adb?
Old:
The Local.adb in use at the moment.
It possible only thought file tags.
So you cannot get user ratings to another Local.adb or make them usable somehow else in Aimp without using the old Local.adb they are stored in?
-
So you cannot get user ratings to another Local.adb or make them usable somehow else in Aimp without using the old Local.adb they are stored in?
Directly, from one database to another, no. AIMP does not have this ability. Using old database, you can write all user marks to a file tags, next, with new database synchronize them from file tags.
-
you can write all user marks to a file tags
So export / transfer the user ratings to a special tag of the music file?
with new database synchronize them from file tags.
In the tag editor?
-
In the tag editor?
In music library
-
In music library
Where can I find the option?
So export / transfer the user ratings to a special tag of the music file?
-
App settings \ Player \ Music Library, the "synchronize user defined rating with file tags". This option works for both ways.
-
So export / transfer the user ratings to a special tag of the music file?
-
Yep
-
Thank you very much!