http://www.perlmonks.org?node_id=951927


in reply to Re: In need of guidance
in thread In need of guidance

http://musicbrainz.org/doc/libmusicbrainz

Perl bindings for the XML based web service: WebService::MusicBrainz

Or a finished application http://musicbrainz.org/doc/MusicBrainz_Picard

Replies are listed 'Best First'.
Re^3: In need of guidance
by tobyink (Canon) on Feb 05, 2012 at 09:28 UTC

    WebService::MusicBrainz doesn't do audio fingerprinting which means that it's not especially useful for identifying songs that you don't already have at least some metadata for.

    Picard is a great tool - I use it extensively - but given that the original poster's aim is to learn how to code in Perl, handing him an already-written Python program doesn't help him.

      Then neither does libmusicbrainz, why did you recommend it?

        But creating a set of Perl bindings for libmusicbrainz is a suitable project for learning about Perl. It may be beyond many newcomers to Perl, but that really depends what non-Perl experience they already have.