wok diff easytag/description.txt @ rev 18955

Up firefox-official (45.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 09 00:08:53 2016 +0200 (2016-03-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/easytag/description.txt	Wed Mar 09 00:08:53 2016 +0200
     1.3 @@ -0,0 +1,56 @@
     1.4 +EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC, Ogg
     1.5 +Vorbis, Speex, MP4/AAC, MusePack, Monkey's Audio and WavPack files. Its simple
     1.6 +and nice GTK2 interface makes tagging easier under GNU/Linux or Windows.
     1.7 +
     1.8 +
     1.9 +Features
    1.10 +--------
    1.11 +
    1.12 +Currently EasyTAG supports the following:
    1.13 +
    1.14 +  * view, edit, write tags of MP3, MP2 files (ID3 tag with pictures), FLAC files
    1.15 +    (FLAC Vorbis tag), Ogg Vorbis and Speex files (Ogg Vorbis tag), MP4/AAC
    1.16 +    (MP4/AAC tag), MusePack, Monkey's Audio and WavPack files (APE tag)
    1.17 +  * can edit more tag fields : Title, Artist, Album, Disc Album, Year, Track
    1.18 +    Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL
    1.19 +    and Encoder name
    1.20 +  * auto tagging: parse filename and directory to complete automatically the
    1.21 +    fields (using masks)
    1.22 +  * ability to rename files and directories from the tag (using masks) or by
    1.23 +    loading a text file
    1.24 +  * process selected files of the selected directory
    1.25 +  * ability to browse subdirectories
    1.26 +  * recursion for tagging, removing, renaming, saving…
    1.27 +  * can set a field (artist, title, …) to all other selected files
    1.28 +  * read file header information (bitrate, time, …) and display them
    1.29 +  * auto completion of the date if a partial is entered
    1.30 +  * undo and redo last changes
    1.31 +  * ability to process fields of tag and filename (convert letters into
    1.32 +    upper case, lower case, …)
    1.33 +  * ability to open a directory or a file with an external program
    1.34 +  * remote and local CDDB support for manual or automatic search
    1.35 +  * a tree based browser or a view by Artist & Album
    1.36 +  * a list to select files
    1.37 +  * a playlist generator window
    1.38 +  * a file searching window
    1.39 +  * simple and explicit interface!
    1.40 +  * Brazilian Portuguese, Bulgarian, Chinese, Czech, Danish, Dutch, French,
    1.41 +    German, Greek, Hungarian, Italian, Japanese, Polish, Romanian, Russian,
    1.42 +    Spanish, Swedish and Ukrainian translation languages
    1.43 +  * written in C and uses GTK+ 2 or GTK+ 3 for the GUI
    1.44 +
    1.45 +
    1.46 +License
    1.47 +-------
    1.48 +
    1.49 +This program is free software; you can redistribute it and/or modify
    1.50 +it under the terms of the GNU General Public License as published by
    1.51 +the Free Software Foundation; either version 2 of the License, or
    1.52 +(at your option) any later version.
    1.53 +
    1.54 +This program is distributed in the hope that it will be useful,
    1.55 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.56 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    1.57 +General Public License for more details.
    1.58 +
    1.59 +(It sould be included in this package in the file COPYING)