• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-355296

pixmaps/H03-May-2022-419352

po/H27-Feb-2007-17,80014,523

src/H03-May-2022-23,30218,807

ABOUT-NLSH A D12-Oct-200678.7 KiB1,1121,065

AUTHORSH A D17-Dec-2006139 75

BUGSH A D17-Dec-2006680 1711

COPYINGH A D17-Dec-200617.6 KiB341281

ChangeLogH A D27-Feb-20075.9 KiB155135

INSTALLH A D17-Dec-20068.3 KiB203157

Makefile.amH A D17-Dec-2006320 1812

Makefile.inH A D03-May-202218.9 KiB593507

NEWSH A D26-Feb-2007235 85

READMEH A D17-Dec-20063.7 KiB11779

THANKSH A D26-Feb-2007940 3727

TODOH A D17-Dec-2006727 2216

aclocal.m4H A D27-Feb-200758.7 KiB1,6391,423

autogen.shH A D17-Dec-20061,013 5731

compileH A D26-Jun-20063 KiB10854

config.guessH A D17-Dec-200643.2 KiB1,5011,289

config.h.inH A D17-Dec-20064.3 KiB161109

config.rpathH A D12-Oct-200615.8 KiB615517

config.subH A D17-Dec-200631.8 KiB1,6171,473

configureH A D03-May-2022299.3 KiB10,5748,990

configure.acH A D26-Feb-20074.1 KiB160122

depcompH A D26-Jun-200613.5 KiB480304

install-shH A D26-Jun-20067 KiB295169

intltool-extract.inH A D07-Jul-200622 KiB842686

intltool-merge.inH A D03-May-202234.4 KiB1,3571,073

intltool-update.inH A D07-Jul-200627.4 KiB1,090860

missingH A D26-Jun-200610 KiB337263

mkinstalldirsH A D26-Jun-20061.9 KiB11285

tagtool.specH A D27-Feb-20071.5 KiB7049

tagtool.spec.inH A D17-Dec-20061.5 KiB7050

README

1
2                        ==========================
3                              Audio Tag Tool
4                        ==========================
5
6
7DESCRIPTION
8===========
9
10  Audio Tag Tool is a program to manage the information fields in MP3 and
11Ogg Vorbis files (commonly called 'tags').  It is available under the GNU
12General Public Licence (GPL).  Please send me any comments or bugs you
13find.
14
15  Tag Tool can be used to edit tags one by one, but the most useful
16features are the ability to easily tag or rename hundreds of files at
17once, in any desired format.
18
19  The interface is arranged into two sections, with the list of available
20files on the left and a set of tabs on the right. Each tab corresponds to
21one of the main operations Audio Tag Tool can do:
22
23  - Tag Editor
24    Lets you edit the tags individually.
25  - Tag Multiple Files
26    Here you can set the tags of multiple files at once. The tag fields can be set
27    to a fixed value, filled in automatically from the file's name, or left alone.
28  - Clear Tags
29    Allows you to remove the tags from multiple files at once. For MP3 files it
30    lets you choose to remove only ID3v1 or ID3v2 tags.
31  - Move/Rename Multiple Files
32    Here you can rename multiple files at once and/or organize them into directories.
33    File names can be based on the contents of the tag.
34  - Create Playlists
35    Generates playlists. Playlists can be sorted by file name or by any tag field.
36
37  The mass tag and mass rename features can handle filenames in any
38format thanks to an easily configurable format template.
39
40
41RELEASE NOTES
42=============
43
44  Read the file NEWS for information about the current release.
45
46
47LIMITATIONS
48===========
49
50  For MP3 files:
51
52  - Images and other non-text fields in ID3v2 tags cannot be edited.
53
54  For Ogg Vorbis files:
55
56  - Multiple logical streams are tolerated, but only the tags of the
57    first stream can be edited.  This is not likely to change.
58  - Multiple comments with the same name are concatenated with a comma
59    as separator and cannot be edited (or saved back) separately.
60    This is not likely to change either, unless someone can suggest a
61    simple and sane user interface for it.
62
63  See also the BUGS file for a list of currently know problems.
64
65
66FILESYSTEM ENCODINGS
67====================
68
69  The filesystem encoding is assumed to be UTF-8.  As with other Gtk2
70apps, if your filesystem is not in UTF-8 you will need to set the
71G_FILENAME_ENCODING environment variable.  From the Gtk documentation:
72
73  "G_FILENAME_ENCODING may be set to a comma-separated list of
74   character set names. The special token "@locale" is taken to
75   mean the character set for the current locale. The first
76   character set from the list is taken as the filename encoding."
77
78
79INSTALLATION
80============
81
82  At the console type
83
84    ./configure
85    make
86    make install
87
88  For more information refer to the file INSTALL.
89
90  Audio Tag Tool is tested on Linux, and is reported to run without
91trouble on NetBSD and OpenBSD.  If you succeed in compiling on other
92platforms please let me know.  If you don't succeed let me know too,
93and I'll try to fix it...
94
95
96LICENSE
97=======
98
99  This program is free software; you can redistribute it and/or
100modify it under the terms of the GNU General Public License,
101version 2, as published by the Free Software Foundation.
102
103  This program is distributed in the hope that it will be useful,
104but WITHOUT ANY WARRANTY; without even the implied warranty of
105MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
106General Public License for more details (it should be included
107in this package in the file COPYING.)
108
109
110CONTACTS
111========
112
113  Author:   Pedro �vila Lopes (paol1976@yahoo.com)
114  Homepage: http://pwp.netcabo.pt/paol/tagtool/
115
116
117