Add a strict mode to file renaming

Strict renaming removes all reserved names and characters regardless
 of operating system, with out strict mode only for the current
 Operating System
Add more edge cases to smart cleanup
Add more tests for file renaming
This commit is contained in:
Timmy Welch 2022-04-18 22:46:46 -07:00
parent 49839dc0cb
commit 6ba74e3566

View File

@ -382,7 +382,7 @@ md_test.series_group = "Futuristic Tales"
md_test.scan_info = "(CC BY-NC-SA 3.0)" md_test.scan_info = "(CC BY-NC-SA 3.0)"
md_test.characters = "Anda" md_test.characters = "Anda"
md_test.teams = "Fahrenheit" md_test.teams = "Fahrenheit"
md_test.locations = "lonely cottage" md_test.locations = "lonely cottage "
md_test.credits = [ md_test.credits = [
{"person": "Dara Naraghi", "role": "Writer"}, {"person": "Dara Naraghi", "role": "Writer"},
{"person": "Esteve Polls", "role": "Penciller"}, {"person": "Esteve Polls", "role": "Penciller"},