I really want to use Listen Brainz, but i listen a lot of offline music. Normally stream from my NAS to my AVR, but in vinyl too. Until now i was using last.fm and, for keep this listen sessions i use either Discogs (which have this built-in feature) either this web: https://openscrobbler.com/
I’ve noticed that the option to manually add tracks it is in the app, but i can’t add an album, which is annoying, especially when, like me, your habits are listen full albums.
is there a way? how can i fix this?
Yeah!
It seems, anyways, better than last.fm, especially in what it comes to data analyse and show.
About fiddling, apart this, everything works great.
I have use a webhook to plex which is my main soft to listen music (NO spotify, Apple Music or Tidal) and everything works great, no need of side apps, i don’t know, i’m happy.
There are some albums missed, but i can submit it and i know what albums are thanks to Lidarr.
Well, the script takes an MBID for a release, looks up the recordings for the release and then submits listens for each of the recordings with timestamps that are accurate as if you had listened to that album in sequence.
To run the script you will need to install Python on your machine and install the click and requests python modules. Then the program should run from the command line.
@Calaat I finally finished the feature!
You can test it on beta.listenbrainz.org, and barring some error reports it will be available on the main website very soon.
One small request: it would be nice if the text box treated links to listenbrainz.org/album/MBID the same as links to musicbrainz.org/release-group/MBID.
Hot on the heels of the album submission tool, I addressed LB-1448, allowing to queue up single listens to make it more convenient to add multiple listens in a row, and help calculate their listening time based on the tracks’ duration.
You can select a specific release for each track if more than one are available
I’m finishing up the feature, so again it should be available in the next couple of weeks.
Hi. Love the idea of this! Just my luck that the first album I try, The Who Liberty Stadium 2007 has no track duration info, so the importer chokes. I’m pretty convinced this is going to be an oddity though. I’ll make use of this a lot so thanks for adding the feature!
Thanks for reporting the bug!
It should work and submit listens without a duration! However it will calculate the “listened at” timestamp using a default value of 1 minute, in the absence of a real duration.
I’ll fix that now.
Instead of defaulting to one minute, you could try to use the recording duration if there is no track duration. That’s what I am doing in my own submission tool and it worked well for all analog releases for which I’ve submitted listens so far (and whose recordings have track lengths on other/digital releases).
P.S. Have you already seen the comments on LB-1401? There is even more feedback for this feature