ericdaugherty / itunesexport-go

A Console iTunes Library exporter written in Go (golang)
12 stars 6 forks source link

Use backslash instead of forward slash in playlist items #6

Open kingy444 opened 1 year ago

kingy444 commented 1 year ago

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:

Andrrison commented 2 months ago

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:

  1. Using in Poweramp on my Android devices - for which the current / works perfectly
  2. Using in Audio Station on my Synology Diskstation - this requires \ in the pathways, so I cannot achieve this yet.

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