Artists, title and track names (when track names are for single tracks and the title is used) can contain forward and backslashes. These can be converted by pathlib to be valid subdirectory paths. Slashes should be replaced by something filesystem path agnostic like hyphens.
Artists, title and track names (when track names are for single tracks and the title is used) can contain forward and backslashes. These can be converted by
pathlib
to be valid subdirectory paths. Slashes should be replaced by something filesystem path agnostic like hyphens.