apple-music-history icon indicating copy to clipboard operation
apple-music-history copied to clipboard

not working

Open templelamp opened this issue 5 years ago • 2 comments

Hi

I am getting this message. I'm definitely opening the correct file. There was an error processing your data ☹️ , please double check the loaded file is correct: "Apple Music Play Activity.csv".

templelamp avatar Aug 13 '19 19:08 templelamp

It's not working for me either. Been trying to debug it but not getting anywhere. Any ideas for debugging @PatMurrayDEV ?

AlieGG avatar Sep 03 '19 19:09 AlieGG

I tried to submit a commit. Basically Apple Music Play Activity.csv now has the columns come in alphabetical order which is not how the script currently parses it (the current order seems more random).

In the meantime, you have to manually reorder your CSV file through OpenOffice Calc or Excel. It is a pain, but the only way to make it work.

Current parsing order: const keys = [ "Apple Id Number", "Event End Timestamp", "Event Received Timestamp", "Device Identifier", "Build Version", "Milliseconds Since Play", "Source Type", "Metrics Bucket Id", "Event Start Timestamp", "Feature Name", "Store Country Name", "Start Position In Milliseconds", "Play Duration Milliseconds", "Event Type", "End Position In Milliseconds", "Metrics Client Id", "Media Type", "End Reason Type", "Item Type", "Event Reason Hint Type", "Media Duration In Milliseconds", "Offline", "UTC Offset In Seconds", "Apple Music Subscription", "Client IP Address", "Content Provider", "Content Name", "Genre", "Artist Name", "Content Specific Type", "Original Title" ];

larahmarie avatar Oct 07 '19 21:10 larahmarie