feat(config): Add series_year option to control year inclusion in titles and YAML configuration

This commit is contained in:
Andy
2025-08-13 15:00:30 +00:00
parent eac2ff4cee
commit 06687b51fb
3 changed files with 10 additions and 4 deletions

View File

@@ -15,6 +15,11 @@ set_terminal_bg: false
# false for style - Prime Suspect S07E01 The Final Act - Part One
scene_naming: true
# Whether to include the year in series names for episodes and folders (default: true)
# true for style - Show Name (2023) S01E01 Episode Name
# false for style - Show Name S01E01 Episode Name
series_year: true
# Check for updates from GitHub repository on startup (default: true)
update_checks: true