SHOEGAZEssb / Last.fm-Scrubbler-WPF

Manual Last.fm scrobbling for when a service (or you!) failed to scrobble.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Successfully parsed file. Parsed 0 Scrobbles" when trying to upload JSON of historical scrobbles.

steaming-mangos opened this issue · comments

I have a prepared json with this format:

[
    {
        "artistName": "Spoon",
        "albumName": "Can I Sit Next to You",
        "trackName": "Can I Sit Next to You",
        "time": "2018-01-30T06:19:18Z"
    },
    {
        "artistName": "Ween",
        "albumName": "The Mollusk",
        "trackName": "Ocean Man",
        "time": "2018-01-30T06:21:25Z"
    },
    {
        "artistName": "Destroyer",
        "albumName": "Destroyer's Rubies",
        "trackName": "Painter in Your Pocket",
        "time": "2018-01-30T06:21:59Z"
    }
]

When I try to upload it, it says "Successfully parsed file. Parsed 0 scrobbles"

The issue was with the settings (the button located next to where you select the parser). I had to change the field properties to match the JSON file.

commented

The issue was with the settings (the button located next to where you select the parser). I had to change the field properties to match the JSON file.

By any chance can I have the field properties you used for this? Since I have the same format with no result.