Metadata: Add unwanted descriptions
This commit is contained in:
parent
d42eb4e01b
commit
f7f0b8d17a
1 changed files with 29 additions and 27 deletions
|
@ -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_\\-]+")
|
||||
|
|
Loading…
Reference in a new issue