JVCL Help:GenreToNiceGenre
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GenreToNiceGenre function
[+] JvID3v2Base.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts an ID3 v2 genre string to a displayable genre string.
Pascal
run\JvID3v2Base.pas
functionGenreToNiceGenre(constAGenre: string): string;
Parameters
Parameters | Description |
const AGenre: string | The ID3 v2 genre string to convert. |
Description
For example:
Parameter | Returns |
(21) | Ska |
(4)Eurodisco | Disco Eurodisco |
(51)(39) | Techno-Industrial Noise |
'((I can figure out any genre) | (I can figure out any genre) |
(55)((I think...) | Dream (I think...) |
(RX)') | Remix |
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page