-
-
Notifications
You must be signed in to change notification settings - Fork 79
Description
First of, thanks for the app, I really appreciate its existence :)
As per title, I downloaded my listenbrainz data but I am unable to import into my docker-based maloja instance. Doesn't matter what I do, I cannot import it with the new method of placing it into the import folder. It seems to be similar to this comment #393 (comment).
For simplicity I am going to copy the commenter's description:
Listenbrainz outputs a folder with user.json file and a "listens" directory, where each year of scrobbles is sorted into individual sub-directories with a .jsonl file per month.
In my case this is /listens/2025/3.jsonl
I also tried to convert the jsonl into a regular json, but the logs always say that 3.jsonl could not be identified as a valid import source.
I also tried renaming it, but to no avail.
Since the comment was on a closed older thread, I decided to open a new issue, hope it's ok, and thank you again :)