rev |
line source |
al@18477
|
1 EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC, Ogg
|
al@18477
|
2 Vorbis, Speex, MP4/AAC, MusePack, Monkey's Audio and WavPack files. Its simple
|
al@18477
|
3 and nice GTK2 interface makes tagging easier under GNU/Linux or Windows.
|
al@18477
|
4
|
al@18477
|
5
|
al@18477
|
6 Features
|
al@18477
|
7 --------
|
al@18477
|
8
|
al@18477
|
9 Currently EasyTAG supports the following:
|
al@18477
|
10
|
al@18477
|
11 * view, edit, write tags of MP3, MP2 files (ID3 tag with pictures), FLAC files
|
al@18477
|
12 (FLAC Vorbis tag), Ogg Vorbis and Speex files (Ogg Vorbis tag), MP4/AAC
|
al@18477
|
13 (MP4/AAC tag), MusePack, Monkey's Audio and WavPack files (APE tag)
|
al@18477
|
14 * can edit more tag fields : Title, Artist, Album, Disc Album, Year, Track
|
al@18477
|
15 Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL
|
al@18477
|
16 and Encoder name
|
al@18477
|
17 * auto tagging: parse filename and directory to complete automatically the
|
al@18477
|
18 fields (using masks)
|
al@18477
|
19 * ability to rename files and directories from the tag (using masks) or by
|
al@18477
|
20 loading a text file
|
al@18477
|
21 * process selected files of the selected directory
|
al@18477
|
22 * ability to browse subdirectories
|
al@18477
|
23 * recursion for tagging, removing, renaming, saving…
|
al@18477
|
24 * can set a field (artist, title, …) to all other selected files
|
al@18477
|
25 * read file header information (bitrate, time, …) and display them
|
al@18477
|
26 * auto completion of the date if a partial is entered
|
al@18477
|
27 * undo and redo last changes
|
al@18477
|
28 * ability to process fields of tag and filename (convert letters into
|
al@18477
|
29 upper case, lower case, …)
|
al@18477
|
30 * ability to open a directory or a file with an external program
|
al@18477
|
31 * remote and local CDDB support for manual or automatic search
|
al@18477
|
32 * a tree based browser or a view by Artist & Album
|
al@18477
|
33 * a list to select files
|
al@18477
|
34 * a playlist generator window
|
al@18477
|
35 * a file searching window
|
al@18477
|
36 * simple and explicit interface!
|
al@18477
|
37 * Brazilian Portuguese, Bulgarian, Chinese, Czech, Danish, Dutch, French,
|
al@18477
|
38 German, Greek, Hungarian, Italian, Japanese, Polish, Romanian, Russian,
|
al@18477
|
39 Spanish, Swedish and Ukrainian translation languages
|
al@18477
|
40 * written in C and uses GTK+ 2 or GTK+ 3 for the GUI
|
al@18477
|
41
|
al@18477
|
42
|
al@18477
|
43 License
|
al@18477
|
44 -------
|
al@18477
|
45
|
al@18477
|
46 This program is free software; you can redistribute it and/or modify
|
al@18477
|
47 it under the terms of the GNU General Public License as published by
|
al@18477
|
48 the Free Software Foundation; either version 2 of the License, or
|
al@18477
|
49 (at your option) any later version.
|
al@18477
|
50
|
al@18477
|
51 This program is distributed in the hope that it will be useful,
|
al@18477
|
52 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
al@18477
|
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
al@18477
|
54 General Public License for more details.
|
al@18477
|
55
|
al@18477
|
56 (It sould be included in this package in the file COPYING)
|