AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: Biff on October 31, 2024, 15:47:17

Title: Where ist the user rating of the single tracks stored?
Post 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?
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on October 31, 2024, 18:56:26
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
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 01, 2024, 02:35:39
So there is no way to go on using the user ratings of an old Local.adb in a new Local.adb?
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on November 01, 2024, 08:11:42
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.
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 01, 2024, 11:42:11
Oops, strange. New:
Quote
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.

Quote
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?

Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on November 02, 2024, 12:19:34
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.
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 02, 2024, 13:10:57
Quote
you can write all user marks to a file tags
So export / transfer the user ratings to a special tag of the music file?

Quote
with new database synchronize them from file tags.
In the tag editor?
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on November 02, 2024, 14:19:11
In the tag editor?

In music library
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 03, 2024, 00:24:37
Quote
In music library
Where can I find the option?

So export / transfer the user ratings to a special tag of the music file?

Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on November 03, 2024, 08:50:51
App settings \ Player \ Music Library, the "synchronize user defined rating with file tags". This option works for both ways.
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 03, 2024, 14:06:11
So export / transfer the user ratings to a special tag of the music file?
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Artem on November 05, 2024, 13:32:17
Yep
Title: Re: Where ist the user rating of the single tracks stored?
Post by: Biff on November 07, 2024, 01:12:55
Thank you very much!