Labrys of Knossos

Results 15 issues of Labrys of Knossos

`Language.fromname('Greek')` fails. While `'Greek'` by itself is not listed specifically, without qualifiers it would generally be assumed to refer to modern Greek. The current way to get the language from...

`Language.fromname('Divehi')` fails. `'Divehi'` is a valid alternate spelling (per [ISO 639-2](http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt)) of `'Dhivehi'` which works correctly. Steps to recreate: ``` python from babelfish import Language Language.fromname('Divehi') ``` Tested on Win...

`Language.fromname('Pashto')` fails. `'Pashto'` is a valid alternate spelling (per [ISO 639-2](http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt)) of `'Pushto'` which works correctly. Steps to recreate: ``` python from babelfish import Language Language.fromname('Pashto') ``` Tested on Win...

.. for e.g. nfo, posters, banners, etc. ``` $ guessit "Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.poster.jpg" For: Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.poster.jpg GuessIt found: { "title": "Treme", "season": 1, "episode": 3, "episode_title": "Right Place, Wrong Time", "format": "HDTV", "video_codec":...

Feature Request

.. for e.g. RAR packed files ``` $ guessit "Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.rar" For: Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.rar GuessIt found: { "title": "Treme", "season": 1, "episode": 3, "episode_title": "Right Place, Wrong Time", "format": "HDTV", "video_codec": "XviD",...

Bug
Feature Request
Invalid Guess Result

@clinton-hall I would like to add deprecation warnings for Python 2.7 advising users to transition to Python 3. Python 2.7 is scheduled for End of Life in 2020. This will...

This causes issues with type-hinting when trying to add `pendulum.tz.timezone.Timezone` type-hints.

Code Quality
Typing

# Description This drops support for old python versions and will serve as a develop branch for a target release of 13.0.0 which will include changes that will break for...

enhancement

This issue is to discuss the pros and cons of migrating `nzbToMedia` to an organization as referenced in the following comment and is intended to be an open discussion for...

question

All `subprocess.Popen` calls fail if the command contains a `pathlib.Path` on Windows with Python 3.7. As Python 3.7 is nearly end of life and this only affects Windows this will...

BUG
wontfix