mkv-episode-matcher 0.7.0__py3-none-any.whl → 0.7.1__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.
- {mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/METADATA +4 -4
- {mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/RECORD +5 -5
- {mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/WHEEL +1 -1
- {mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/entry_points.txt +0 -0
- {mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mkv-episode-matcher
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
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
|
Home-page: https://github.com/Jsakkos/mkv-episode-matcher
|
|
6
6
|
Author: Jonathan Sakkos
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
16
16
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
17
|
-
Requires-Python:
|
|
17
|
+
Requires-Python: <3.13,>=3.9
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
Requires-Dist: configparser>=7.1.0
|
|
20
20
|
Requires-Dist: ffmpeg>=1.4
|
|
@@ -58,7 +58,7 @@ Automatically match and rename your MKV TV episodes using The Movie Database (TM
|
|
|
58
58
|
|
|
59
59
|
## Prerequisites
|
|
60
60
|
|
|
61
|
-
- Python 3.9
|
|
61
|
+
- Python 3.9-3.12
|
|
62
62
|
- [FFmpeg](https://ffmpeg.org/download.html) installed and available in system PATH
|
|
63
63
|
- TMDb API key (optional, for subtitle downloads)
|
|
64
64
|
- OpenSubtitles account (optional, for subtitle downloads)
|
|
@@ -7,8 +7,8 @@ mkv_episode_matcher/episode_matcher.py,sha256=SxAbnXuTJITD1o0WohE9heE3Fm9zW_w0Nq
|
|
|
7
7
|
mkv_episode_matcher/subtitle_utils.py,sha256=Hz9b4CKPV07YKTY4dcN3WbvdbvH-S3J4zcb9CiyvPlE,2551
|
|
8
8
|
mkv_episode_matcher/tmdb_client.py,sha256=LbMCgjmp7sCbrQo_CDlpcnryKPz5S7inE24YY9Pyjk4,4172
|
|
9
9
|
mkv_episode_matcher/utils.py,sha256=modXMLmt2fpny8liXwqe4ylxnwwfg_98OLOacv5izps,14501
|
|
10
|
-
mkv_episode_matcher-0.7.
|
|
11
|
-
mkv_episode_matcher-0.7.
|
|
12
|
-
mkv_episode_matcher-0.7.
|
|
13
|
-
mkv_episode_matcher-0.7.
|
|
14
|
-
mkv_episode_matcher-0.7.
|
|
10
|
+
mkv_episode_matcher-0.7.1.dist-info/METADATA,sha256=aldFGWAmo9NdKCgkrxI5bZB-5IwvJt78OlWXVB9xzBs,5384
|
|
11
|
+
mkv_episode_matcher-0.7.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
12
|
+
mkv_episode_matcher-0.7.1.dist-info/entry_points.txt,sha256=IglJ43SuCZq2eQ3shMFILCkmQASJHnDCI3ogohW2Hn4,64
|
|
13
|
+
mkv_episode_matcher-0.7.1.dist-info/top_level.txt,sha256=XRLbd93HUaedeWLtkyTvQjFcE5QcBRYa3V-CfHrq-OI,20
|
|
14
|
+
mkv_episode_matcher-0.7.1.dist-info/RECORD,,
|
{mkv_episode_matcher-0.7.0.dist-info → mkv_episode_matcher-0.7.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|