1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: easytag
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Reinhard Tartler <siretart@tauware.de>,
James Cowgill <jcowgill@debian.org>,
David King <amigadave@amigadave.com>
Build-Depends:
appstream-util,
debhelper-compat (= 13),
desktop-file-utils,
docbook-xml,
docbook-xsl,
gettext,
intltool,
libflac-dev,
libglib2.0-dev,
libgtk-3-dev,
libid3-3.8.3-dev,
libid3tag0-dev,
libogg-dev,
libopusfile-dev,
libspeex-dev,
libtag-dev,
libvorbis-dev,
libwavpack-dev,
yelp-tools,
zlib1g-dev
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://wiki.gnome.org/Apps/EasyTAG
Vcs-Git: https://salsa.debian.org/multimedia-team/easytag.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/easytag
Package: easytag
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
gnome-icon-theme,
gvfs,
yelp
Description: GTK+ editor for audio file tags
EasyTAG is an utility for viewing, editing and writing
the tags of different audio files, using a GTK+ interface.
.
Currently EasyTAG supports the following:
- View, edit, write tags of MP3, MP2 files (ID3 tag), FLAC files (FLAC Vorbis
tag), Ogg Opus, Ogg Speex and Ogg Vorbis files (Ogg Vorbis tag),
MP4/M4A/AAC files (MPEG-4 Part 10 tag), and MusePack, Monkey's Audio files
(APE tag);
- Auto tagging: parse file and directory names using masks to automatically
fill in tag fields;
- Cover art support for all formats;
- Rename files from the tag fields (using masks) or by loading a text file;
- Process selected files of the selected directory;
- Ability to browse subdirectories;
- Recursion for tagging, removing, renaming, saving, etc;
- Can set a field (artist, title, ...) on all other selected files;
- Read file header information (bitrate, time, ...) and display it;
- Undo and redo last changes;
- Ability to process tag fields and file names (convert letters into
uppercase, lowercase, etc);
- Ability to open a directory or a file with an external program;
- CDDB support (from http protocol);
- A tree based browser;
- A list to select files;
- A playlist generator window;
- A file searching window;
- Simple and explicit interface.
|