File: control

package info (click to toggle)
lltag 0.14.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 476 kB
  • sloc: perl: 2,833; makefile: 120; sh: 17
file content (32 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (2)
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
Source: lltag
Section: sound
Priority: extra
Maintainer: Brice Goglin <bgoglin@debian.org>
Build-Depends:
 debhelper (>= 9)
Homepage: http://bgoglin.free.fr/lltag/
Standards-Version: 4.0.1
Vcs-Git: https://github.com/bgoglin/lltag.git
Vcs-Browser: https://github.com/bgoglin/lltag

Package: lltag
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends}
Recommends:
 mp3info,
 libmp3-tag-perl,
 vorbis-tools,
 flac,
 libterm-readline-gnu-perl | libterm-readline-perl-perl,
 libwww-perl
Description: Automatic command-line mp3/ogg/flac file tagger and renamer
 lltag is a command-line tool manipulating MP3 ID3, OGG or FLAC tags.
 It may be used to tag multiples files at once by comparing their filename
 or pathname against a configurable list of formats, or by getting tags
 from the CDDB database.
 .
 lltag may also rename files according to a configurable filename format.
 The interface has been designed to be as automatic, efficient and smart
 as possible.