Add mkv chapter cutter #5
Closed
RyougiKukoc
started this conversation in
Ideas
Replies: 2 comments
-
Judger detail of item 7: filename = os.path.splitext(os.path.basename(filepath))[0]
if filename.endswith(')'):
sq = filename.split('(')
sq[-2] += f'.{idx}'
new_filename = '('.join(sq)
else:
new_filename = filename + f'.{idx}' |
Beta Was this translation helpful? Give feedback.
0 replies
-
This function is released at 509499b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions