Allow to skip the number part of the filename #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By default files are called e.g. "Chapter0001.mp3", "Chapter0002.mp3".
Some users just want to create a single file. For that purpose, there should be a way to disable chapter splitting, e.g. by setting the chapter separator to an empty string (-c ""). Then only one file will be created, without an appended number.
(suggested by F6FLF)