Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.165.266 Times

MP3::M3U::Parser 2.20

  Date Added: August 25, 2010  |  Visits: 1.874

MP3::M3U::Parser

Report Broken Link
Printer Friendly Version


Product Homepage
Download (181 downloads)



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 (<*.m3u>) { $parser->parse($_)->export->reset; } # convert all m3u files to one big html file. foreach (<*.m3u>) { $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: No special requirements
Platforms: Linux
Keyword: Export Files Libraries Playlist Programming
Users rating: 0/10

License: Freeware Size: 18.43 KB
USER REVIEWS
More Reviews or Write Review


MP3::M3U::PARSER RELATED
Scientific and Engineering  -  Povray for python 1.0
This script is a relatively simple framework for making povray files from python programming language. It's good for creating structured/mathematical scenes and animations. Why go out on a limb to use povray's SDL language when you can raytrace...
 
Modules  -  Drush System Manager 6.x-2.x-de
With Drush System Manager you can get your hands dirty with variables, cck and views export files.I use it to get my variables, views and content types into subversion. This way I can follow the changes my colleagues made.sm list cck : list from...
10 KB  
Text Chat Clients  -  XChat2 plugin
XChat2 plugin helps you to use BMPx from within XChat, including remote control, add files to playlist from file or library, select bookmarked audio stream and having XChat interact with your IRC channel (displaying current track played) with a...
40.96 KB  
Multimedia & Graphics  -  usb_device_amaroKscript 1.3.0.1
usb_device_amaroKscript script brings generic USB media player support to amaroK because the 1.3.1 release provided with the Mandriva 2006.0 Free distribution only supports iPOD media players. The script was developed to support various...
25.6 KB  
Development Editors  -  Resoor 1.26
Resource editor for programs. It can import resources from executable files and RES files. It can generate resource files and source files in different programming languages. Editing data (for example, images) is realized with the use of...
1.12 MB  
Libraries  -  AnyData::Format::Mp3 0.10
AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI...
44.03 KB  
Desktop Utilities  -  Add to Noatun playlist
Add to Noatun playlist is a service menu that can add files to the Noatun players playlist.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration...
 
Audio Tools  -  Advanced Playlist Builder 1.00
Advanced Playlist Builder is a playlist maker that scans your computer for MP3 files and displays all files in a detailed list, which you can sort by artist, album, or genre. Advanced Playlist Builder provides basic operations (copy, move, rename,...
481 KB  
Libraries  -  GraceTMPL 0.3.2
GraceTMPL is a set of C++ classes which allow data to be saved as Grace files, optionally using a template. XmGrace is a very powerful tool to produce 2D-Plots of your data. However, though there is also support for running grace in batch mode...
901.12 KB  
Libraries  -  Elektra Project 0.6.10
The Elektra Project provides an alternative back-end for text configuration files. Instead of each program to have its own text configuration files, with a variety of formats, Elektra tries to provide a universal, hierarchical, fast and...
2.5 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB