guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
821 stars 91 forks source link

Release type in title #243

Closed oxan closed 8 years ago

oxan commented 8 years ago

Currently, guessit doesn't try to strip release "types" (such as extended, retail, uncut, etc) from the title. it'd be nice if these could be removed.

So far I've encountered the following tags:

Toilal commented 8 years ago

Thanks for reporting those keywords. Maybe it could be added to other property ?

Toilal commented 8 years ago

Could you provide the whole filenames where it fails ? Real and be guessed as other = Proper if next to another tag.

Toilal commented 8 years ago

From what I can find on google, ACVHD seems to be a variant of h264, so it'll be guessed as video_codec = h264 value. (In fact, most often it's tagged with x264-AVCHD).

Other values will be added in others property possible values. Feel free to reopen if needed.