File: mp3

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (23 lines) | stat: -rw-r--r-- 422 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
[mp3check]
flags = audio
apt = mp3check
files = *.mp3
types = audio/mpeg
command = mp3check --error-check --anomaly-check {files}

[checkmp3]
flags = apt-suggests audio
comment = remove suggests tag if it enters Debian again (#673319)
apt = checkmp3
files = *.mp3
types = audio/mpeg
command = checkmp3 {files}

[mp3val]
flags = audio
apt = mp3val
files = *.mp3
types = audio/mpeg
command = mp3val {files}

# vim:ft=dosini