feat: Bump version to 0.2.10, update constants and enhance source dictionary
This commit is contained in:
BIN
dist/renamer-0.2.10-py3-none-any.whl
vendored
Normal file
BIN
dist/renamer-0.2.10-py3-none-any.whl
vendored
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "renamer"
|
name = "renamer"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
description = "Terminal-based media file renamer and metadata viewer"
|
description = "Terminal-based media file renamer and metadata viewer"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
@@ -40,9 +40,17 @@ SOURCE_DICT = {
|
|||||||
"BDRip": ["BDRip", "BD-Rip", "BDRIP"],
|
"BDRip": ["BDRip", "BD-Rip", "BDRIP"],
|
||||||
"BDRemux": ["BDRemux", "BD-Remux", "BDREMUX"],
|
"BDRemux": ["BDRemux", "BD-Remux", "BDREMUX"],
|
||||||
"DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"],
|
"DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"],
|
||||||
"HDTV": ["HDTV"],
|
"HDTVRip": ["HDTVRip", "HDTV"],
|
||||||
"BluRay": ["BluRay", "BLURAY", "Blu-ray"],
|
"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 = {
|
FRAME_CLASSES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user