toytriada.blogg.se

Edit mp3 tags mac os
Edit mp3 tags mac os









if you're interested in reading just the content, you can create an instance of ID3TagContentReader by passing to it the ID3Tag received from the read API and then access the frames content by using its methods (see the doc to have a list of all the methods available).public func read(mp3: Data) throws -> ID3Tag?Īfter getting a ID3Tag from one of the read API above, you have two options to read the content:.public func read(from path: String) throws -> ID3Tag?.To read the ID3 tag of an mp3 file you can choose between two API contained in the ID3TagEditor class: ID3TagEditor gives you the ability to read and write ID3Tag to your mp3 files. Linux (on distros where Swift is available).ID3TagEditor is compatible with the following platforms: ID3TagEditor is also available as a pod on CocoaPods.Īdd the dependency to your Podfile (choose the release version you prefer):

edit mp3 tags mac os

See the demo project for a complete example of the setup of the framework.

edit mp3 tags mac os

You can follow the standard procedure to install a custom Cocoa Touch framework.ĭrag the ID3TagEditor.xcodeproj inside your project and add it to the Embedded Binaries/Linked Frameworks and Libraries section of your project. ID3TagEditor is also available as a framework. To manually install ID3TagEditor simply drag and drop all the file contained in the Sourceįolder inside your project (except for the ist file). Download this free yet powerful music organizer software today and easily merge, organize, rename and edit the tags of all the audio files on your computer.

#Edit mp3 tags mac os mac os x

Swift Package Manager (with support for linux platform) NeatMP3 is a free music organizer and mp3 tag editor for Windows and Mac OS X that will help you keep your music collection in top shape.

edit mp3 tags mac os

There are four ways to install ID3TagEditor in your project: Listed in the implementations section of the official ID3 standard website id3.org. A swift library to read and modify ID3 Tag of any mp3 file.









Edit mp3 tags mac os