2017 © Pedro Peláez
 

library meta-audio

A library to read and write metadata tags to audio files

image

duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  • Saturday, June 30, 2018
  • by duncan3dc
  • Repository
  • 4 Watchers
  • 11 Stars
  • 138 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 12 Versions
  • 9 % Grown

The README.md

meta-audio

A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc), (*1)

WARNING: This library is still very much experimental, and will likely corrupt your beloved audio files, use with caution (and backups), (*2)

Full documentation is available at https://duncan3dc.github.io/meta-audio/
PHPDoc API documentation is also available at https://duncan3dc.github.io/meta-audio/api/, (*3)

release build coverage, (*4)

Installation

Using composer:, (*5)

$ composer require duncan3dc/meta-audio

Quick Example

$tagger = new \duncan3dc\MetaAudio\Tagger;
$tagger->addDefaultModules();

$mp3 = $tagger->open("/var/music/song.mp3");

echo "Artist: {$mp3->getArtist()}\n";
echo "Album: {$mp3->getAlbum()}\n";
echo "Year: {$mp3->getYear()}\n";
echo "Track No: {$mp3->getTrackNumber()}\n";
echo "Title: {$mp3->getTitle()}\n";

Read more at http://duncan3dc.github.io/meta-audio/, (*6)

Changelog

A Changelog has been available since the beginning of time, (*7)

Where to get help

Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter, (*8)

duncan3dc/meta-audio for enterprise

Available as part of the Tidelift Subscription, (*9)

The maintainers of duncan3dc/meta-audio and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more., (*10)

The Versions

30/06 2018

dev-master

9999999-dev https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

11/03 2018

dev-bit-fixes

dev-bit-fixes https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

11/03 2018

dev-ape-tag-id3-fix

dev-ape-tag-id3-fix https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

19/08 2017

0.4.0

0.4.0.0 https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

19/08 2017

dev-file-interface

dev-file-interface https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

19/08 2017

dev-songbook-test

dev-songbook-test https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

19/08 2017

dev-getid3-compat

dev-getid3-compat https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

19/08 2017

dev-git-export

dev-git-export https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

09/07 2017

0.3.0

0.3.0.0 https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

25/08 2016

dev-writer

dev-writer https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

06/06 2016

0.2.0

0.2.0.0 https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2

26/09 2015

0.1.0

0.1.0.0 https://github.com/duncan3dc/meta-audio

A library to read and write metadata tags to audio files

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

The Development Requires

audio metadata mpg id3 id3v1 id3v2 apetag apev1 apev2