-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use backslash instead of forward slash in playlist items #6
Comments
I second this request. I'd like the option to include a command to change / to \ in the output files. I export my iTunes playlists for two use cases:
Seem to recall the GUI version used to be able to do this - I have some old exported playlists in my Audio Station with \ . @ericdaugherty is there something in the Command Line version that can achieve this already? If not, could this feature be added? Thanks |
Release 1.6 adds the option 'pathSeparator' which allows you to specify whatever character or characters you want to use as the output file path separator. ex: |
I've downloaded 1.6.0 (Windows), but can't get this to work. Here's the code I'm running in Command Prompt:
Here's an example of a line from the output .m3u file, showing the pathway still with a forward slash, when my code requested a back slash:
Note I also tried this code (using "\" instead of "\\"):
Which generates this error:
@ericdaugherty am I doing something wrong, or is this a bug? |
This tool works great but it is creating file paths as
C: / Users / %username% / Music
and not
C: \ Users \ %username% \ Music
Could you update the tool to use backslashes - reason being - I want to use the exported M3U with Emby but cannot as the M3U contents need to match identical to the library path - because the / and the \ dont line up the import fails
Justifying the change:
The text was updated successfully, but these errors were encountered: