GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MP3-ARCHIVE-TOOLS(1) User Contributed Perl Documentation MP3-ARCHIVE-TOOLS(1)

mp3-archive-tools - tools to maintain an archive of mp3 files

mp3-archive-tools is a set of tools to ease organising a collection of mp3 (and other audio) files. Each tool has its own man page.

Tools included:

View/change id3 metadata. Supports ID3v2 and extended frames (pictures, etc).
Update id3 metadata from filename.
Rename file based on id3 metadata.
Rename files based on data from freedb webpages (www.freedb.org).
Rename files based on data from cddb webpages (www.gracenote.com).
Move music files to their correct place in your archive.
Maintain a central link farm pointing to music in various places.
Rename files using arbitrary perl code.

The file pmv-examples.sh (look in the source distribution or /usr/share/doc/mp3-archive-tools/) contains a set of useful bourne shell functions using pmv.

Commands available:

Swaps round fields in filenames delimited by " - ".
converts all spaces in filename to underscores.
Converts all underscores in filename to spaces.
Crude attempt at capitalising filenames.
Much better attempt at capitalising filenames. This requires the Text::Autoformat module from CPAN (www.cpan.org).
Numbers filenames sequentially.
converts dirs from "artist - album" to "artist/album"
converts dirs from "artist/album" to "artist - album"

freedbtofilename, cddbtofilename, id3tofilename, filenametoid3 and movemusic require the MP3::Archive module, available from the same place you got mp3-archive-tools.

mp3id, filenametoid3 and id3tofilename require the MP3::Tag module, available from www.cpan.org.

If you want to use the example command pmv-fixcase, you will need the Text::Autoformat module, also available from www.cpan.org.

All tools were developed in perl under linux. It should be trivial to get them working on any POSIX based system. If you get them working with windows, let me know.

None known. Please report any found to ianb@nessie.mcc.ac.uk

freedbtofilename(1), cddbtofilename(1), id3tofilename(1), filenametoid3(1), mp3id(1), movemusic(1), update-music-symlinks(1), pmv(1).

MP3::Archive(3), MP3::Tag(3), Text::Autoformat(3).

Ian Beckwith <ianb@nessie.mcc.ac.uk>

The latest version can be found at:

http://nessie.mcc.ac.uk/~ianb/projects/mp3-archive-tools/

Copyright 2003 Ian Beckwith <ianb@nessie.mcc.ac.uk>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

2003-12-05 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.