diff --git a/dist/renamer-0.8.5-py3-none-any.whl b/dist/renamer-0.8.5-py3-none-any.whl new file mode 100644 index 0000000..b21d60f Binary files /dev/null and b/dist/renamer-0.8.5-py3-none-any.whl differ diff --git a/pyproject.toml b/pyproject.toml index 5d6937f..71cb860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "renamer" -version = "0.8.4" +version = "0.8.5" description = "Terminal-based media file renamer and metadata viewer" readme = "README.md" requires-python = ">=3.11" diff --git a/renamer/constants/edition_constants.py b/renamer/constants/edition_constants.py index b26facb..17d5086 100644 --- a/renamer/constants/edition_constants.py +++ b/renamer/constants/edition_constants.py @@ -9,6 +9,7 @@ SPECIAL_EDITIONS = { "Director's Cut": ["Director's Cut", "Director Cut"], "Extended Cut": ["Extended Cut", "Ultimate Extended Cut", "Extended Edition", "Ultimate Extended Edition"], "Special Edition": ["Special Edition"], + "Open Matte": ["Open Matte"], "Collector's Edition": ["Collector's Edition"], "Criterion Collection": ["Criterion Collection"], "Anniversary Edition": ["Anniversary Edition"], @@ -56,4 +57,5 @@ SPECIAL_EDITIONS = { "Amazon Edition": ["Amazon Edition", "Amazon", "Amazon Prime Edition", "Amazon Prime"], "Netflix Edition": ["Netflix Edition"], "HBO Edition": ["HBO Edition"], + "VHS Source": ["VHSRecord", "VHS Record", "VHS Rip", "VHS", "VHS-Rip"], } diff --git a/uv.lock b/uv.lock index 007ee2a..14b7dc5 100644 --- a/uv.lock +++ b/uv.lock @@ -462,7 +462,7 @@ wheels = [ [[package]] name = "renamer" -version = "0.8.4" +version = "0.8.5" source = { editable = "." } dependencies = [ { name = "langcodes" },