Package: mp3check Version: 0.8.3-2 Severity: normal Hi!
I'm trying to use mp3check to find corrupt MP3 files, but I want to ignore certain errors, e.g. the one about a truncated last frame. The --show-valid options doesn't seem to behave like the man page description. I have a file 01.mp3 with a truncated last frame: mp3check --show-valid -e 01.mp3 01.mp3: valid id3 tag trailer v1.1 found frame 24118/10:28: file truncated, 130 bytes missing for last frame Adding the option -T gives no error reports (as expected): mp3check --show-valid -Te 01.mp3 01.mp3: valid id3 tag trailer v1.1 found According to the man page description of --show-valid, the following command should print 'valid audio mpeg stream' since I'm using the -T option to ignore the truncated last frame error: mp3check -Te --show-valid 01.mp3 01.mp3: valid id3 tag trailer v1.1 found However, as seen above it prints no such thing. Am I misunderstanding the man page? If it would behave as in the manual, this would give me a method of determining which files are corrupt, while ignoring those with a truncated last frame. There is a similar problem with the -g option. I wouldn't expect the filename 01.mp3 to be printed by the -g option when I'm specifying the -T option, right? But unfortunately it is, so I don't yet know how to use mp3check to differentiate between the seriously corrupt files and those with only a truncated last frame. Best regards, Torquil Sørensen -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35.7 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mp3check depends on: ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.5-4 GCC support library ii libstdc++6 4.4.5-4 The GNU Standard C++ Library v3 mp3check recommends no packages. Versions of packages mp3check suggests: pn mpg321 <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

