krateng / maloja

Self-hosted music scrobble database to create personal listening statistics and charts
https://maloja.krateng.ch
GNU General Public License v3.0
1.18k stars 69 forks source link

New Spotify import method? #369

Closed Camotoy closed 4 months ago

Camotoy commented 4 months ago

Hello!

My exported Spotify streaming history file is titled StreamingHistory_music_0.json which doesn't seem to fit any of the existing Spotify naming conventions. Is this a new format? I'm happy to supply data privately to figure the issue out.

Here is a roughly condensed version of the file format:

[
  {
    "endTime" : "2024-05-06 18:43",
    "artistName" : "Twenty One Pilots",
    "trackName" : "Oh Ms Believer",
    "msPlayed" : 216783
  },
  {
    "endTime" : "2024-05-06 18:46",
    "artistName" : "Twenty One Pilots",
    "trackName" : "Taxi Cab",
    "msPlayed" : 195373
  },
  {
    "endTime" : "2024-05-06 22:41",
    "artistName" : "Twenty One Pilots",
    "trackName" : "Jumpsuit",
    "msPlayed" : 379525
  }
]
Camotoy commented 4 months ago

Nevermind - this was not the extended streaming history.