refactor CLI command modules and synchronize docs
This commit is contained in:
+1
-6
@@ -7,14 +7,9 @@ logical identities such as movie titles/years and series titles/seasons/episodes
|
||||
import re
|
||||
from typing import Optional
|
||||
|
||||
from vlm.config import DEFAULT_VIDEO_EXTENSIONS
|
||||
from vlm.models import MovieIdentity, SeriesIdentity
|
||||
|
||||
# Default extensions used when extensions param is not provided (matches config default)
|
||||
DEFAULT_VIDEO_EXTENSIONS = [
|
||||
".mp4", ".mkv", ".avi", ".mov", ".wmv", ".flv", ".webm", ".m4v"
|
||||
]
|
||||
|
||||
|
||||
# Quality tags to remove from titles
|
||||
QUALITY_TAGS = [
|
||||
r'\b1080p\b', r'\b720p\b', r'\b480p\b', r'\b2160p\b',
|
||||
|
||||
Reference in New Issue
Block a user