Closed agreselin closed 1 month ago
On Windows, special characters such as \/:?
are illegal characters that cannot be used in filenames. This was specially handled in the previous code. Unexpectedly broken usage on Unix platforms, fixed.
Great, thanks!
Hi, I've noticed that if a filename contains colons then it doesn't work work with
chapter-make-read.lua
. E.g. I haveMegadeth: Tiny Desk Concert.mkv
andMegadeth: Tiny Desk Concert.chp
.chapter-make-read.lua
ignores the chapters until I rename both files replacing the colon with something else. Is it something that can be fixed in the script?