Commit Graph

4 Commits

Author SHA1 Message Date
6f404840f8 #193 Add --set/--season overrides for batch episode renaming
--season auto-numbers episodes (E01, E02, ...) across a directory;
--set TYPE=VALUE overrides any parsed chunk, e.g. forcing name when
release text buries it in noise. Requires splitting SxxExx tokens
into separate season/episode chunks (previously one glued value)
and rejoining them without a separator in the generated name.

Also scopes --season numbering per directory instead of the whole
tree, drops leftover unknown text when overriding name on titles
with nothing else recognized, and makes extension matching
case-insensitive.
2026-07-14 21:20:26 -07:00
de213f47d7 Fix bug with missing ampersand 2022-01-16 09:16:28 +03:00
463e5b4c9f Add support for episode names 2022-01-16 09:11:00 +03:00
58b1606a62 Add tests 2022-01-12 23:24:28 +03:00