Open lylebrown opened 1 year ago
Exports? Import? Multi-scrobbler does not import anything from file. Should this issue have been made on the Maloja repository?
Exports? Import? Multi-scrobbler does not import anything from file. Should this issue have been made on the Maloja repository?
I thought I was in the right place? Am I going crazy?
OOPS i am the one going crazy :sweat_smile: I thought this was my repo. Too early in the morning to be answering issues. Sorry
Did some initial parsing, it looks like these new files don't contain information about the track artist, is this correct? I'm using the album artist for now, but this is of course far from ideal.
It looks like you're right. While it would be time intensive on the server during the import, the Spotipy library can get track information from that ID.
Hey guys, Can I try working on this Issue? Will be my first Open Source Contribution
I'll make a suggestion for whoever works on this - if you do end up looking up each track by ID, it'd probably be a good idea to cache those IDs in the process, because it's highly likely to see repeats in listening history.
I'd be interested on working on this as well, but my time is very limited right now, so it'd likely be months before I could start.
the fix mentionned in #228 does not work, just tried building it on bleeding-edge and it still gives the same error : File StreamingHistory_music_0.json could not be identified as a valid import source.
Just worked for me using the latest docker image with a fresh install. Normally I use a compose file, but I deleted the container and launched Maloja in shell mode with the snippet on the readme. I had a folder of 8 spotify json files in my data directory that were all detected and imported in one go. After that I deleted the container I started in shell mode and used my compose file like usual.
It seems like Spotify has changed the format of their exports.
Example of old file: Filename: StreamingHistory0.json
Example of new file: Filename: Streaming_History_Audio_2019_0.json
Let me know if I can help with any other info.