mkv-episode-matcher 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mkv-episode-matcher might be problematic. Click here for more details.

@@ -1 +1 @@
1
- version = "0.1.3"
1
+ version = "0.1.4"
@@ -4,13 +4,8 @@ import sys
4
4
 
5
5
  # Get the absolute path of the parent directory of the current script.
6
6
  parent_dir = os.path.dirname(os.path.abspath(__file__))
7
-
8
- # Add the parent directory to the Python path.
9
- sys.path.append(parent_dir)
10
- # Add the 'libraries' directory to the Python path.
11
- sys.path.append(os.path.join(parent_dir, "libraries"))
12
- # Add the 'libraries' directory to the Python path.
13
- sys.path.append(os.path.join(parent_dir, "..", "libraries", "pgs2srt"))
7
+ # Add the 'pgs2srt' directory to the Python path.
8
+ sys.path.append(os.path.join(parent_dir, "libraries", "pgs2srt"))
14
9
  import re
15
10
  from concurrent.futures import ThreadPoolExecutor
16
11
  from datetime import datetime, timedelta
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mkv-episode-matcher
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: The MKV Episode Matcher is a tool for identifying TV series episodes from MKV files and renaming the files accordingly.
5
5
  Project-URL: Documentation, https://github.com/Jsakkos/mkv-episode-matcher#readme
6
6
  Project-URL: Issues, https://github.com/Jsakkos/mkv-episode-matcher/issues
@@ -1,9 +1,9 @@
1
1
  mkv_episode_matcher/.gitattributes,sha256=Gh2-F2vCM7SZ01pX23UT8pQcmauXWfF3gwyRSb6ZAFs,66
2
- mkv_episode_matcher/__init__.py,sha256=XV7EI19-FyW6Sb3hSsBPrNT7KcIVdMfC0KSSzQmxaJI,19
2
+ mkv_episode_matcher/__init__.py,sha256=7OebbR9ptXEJ-La95bk1Pl5FALlPEv5hER0ClOKCl_o,19
3
3
  mkv_episode_matcher/__main__.py,sha256=UW2-p_vhGCSlimKdVlpf-5mRR5_VIbIuZXB_Q9RXNGA,6672
4
4
  mkv_episode_matcher/config.py,sha256=zDDKBcsDt5fME9BRqiTi7yWKeast1pZh36BNYMvIBYM,2419
5
5
  mkv_episode_matcher/episode_matcher.py,sha256=UBT53tiC0xryl9k9XXoRUY1-08u5DH-NcwnmD-MSWG8,8914
6
- mkv_episode_matcher/mkv_to_srt.py,sha256=6boR-jJ5fOCLZxHapTSFj7b01daQZNMWI_jBD__pQZE,6462
6
+ mkv_episode_matcher/mkv_to_srt.py,sha256=r7l4WD6XySuRusNKYStDsTHINj3lO_LoqncN39muek0,6266
7
7
  mkv_episode_matcher/requirements.txt,sha256=0JLuUm69lLp8anUgtW48CuULZ_lSwd-1XL3eoShVWjI,93
8
8
  mkv_episode_matcher/tmdb_client.py,sha256=LbMCgjmp7sCbrQo_CDlpcnryKPz5S7inE24YY9Pyjk4,4172
9
9
  mkv_episode_matcher/utils.py,sha256=UMygaE4ZUvV9BRyXxmgfd1g06-0pk1eGlM56NzfgjYM,9305
@@ -18,7 +18,7 @@ mkv_episode_matcher/libraries/pgs2srt/requirements.txt,sha256=pfVCz2C3a0Fn98iRCZ
18
18
  mkv_episode_matcher/libraries/pgs2srt/Libraries/SubZero/SubZero.py,sha256=-7ZiNeqrS7beaBKRvxnPqN6cjRttKmpu9EyEgIyk4wc,10164
19
19
  mkv_episode_matcher/libraries/pgs2srt/Libraries/SubZero/post_processing.py,sha256=Zdcs6ESTOy49h19Brol__EhBvx2fBWj-6iKhuKoTwGM,9957
20
20
  mkv_episode_matcher/libraries/pgs2srt/Libraries/SubZero/dictionaries/data.py,sha256=n71bu8s0BXldXTFl1s0EpNHaGJfeanNagKYOLDASViQ,676829
21
- mkv_episode_matcher-0.1.3.dist-info/METADATA,sha256=PzMWxHs8qeZRjeKkJxM7_VLUepRbKfCgEO7jyLotiRo,4351
22
- mkv_episode_matcher-0.1.3.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
23
- mkv_episode_matcher-0.1.3.dist-info/entry_points.txt,sha256=IglJ43SuCZq2eQ3shMFILCkmQASJHnDCI3ogohW2Hn4,64
24
- mkv_episode_matcher-0.1.3.dist-info/RECORD,,
21
+ mkv_episode_matcher-0.1.4.dist-info/METADATA,sha256=izvBJO-INhIOdzOSfVfn3c1kUfkAjFyib-f-n0NGUyo,4351
22
+ mkv_episode_matcher-0.1.4.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
23
+ mkv_episode_matcher-0.1.4.dist-info/entry_points.txt,sha256=IglJ43SuCZq2eQ3shMFILCkmQASJHnDCI3ogohW2Hn4,64
24
+ mkv_episode_matcher-0.1.4.dist-info/RECORD,,