-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update guessit to 3.0.0 (+subliminal update) #4244
Conversation
Update docstrings for color_depth and audio_codec
- Split BR/BD and BRRip/BDRip - Split DVB and DVBRip
Careful there's a regression in Guessit for titles with periods in it (e.g. Marvel's Agents of S.H.E.I.L.D.) where it drops some of the periods (e.g. |
@labrys You sure? I get the correct title on both Edit: I tried |
import guessit
guess = guessit.guessit("Marvel's Agents of S.H.I.E.L.D.")
print(guess['title'])
# Marvel's Agents of S H.I.E.L.D.
# ^ |
It also happens in 2.1.4... Upgrading to 3.0 shouldn't be a problem |
Conflicts: medusa/common.py medusa/refiners/tv_episode.py
Remove `'source': 'Web', 'other': 'Rip'` from guessit tests
Conflicts: tests/test_common.py
Waiting on Split composite status into status and quality, add Unknown as valid quality #4221.guessit
,subliminal
has to be updated as well.I started a branch here, but hit a snag withpymedusa/subliminal#1WEBRip
and such.