diff --git a/dist/renamer-0.2.3-py3-none-any.whl b/dist/renamer-0.2.3-py3-none-any.whl new file mode 100644 index 0000000..c6dbfaa Binary files /dev/null and b/dist/renamer-0.2.3-py3-none-any.whl differ diff --git a/pyproject.toml b/pyproject.toml index c14ca10..408d722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "renamer" -version = "0.2.2" +version = "0.2.3" 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 406982d..1926893 100644 --- a/renamer/constants.py +++ b/renamer/constants.py @@ -42,6 +42,7 @@ SOURCE_DICT = { "DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"], "HDTV": ["HDTV"], "BluRay": ["BluRay", "BLURAY", "Blu-ray"], + "VHSRecord": ["VHSRecord", "VHS Record", "VHS-Rip", "VHSRip", "VHS", "VHS Tape", "VHS-Tape"], } FRAME_CLASSES = { diff --git a/uv.lock b/uv.lock index 0f396f3..4752a2c 100644 --- a/uv.lock +++ b/uv.lock @@ -164,7 +164,7 @@ wheels = [ [[package]] name = "renamer" -version = "0.1.1" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "langcodes" },