JVCL Help:TJvID3v1.AlbumTrack

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the tracknumber of the MP3.


Pascal

 propertyAlbumTrack: Byte;


Description

Use AlbumTrack to specify the tracknumber of the MP3.
In ID3v1.1, Michael Mutschler revised the specification of the comment field in order to implement the track number. The new length of the comment field is 28 character, thus making room to store a track number in the tag.
If you specify a string for Comment of length 29 or 30, AlbumTrack is ignored.
Before reading or setting AlbumTrack, you must set Active to true.


See Also

TJvID3v1.Album, TJvID3v1.Artist, TJvID3v1.Comment, TJvID3v1.Genre, TJvID3v1.SongName, TJvID3v1.Year


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