#14 add POPM on ID3 and RATING on Flac

Merged
RemixDev merged 1 commits from :feature/id3_popm into main 3 months ago

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
AllsDmix added 1 commit 3 months ago
RemixDev merged commit 09f087484d into main 3 months ago
FRA1992 commented 1 month ago
Poster

Hi, where can I download the updated deemix app? I tried to install it but it only gives me MP3 files ... how can I download an entire album in FLAC? Thanks

Hi, where can I download the updated deemix app? I tried to install it but it only gives me MP3 files ... how can I download an entire album in FLAC? Thanks
The pull request has been merged as 09f087484d.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.