Audiobook Metadata Program

  • METHODS AND FUNCTIONS
Program

Audio::Metadata - Manipulate metadata in audio files

The aim of this module suite is to read and write metadata in various audio formats with minimum limitations and no dependencies on external libraries.

Audiobook Metadata: Your Most Important Asset Joshua Tallent @jtallent @firebrandtech. Metadata Quality and Enhancements Keywords. Metadata Quality. Put all your metadata in one place (preferably a useful place!) 1. Clean up and enrich your metadata 2. The biggest causes of inaccurate data 0% 10% 20% 30% 40% 50% 60% Inadequate senior management. Audiobooks (Audible) metadata agent 2017.07.23.01 - Major Revisions 2017.09.26.01 - Minor Revisions - URL change at audible.com broken things. 2017.10.29.01 - Major Revisions - Major rewrite of the audible.com pages re&hellip. The program supports the users to easily download music metadata and artworks from AcoustID, MusicBrainz and Cover Art Archive. It is available for MacOS only. TagScanner TagScanner helps one edit tags of most modern audio formats, supports ID3v1/v2, Vorbis comments, APEv2, WMA and MP4(iTunes) tags. The user has the liberty to get album info.

This module defines the API and implements common methods. Format-specific functionality is implemented in subclasses of Audio::Metadata, such as Audio::Metadata::Flac.

new_from_path($file_path)

    Builds object from file name given as string. Reads file with given name and returns an object representing it. Object is of type specific to the codec, i.e.: Audio::Tag::PlainText::AudioFile::Flac, Audio::Tag::PlainText::AudioFile::Mp3

file_path($extension)

    Returns absolute path to the file.

get_var($var)

    Returns value of specified metadata variable.

set_var($var, $value)

    Sets specified metadata variable to given value. Value of 'undef' will prompt removal of the variable, if underlying format permits.

vars_as_hash()

    Returns metadata as hash reference.

as_text()

    Returns complete file information as space-separated key/value pairs in multi-line string.

save()

Audiobook Metadata Program

    Writes metadata to file.

Audiobook Metadata Program Software

file_to_text($path)

    Class method. Returns text metadata for the specified file.

Egor Shipovalov, <kogdaugodno at gmail.com>

Please report any bugs or feature requests to bug-webservice-blogger at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Audio-Metadata. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

You can also look for information at:

Audiobook Metadata

  • RT: CPAN's request tracker

  • AnnoCPAN: Annotated CPAN documentation

  • CPAN Ratings

  • Search CPAN

Copyright 2010 Egor Shipovalov.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

Audiobook Metadata Program Windows 10

See http://dev.perl.org/licenses/ for more information.

Comments are closed.