daisy / pipeline-modules

Modules for the DAISY Pipeline project
4 stars 5 forks source link

DAISY to MP3: don't create files and folders with forbidden characters in their name #90

Closed bertfrees closed 4 months ago

bertfrees commented 6 months ago

Some characters are forbidden in file names on Windows. On macOS, there is also the '/' which should not be used. See e.g. https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names.

bertfrees commented 4 months ago

Fixed by 6926533