Commit Graph

9 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
ae47d476f3 Add parse/rename CLI options 2022-02-09 18:08:06 +03:00
2204a3a2c3 Refactoring 2022-02-08 23:45:55 +03:00
fe0d345aa2 Add episode name in process_file 2022-01-16 09:21:07 +03: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
1b3af219d2 Rework parsing title
Better guessing of movie name.
2022-01-09 22:10:54 +03:00
368fc7e624 Add python parse implementation 2022-01-03 10:56:15 +03:00