File: control

package info (click to toggle)
mp3diags 1.2.03-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,480 kB
  • ctags: 3,962
  • sloc: cpp: 34,090; makefile: 100; xml: 97; sh: 87
file content (56 lines) | stat: -rw-r--r-- 2,080 bytes parent folder | download
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
Source: mp3diags
Section: sound
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends:
 cmake,
 debhelper (>= 9),
 libboost-serialization-dev,
 libboost-program-options-dev,
 libqt4-dev,
 zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://mp3diags.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/mp3diags.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mp3diags.git

Package: mp3diags
Architecture: any
Depends:
 libqt4-svg,
 ${misc:Depends},
 ${shlibs:Depends}
Description: find issues in MP3 files and help to solve them
 MP3 Diags is a GUI-based application that allows end-users to identify issues
 with their MP3 files, fix some of the issues and make other changes, like
 adding track information. It also allows user to "look inside" an MP3 file.
 .
 Unlike some programs that are designed to deal with a single topic (like
 fixing VBR headers or adding cover art), MP3 Diags is a one stop solution
 that identifies more than 50 different issues in MP3 files and provides the
 means to fix many of them.
 .
 Some of the more important issues that are found:
 .
  * Broken tags / headers / audio.
  * Duplicate tags / headers.
  * Incorrect placement of tags / headers (ID3V2, ID3V1, LAME, Xing, etc).
  * Low quality audio.
  * Missing VBR header.
  * Missing track info / cover art.
  * Broken track info / cover art.
  * Missing normalization data.
  * Character encoding issues (for languages other than English).
 .
 Some of the fixes and changes that MP3 Diags can do:
 .
  * Adding / fixing track info, including album cover; information can be
    retrieved from several sources: Internet, clipboard, file name, local
    files, and (obviously) keyboard.
  * Correcting files that show incorrect song duration.
  * Correcting files in which the player cannot seek correctly.
  * Converting characters for non-English names.
  * Adding composer name to the artist field, for players that don't handle
    the composer field.
  * Renaming files based on their fields.
  * Changing word case for track info.