#7 Add POPM for ID3v2 & FLAC tag, Add rating in comment for ID3v1

Closed
AllsDmix wants to merge 2 commits from <deleted>:feature/tag_popm into main

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
AllsDmix added 1 commit 3 months ago
AllsDmix closed this pull request 1 month ago
This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.