Closed nokyan closed 5 years ago
Thanks, but there is room to improve:
Use an underscore instead of an empty string. "_" is much more common as replacement, nothing may look weird, for example if the char before and after is a space.
self.filename = self.filename.replace("/", "_")
Ok great :)
Recording tracks that have a "/" in their title previously didn't work, this hacky solution fixes it by just replacing every "/" in the filename with nothing.