The conversion is done when writing, but it should be done elsewhere.
Deezer has a default value based on 100000 for max and 0 for min.
For ID3 tags the rating is calculated on a base of 1 to 255.
Conversion calculation : (deezerRank / 10000) * 2.55
For FLAC tags the rating is calculated on a base of 0 to 100 and must be saved under the type "str".
Conversion calculation (deezerRank / 10000)
Both file formats are well saved.
MP3 is well displayed on the explorer of windows, but flac is not supported, but it is well recognized in the software that they read the tag "RATING".
For example VirtualDJ read both tag whether it is MP3 or FLAC
Added deezer rank support for ID3 and FLAC tags.
The conversion is done when writing, but it should be done elsewhere.
Deezer has a default value based on 100000 for max and 0 for min.
For ID3 tags the rating is calculated on a base of 1 to 255.
Conversion calculation : (deezerRank / 10000) * 2.55
For FLAC tags the rating is calculated on a base of 0 to 100 and must be saved under the type "str".
Conversion calculation (deezerRank / 10000)
Both file formats are well saved.
MP3 is well displayed on the explorer of windows, but flac is not supported, but it is well recognized in the software that they read the tag "RATING".
For example VirtualDJ read both tag whether it is MP3 or FLAC
Added deezer rank support for ID3 and FLAC tags.
The conversion is done when writing, but it should be done elsewhere.
Deezer has a default value based on 100000 for max and 0 for min.
For ID3 tags the rating is calculated on a base of 1 to 255.
Conversion calculation : (deezerRank / 10000) * 2.55
For FLAC tags the rating is calculated on a base of 0 to 100 and must be saved under the type "str".
Conversion calculation (deezerRank / 10000)
Both file formats are well saved.
MP3 is well displayed on the explorer of windows, but flac is not supported, but it is well recognized in the software that they read the tag "RATING".
For example VirtualDJ read both tag whether it is MP3 or FLAC