feat: Bump version to 0.4.3, add TMDB as a title source, and update lock files
This commit is contained in:
BIN
dist/renamer-0.4.3-py3-none-any.whl
vendored
Normal file
BIN
dist/renamer-0.4.3-py3-none-any.whl
vendored
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "renamer"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
description = "Terminal-based media file renamer and metadata viewer"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
@@ -32,6 +32,7 @@ class MediaExtractor:
|
||||
self._data = {
|
||||
"title": {
|
||||
"sources": [
|
||||
("TMDB", "extract_title"),
|
||||
("Metadata", "extract_title"),
|
||||
("Filename", "extract_title"),
|
||||
("Default", "extract_title"),
|
||||
|
||||
Reference in New Issue
Block a user