DragonFly On-Line Manual Pages
MOVEMUSIC(1) User Contributed Perl Documentation MOVEMUSIC(1)
NAME
movemusic - move audio tracks to the correct directories
SYNOPSIS
movemusic [-v] [-q] [-d] [-a] [-t] [-g] [-h] [file.mp3...]
DESCRIPTION
movemusic moves the filenames given on the commandline to the correct
directories, as specified in the config file .mp3archiverc. For details
on configuring this file, see MP3::Archive::Config(3).
OPTIONS
-v Enable verbose operation.
-q Quiet (no output). This is the default.
-d Dry run (don't move anything, just show what would be done)
-a Treat files as album tracks.
-t Treat files as non-album tracks.
-g Guess whether to treat files as album tracks or not, based on the
current directory of the file. This is the default.
-h Show a short help message.
BUGS
None known. Please report any found to ianb@nessie.mcc.ac.uk
SEE ALSO
MP3::Archive(3), MP3::Archive::Config(3), mp3-archive-tools(1),
mp3lint(1)
AUTHOR
Ian Beckwith <ianb@nessie.mcc.ac.uk>
AVAILABILITY
movemusic is part of the mp3-archive-tools package.
The latest version can be found at:
http://nessie.mcc.ac.uk/~ianb/projects/mp3-archive-tools/
COPYRIGHT
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.
perl v5.20.2 2003-12-12 MOVEMUSIC(1)