JVCL Help:TJvID3v1

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvID3v1
run\JvId3v1.pas


Summary

Gives access to a file's ID3v1 tag.

run\JvId3v1.pas


Pascal

 run\JvId3v1.pas
 TJvID3v1 = class(TJvComponent);


Description

  1. JVCLInfo

Use the TJvID3v1 component to read, alter or remove the ID3v1 tag of a file.

  • To read a tag, set FileName to a name of a file, then set Active to true. Now the properties - such as Album, Artist - of the component give access to the fields of the ID3v1 tag of the file.
  • If the file does not have an ID3v1 tag, then HasTag returns false.
  • After reading and setting these properties, you can call Commit to write the altered tag data to the file. If the file did not have a tag, one is created.
  • Alternatively, to remove a file's ID3v1 tag, set FileName to a name of file and call Erase. You don't have to set Active to true.

run\JvId3v1.pas


About

Navigation

run\JvId3v1.pas



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