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
60 stars 1 forks source link

Potentially use MediaPlayer framework as an up-to-date library interface #27

Closed kylekingcdn closed 3 years ago

kylekingcdn commented 3 years ago

Issues with iTunesLibrary:

MediaPlayer has support for extensive library queries and would resolve these issues.

While the relevant classes of MediaPlayer don't natively support macOS, they do support Mac Catalyst 13.0+ (Catalina). Further research should be done to determine whether or not functionality would be adequate given that it isn't a native macOS framework.