Metadata: Add unwanted descriptions

This commit is contained in:
Michael Mayer 2021-02-21 17:54:26 +01:00
parent d42eb4e01b
commit f7f0b8d17a

View file

@ -37,6 +37,8 @@ var UnwantedDescriptions = map[string]bool{
"binary comment": true,
"default": true,
"Exif_JPEG_PICTURE": true,
"<Digimax i5, Samsung #1>": true,
"DVC 10.1 HDMI": true,
}
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")