Commit graph

3 commits

Author SHA1 Message Date
adam
4ce70542ce py-guessit: updated to 3.0.3
3.0.3:
- Add MP2 audio_codec value.
- Proper and Fix have been separated in two distinct other values.
- Add 1e18 season/episode pattern.
- Fix false release_group matches with --expected-title option.
- Fix parent folder ending with a digit detected as title
- Fix wrong season/year with --type episode  option. Serie(s) keyword has been removed from default configuration.
- Fix missing property when episode_details pattern appears in title.

3.0.2:
- Ensure consistent behavior between CLI and Python module. It's now possible to override advanced_config at
runtime through options dict. Rebulk rules are lazily rebuilt when advanced_config is changed since previous
call.
- Refactored command line options and loading behavior related to configuration files (see -c CONFIG,
--config CONFIG, --no-user-config, --no-default-config)

3.0.1:
- Removed Extras and Bonus values from episode_details property as those tags may also appear in movies
- Add Scalable Video Coding, Advanced Video Codec High Definition and High Efficiency Video Coding values to
video_profile
- Add support for Python 3.7
- Add mk3d value to container
- Better title cleanup containing acronyms (like Marvel's Agents of S.H.I.E.L.D)
- Fix issue with ES audio_profile breaking titles
- Fix crash for files ending with Rip
2018-11-28 14:48:15 +00:00
adam
99fd9ecebd py-guessit: update to 2.1.4
2.1.4:
Fix broken match function when using rebulk>=0.9.0.

2.1.3:
Add nzb as new container possible value
Add EAC3 as new audio_codec possible value
Add FullHD as new other possible value
Added python 3.6 support
Dropped python 2.6 support
Make container values consistent and always lowercase
Fix –type movie being ignored for movies that starts with numbers
Fix invalid language detection due the common words audio, true and unknown
Fix episode type detection when series name contains year followed by SEE pattern
2017-09-30 14:13:08 +00:00
leot
4ffedf582e Import py-guessit-2.1.2 as textproc/py-guessit
GuessIt is a python library that extracts as much information as possible
from a video filename.

It has a very powerful matcher that allows to guess properties from a video
using its filename only. This matcher works with both movies and tv shows
episodes.
2017-04-14 14:13:18 +00:00