------------------------------------------------------------------- Mon Apr 25 14:06:04 UTC 2016 - aloisio@gmx.com - Update to version 2.0.5 * 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. * Fix possible issue with unicode characters encoding/decoding. * Add support for any type of string with python 2 and python 3 (binary, str, unicode). * Remove regex native module from required dependencies. It will now be used only if present. * 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`` and ``crc32`` collision with ``season``/``episode`` properties. * Add better space support for ``season``/``episode`` properties. * Ensure ``date`` property is found when conflicting with ``season``/``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`` to ``proper_count`` * Avoid crash when using ``-p``/``-V`` option with ``--yaml`` and ``yaml`` 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. * Rewrite from scratch using Rebulk. - Added man page for guessit ------------------------------------------------------------------- Sat Jul 18 18:10:18 UTC 2015 - aloisio@gmx.com - Update to version 0.10.3 * Fix issues related to unicode encoding/decoding * Fix possible crashes in guess_video_rexps * Fix invalid guess result when crc32 contains 6 digits than can be parsed as a date version 0.10.2: * Use common words to resolve conflicts on strings * Bump babelfish version * Fix setuptools deprecation warning * Package argparse dependency only if python<2.7 ------------------------------------------------------------------- Wed Feb 11 01:13:10 UTC 2015 - aloisio@gmx.com - Initial version 1.0.1