w-e-w 480d8e7646 replace "srt.replace()" in apply_filename_pattern() with equivalent re.sub()
the file_decoration passed into apply_filename_pattern() is formatted to lowercase to increase compatibility
the use of case sensitive srt.replace()

but because the newly implemented "time format" is case sensitive
the lowercasing the file_decoration will cause time format to be broken

in order to resolve this issue
I decided to replace every srt.replace() and in if "str" in x to regular expression (case insensitive) equivalent
2022-10-24 10:28:42 +03:00
..
2022-10-23 09:26:56 +03:00
2022-10-24 09:07:39 +03:00
2022-09-05 23:08:06 +03:00
2022-10-22 19:27:16 +03:00
2022-09-07 12:32:28 +03:00
2022-10-17 21:15:32 +03:00
2022-10-16 09:56:33 +03:00
2022-10-24 09:15:26 +03:00
2022-10-19 11:52:12 +03:00
2022-10-14 16:37:36 +03:00
2022-10-22 13:34:49 +03:00
2022-10-08 22:42:30 +03:00
2022-10-24 10:22:48 +03:00
2022-10-10 19:54:57 +03:00
2022-10-08 22:42:30 +03:00
2022-10-10 19:54:57 +03:00
2022-10-09 13:48:04 +03:00