so i recently started adding my record collection to musicbrainz and while i’m adding the records i’m also playing them. but i got a bit annoyed that i had to search for them in musicbrainz & copy the mbid to be able to track the album.
so i made a userscript, it will fetch the (public) “Owned Music” collections and in the manual add listens popup give you an extra tab that will give you a list where you can choose the album you want to track.
(you do have to press the space bar to search for it, i have tried to search for a way to get around this but haven’t found it yet)
Yes, it first gets your collections. Then ik checks which collections are of the type “Owned music” and then it will list all the releases, clicking on one of them will fill it in on the search bar & focus on the search bar. You only have to press space for the change detection of the searchbar.
i fixed it, it was my fault. i only tested it on my one collection with only 40 releases.
i made it date it would page through bigger collections. but i had some errors in there.
so it should be fixed, but it will be much slower (since i can only reqesut one thing per second)
i started using localstorig to store data, so it will still load the latest values but it will already shw stuff it finds in local storage.
this should speed up stuff in so you don’t have to wait every time until everything is loaded.