diff --git a/dist/renamer-0.2.10-py3-none-any.whl b/dist/renamer-0.2.10-py3-none-any.whl new file mode 100644 index 0000000..0307caf Binary files /dev/null and b/dist/renamer-0.2.10-py3-none-any.whl differ diff --git a/pyproject.toml b/pyproject.toml index dfb95fc..8a2b767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "renamer" -version = "0.2.9" +version = "0.2.10" description = "Terminal-based media file renamer and metadata viewer" readme = "README.md" requires-python = ">=3.11" diff --git a/renamer/constants.py b/renamer/constants.py index 43db434..5904934 100644 --- a/renamer/constants.py +++ b/renamer/constants.py @@ -40,9 +40,17 @@ SOURCE_DICT = { "BDRip": ["BDRip", "BD-Rip", "BDRIP"], "BDRemux": ["BDRemux", "BD-Remux", "BDREMUX"], "DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"], - "HDTV": ["HDTV"], + "HDTVRip": ["HDTVRip", "HDTV"], "BluRay": ["BluRay", "BLURAY", "Blu-ray"], - "VHSRecord": ["VHSRecord", "VHS Record", "VHS-Rip", "VHSRip", "VHS", "VHS Tape", "VHS-Tape"], + "VHSRecord": [ + "VHSRecord", + "VHS Record", + "VHS-Rip", + "VHSRip", + "VHS", + "VHS Tape", + "VHS-Tape", + ], } FRAME_CLASSES = { @@ -127,7 +135,7 @@ MOVIE_DB_DICT = { SPECIAL_EDITIONS = [ "Theatrical Cut", - "Director's Cut", + "Director's Cut", "Director Cut", "Extended Edition", "Ultimate Extended Edition", diff --git a/uv.lock b/uv.lock index c52c436..141a636 100644 --- a/uv.lock +++ b/uv.lock @@ -164,7 +164,7 @@ wheels = [ [[package]] name = "renamer" -version = "0.2.9" +version = "0.2.10" source = { editable = "." } dependencies = [ { name = "langcodes" },