Apache-MP3
view release on metacpan or search on metacpan
Apache::MP3 permits you to directly use CDDB data without embedding it
in ID3 tags. To take advantage of this feature, your MP3 files should
have file names of this form: track-XX.mp3. Then, place a CDDB index
file in the same directory as the tracks and name it INDEX. For
example, you might execute this command
cddbcmd cddb read soundtrack cb115c11 > INDEX
to create an INDEX file for the Mulholland Drive soundtrack. The
32-bit disc ID can be obtained with a program such as cd-discid.
=item 8. Set up an information cache directory (optional)
In order to generate its MP3 listing, Apache::MP3 must open each sound
file, extract its header information, and close it. This is time
consuming, particularly when recursively generating playlists across
multiple directories. To speed up this process, Apache::MP3 has the
ability cache MP3 file information in a separate directory area.
To configure this, choose a directory that the Web server has write
MP3/L10N/es.pm view on Meta::CPAN
# Label for a link to "http://[servername]/"
'Home' => 'Inicio',
# Credits
"_CREDITS_before_author" => "Apache::MP3 fue escrito por ",
"_CREDITS_author" => "Lincoln D. Stein",
"_CREDITS_after_author" => ".",
'unknown' => '?', # so much more concise than "desconocido"
# Metadata fields:
'Artist' => "Artista",
'Comment' => "Notas",
'Duration' => "Duración",
'Filename' => "Archivo",
'Genre' => "Género",
'Album' => "Album",
'Min' => "Min",
'Track' => "Nº", # just the track number (not the track name)
( run in 0.381 second using v1.01-cache-2.11-cpan-de7293f3b23 )