Go to file
tigerenwork 662122dbf6 Strip leading emoji/special-symbol prefix from filenames
Add _is_strippable_prefix_char() to detect emojis, symbols, variation
selectors, and whitespace using Unicode ranges and categories. Add
strip_emoji_prefix() to strip matching leading chars. Update
strip_duplicate_suffix() to apply prefix stripping in addition to the
existing suffix cleanup.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-27 01:21:51 +08:00
archive init project 2026-04-11 15:23:52 +08:00
cut.py init project 2026-04-11 15:23:52 +08:00
cut_head.py feat: implement flexible head file detection supporting i.mp4 and i<number>.mp4 patterns 2026-04-13 23:25:35 +08:00
cut_tail.py fix: remove audio during intermediate processing and mux original audio back during final concatenation to prevent sync issues 2026-04-11 17:02:58 +08:00
run_python_code_head.bat init project 2026-04-11 15:23:52 +08:00
run_python_code_strip.bat chore: remove pause command from python execution script 2026-04-19 01:47:49 +08:00
run_python_code_tail.bat init project 2026-04-11 15:23:52 +08:00
run_python_code_zhconv.bat init project 2026-04-11 15:23:52 +08:00
strip_suffix.py Strip leading emoji/special-symbol prefix from filenames 2026-05-27 01:21:51 +08:00
zhconv.py feat: add support for converting folder names during Chinese character conversion 2026-04-11 21:13:53 +08:00