feat: Bump version to 0.2.10, update constants and enhance source dictionary

This commit is contained in:
sHa
2025-12-27 04:05:04 +00:00
parent 9877be17a3
commit b2144a1014
4 changed files with 13 additions and 5 deletions

BIN
dist/renamer-0.2.10-py3-none-any.whl vendored Normal file

Binary file not shown.

View File

@@ -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"

View File

@@ -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",

2
uv.lock generated
View File

@@ -164,7 +164,7 @@ wheels = [
[[package]]
name = "renamer"
version = "0.2.9"
version = "0.2.10"
source = { editable = "." }
dependencies = [
{ name = "langcodes" },