- Enhance langage/country guessing in edge cases.
- Fix inconsistent properties returned by guessit -p.
- Add support for titles containing dots.
- Lock python-dateutil dependency to <2.5.2.
- Add an Exception Report when an unexpected exception occurs.
- Something goes wrong with 2.0.2 release ...
- Fix possible issue with unicode characters encoding/decoding.
- Pypy is now supported.
- Add support for any type of string with python 2 and python 3 (binary, str, unicode).
- Final release.
- Remove regex native module from required dependencies. It will now be used only if present.
- Fix packaging issues on Python 2.7.
- Fix packaging issues.
- Guessit is now available as a docker container on Docker Hub (https://hub.docker.com/r/toilal/guessit).
- country 2-letter code is not added to title value anymore.
- All container values are now capitalized.
- alternativeTitle has been renamed to alternative_title and added to the docs.
- mimetype property is now in the docs.
- Add more excluded words for language property.
- Add more possible values for other property.
- Fix an issue occuring with title values starting with Scr.
- film property is now guessed only if less than 100 to avoid possible conflicts with crc32.
- Add docs.
- Add exotic screen_size patterns support like 720hd and 720p50.
- Rename audio_codec value true-HD to trueHD.
- Add
__version__
to main module.
- Single digit episodes are now guessed for
--type episode
instead of--episode-prefer-number
. - Fix separators that could cause some titles to be splited with & and ;.
- Avoid possible
NoneType
error.
- Fallback to default title guessing when
expected-title
is not found.
- Add
expected-group
option. - Add validation rule for single digit
episode
to avoid false positives. - Add
verbose
option. - Fix
expected-title
option. - Better unicode support in
expected-group
/expected-title
option.
- Add support for
part
with no space before number. - Avoid
uuid
andcrc32
collision withseason
/episode
properties. - Add better space support for
season
/episode
properties. - Ensure
date
property is found when conflicting withseason
/episode
properties. - Fix
IndexError
when input has a closing group character with no opening one before. - Add
--type
option. - Add rebulk implicit option support.
- Add python 2.6 support.
- Enhance title guessing.
- Upgrade rebulk to
0.6.1
. - Rename
properCount
toproper_count
- Avoid crash when using
-p
/-V
option with--yaml
andyaml
module is not available.
- Add
-p
/-V
options to display properties and values that can be guessed.
- Allow rebulk customization in API module.
- Raise TypeError instead of AssertionError when non text is given to guessit API.
- Fix packaging issues with previous release blocking installation.
- Rewrite from scratch using Rebulk.
- Read MIGRATION.rst for migration guidelines.