Skip to content

Backslash instead of forward slash in playlist pathways not working in Windows 11 #16

@Andrrison

Description

@Andrrison

Raising this as an issue, as wasn't able to get this working from the comments in closed issue https://github.com/ericdaugherty/itunesexport-go/issues/6

I've downloaded 1.6.0 (Windows 11), but can't get this to work. Here's the code I'm running in Command Prompt to generate a backslash:

itunesexport.exe -includeAll -library "H:\iTunes\iTunes Library.xml" -pathSeparator "\\" -output "C:\Users\morri\Music\iTunes\iTunes Library - Backup\Audio Station Playlists" 

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:

H:/iTunes/iTunes Media/Music/Erasure/The Innocents/01 A Little Respect.m4a

Note I also tried this code (using "\" instead of "\\"):

itunesexport.exe -includeAll -library "H:\iTunes\iTunes Library.xml" -pathSeparator "\" -output "C:\Users\morri\Music\iTunes\iTunes Library - Backup\Audio Station Playlists"

Which generates this error:

Unable to parse command line parameters.
Unexpected paramter purchases

Can this be investigated and resolved please - would be a really helpful function for me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions