kylekingcdn / music-library-exporter

A lightweight macOS app used to automatically generate (and customize) an Apple Music/iTunes Music Library XML file.
https://music-exporter.app
GNU General Public License v3.0
58 stars 1 forks source link

streams not working for me #104

Open illustrious-otter opened 1 year ago

illustrious-otter commented 1 year ago

Hi,

Thank you for building this much needed (and fast) tool!

I am dusting off some of my old programs now that the xml library is back in our lives and one issue I have is that for streams your program generates ( music-library-exporter export --music_media_dir $media_dir --output_path $xml_path ):

<key>Location</key> <string>file:///secretagent-128-aac</string>

whereas Music.app generates (via Library Export):

<key>Location</key><string>http://ice1.somafm.com/secretagent-128-aac</string>

It seems that http://DOMAIN -> file:// ?

kylekingcdn commented 1 year ago

I appreciate the kind words - thank you! (And for the in-depth bug report, helps a ton!)

I actually hadn't even considered remote streams since it's a feature I've never personally used.

I'll try and add support for this and release a patch this week.