Platforms to show: All Mac Windows Linux Cross-Platform
TagLibFileRefMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Audio | MBS Tools Plugin | 17.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Uses TagLib, an open source library to read metadata from audio files, e.g. ID3 tags.
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4 and ASF files.
- 4 properties
- property audioProperties as TagLibAudioPropertiesMBS
- property Handle as Integer
- property Properties as Dictionary
- property tags as TagLibTagMBS
- 5 methods
- method Constructor(file as folderitem)
- method CoverArt as Memoryblock
- method CoverArts as Memoryblock() New in 24.4
- method Save as Boolean
- method SetProperties(Dic as Dictionary)
This class has no sub classes.
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 22.1
- MBS Xojo Plugins, version 22.1pr4
- MonkeyBread Software Releases the MBS Xojo Plugins in version 19.4
- MBS Xojo Plugins, version 19.4pr8
- TagLib to write ID3v2 Tags in Xojo
- MBS Xojo Plugins, version 19.3pr4
- MBS Xojo Plugins, version 19.3pr3
- MBS Xojo Plugins, version 17.5pr1
Release notes
- Version 22.1
- Added CovertArt function to TagLibFileRefMBS class.
- Version 19.4
- Added TagLibFileRefMBS SetProperties, e.g. to change ID3v2 tags in MP3 files.
- Version 19.3
- Added TagLibFileRefMBS Properties dictionary for getting IDv3 tags and similar values.
- Fixed memory leak with TagLibFileRefMBS class.
- Version 17.5
- Fixed TagLibFileRefMBS to work on Windows.
The items on this page are in the following plugins: MBS Tools Plugin.
TagLibAudioPropertiesMBS - TagLibTagMBS