~ubuntu-branches/ubuntu/intrepid/mp3rename/intrepid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2002-04-08 20:51:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020408205143-4947pslfkhrb2463
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mp3rename 0.6
 
2
 
 
3
 
 
4
This program is for easily renaming all those bad named mp3 files.
 
5
So that they can be recognised.
 
6
 
 
7
Why?
 
8
 
 
9
Well I got really tired of typing mv ... ... all the time.
 
10
 
 
11
Installation:
 
12
 
 
13
make
 
14
make install should do the trick.
 
15
 
 
16
Usage:
 
17
 
 
18
It is recommended to first set your default look of the mp3 files.
 
19
Help on this can be get by mp3rename -s help
 
20
Just type mp3rename <filename> or mp3rename *.mp3
 
21
And it should rename all the files according to their id3 tag.
 
22
If there is no id3 tag given, it gives  a message that no id3 tag
 
23
is present, if the option -v is given it will ask you for the artists
 
24
name and song title for songs without id3tags.
 
25
 
 
26
 
 
27
Disclaimer:
 
28
 
 
29
I do not take responsebility for any damage caused by this program. 
 
30
It shouldn't do any damage, but if it does, its your problem.
 
31
 
 
32
 
 
33
Todo:
 
34
 
 
35
Debugging.
 
36
 
 
37
 
 
38
Known bugs:
 
39
 
 
40
-
 
41
 
 
42
Sander Janssen          <janssen@rendo.dekooi.nl>
 
43