-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels