Skip to content

Commit

Permalink
feat: add extended cut tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Jun 24, 2018
1 parent a279c0d commit 8dd9ffb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions parse/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package parse
import "github.com/tympanix/supper/meta/misc"

var miscMap = map[string]interface{}{
"3D": misc.Video3D,
"HC|Hardcoded?": misc.HC,
"DTS(.?HD)?": misc.DTS,
"DD(\\+|5\\.1|P)?|TrueHD": misc.DolbyDigital,
"3D": misc.Video3D,
"HC|Hardcoded?": misc.HC,
"DTS(.?HD)?": misc.DTS,
"DD(\\+|5\\.1|P)?|TrueHD": misc.DolbyDigital,
"Extended(.(Cut|Edition))?": misc.Extended,
"AC3": misc.AC3,
}

Expand Down

0 comments on commit 8dd9ffb

Please sign in to comment.