Linux SoftwareProgrammingLibrariesMP3::M3U::Parser 2.20

MP3::M3U::Parser 2.20


MP3::M3U::Parser is a MP3 playlist parser. SYNOPSIS use MP3::M3U::Parser; my $parser = MP3::M3U::Parser->new(%options);
Developer:   Burak G?rsoy
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   18K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


MP3::M3U::Parser is a MP3 playlist parser.

SYNOPSIS

use MP3::M3U::Parser;
my $parser = MP3::M3U::Parser->new(%options);

$parser->parse(*FILEHANDLE, $scalar, "/path/to/playlist.m3u");
my $result = $parser->result;
my %info = $parser->info;

$parser->export(-format => 'xml',
-file => "/path/mp3.xml",
-encoding => 'ISO-8859-9');

$parser->export(-format => 'html',
-file => "/path/mp3.html",
-drives => 'off');

# convert all m3u files to individual html files.
foreach () {
$parser->parse($_)->export->reset;
}

# convert all m3u files to one big html file.
foreach () {
$parser->parse($_);
}
$parser->export;

MP3::M3U::Parser is a parser for M3U mp3 playlist files. It also parses the EXTINF lines (which contains id3 song name and time) if possible. You can get a parsed object or specify a format and export the parsed data to it. The format can be xml or html.

Requirements:
  • Perl
    tags mp3 m3u  m3u parser  parser export  parser parse  convert all  all m3u  m3u files  html file  export format  mp3 playlist  file path  path mp3  

    Download MP3::M3U::Parser 2.20


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/B/BU/BURAK/MP3-M3U-Parser-2.20.tar.gz


    Authors software

    Similar software

    MP3::M3U::Parser 2.20 (by Burak G?rsoy)
    MP3::M3U::Parser is a MP3 playlist parser.

    SYNOPSIS

    use MP3::M3U::Parser;
    my $parser = MP3::M3U::Parser->new(%options);

    HTML::Parser 3.54 (by Gisle Aas)
    HTML::Parser is a HTML parser class

    SVG::Parser 1.01 (by Peter Wainwright)
    SVG::Parser is a Perl module with XML Parser for SVG documents.

    SYNOPSIS

    #!/usr/bin/perl -w
    use strict;
    use SVG::Parser;

    d

    XML::Checker::Parser 1.02 (by Enno Derksen)
    XML::Checker::Parser is an XML::Parser that validates at parse time.

    SYNOPSIS

    use XML::Checker::Parser;

    my %expat_options

    XML::Parser::PerlSAX 0.08 (by Ken MacLeod)
    XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser.

    SYNOPSIS

    use XML::Parser::PerlSAX;

    $parser = XML::Parser::Per

    Pod::XML 0.96 (by Matt Sergeant)
    Pod::XML is a Perl module to convert POD to XML.

    SYNOPSIS

    use Pod::XML;
    my $parser = Pod::XML->new();
    $parser->parse_fr

    PXR::Parser 0.1.5 (by Nicholas Perez)
    PXR::Parser is a Pure Perl SAX XML Push Parser.

    SYNOPSIS

    use PXR::Parser;

    my $parser = PXR::Parser->new(

    XML::Parser 2.34 (by Larry Wall)
    XML::Parser is a perl module for parsing XML documents.

    SYNOPSIS

    use XML::Parser;

    $p1 = new XML::Parser(Style => 'Debu

    HTML::Latex 1.1 (by HTML::Latex Team)
    HTML::Latex is a Perl module that creates a Latex file from an HTML file.

    SYNOPSIS

    use HTML::Latex

    my $parser = new HTML::Latex(

    Makefile::Parser 0.11 (by Agent Zhang)
    Makefile::Parser is a Simple Parser for Makefiles.

    SYNOPSIS

    use Makefile::Parser;

    $parser = Makefile::Parser->new;


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags