always nice to see something of such utility pop up. musicbrainz has most assuredly been around for what seems like forever now, and there's a reason for that. their tag database is second to none as far as im concerned. unfortunately for me, the only music I keep locally is my own music that I've made, and I can almost guarantee that that wouldn't be on there. plus i tag all my music properly to a point that might s…
If all you're using MP3 for is the space saving and metadata, you might like ogg/opus. It's the Opus codec (the state of the art in audio codecs right now) in an Ogg wrapper. You'll find a portable player capable of handling vinyl before you find one that plays ogg/opus, but desktop software is mostly fine.
MusicBrainz: an open music encyclopedia
21–30 of 96 posts
Re: MusicBrainz: an open music encyclopedia
#22I used the MusicBrainz API a while back for a side project that got me sued for some reason ( http://tcrn.ch/2rEox3h ). As I recall, it was pleasant to work with and did what I needed it to quite nicely, aside from a feature that my code had depended on being removed — anonymous/unauthenticated search — at which point the project was already basically dead and not worth trying to fix (that was just the last nail in t…
Re: MusicBrainz: an open music encyclopedia
#231. Number of releases per album individually tagged: https://musicbrainz.org/release-group/f5093c06-23e3-404f-aea...
2. The amount of metadata for an album: https://musicbrainz.org/release/b84ee12a-09ef-421b-82de-0441...
When you get used to this kind of high quality metadata, it's just so so sad to see how companies like Spotify treat metadata. As an example, look up Bob Marley & The Wailers on Spotify and try to find original releases, and then compare that to the list found here:
https://musicbrainz.org/artist/c296e10c-110a-4103-9e77-47bfe...
...and the sad part is that the metadata is freely available, with a permissive license.
Re: MusicBrainz: an open music encyclopedia
#24Full props to Robert Kaye, the founder. He's been raising this child for 15 years now.
There also was freedb (http://www.freedb.org/), not sure if that is still kept up-to-date.
Re: MusicBrainz: an open music encyclopedia
#25Earlier quoted context omitted.
If all you're using MP3 for is the space saving and metadata, you might like ogg/opus. It's the Opus codec (the state of the art in audio codecs right now) in an Ogg wrapper. You'll find a portable player capable of handling vinyl before you find one that plays ogg/opus, but desktop software is mostly fine.
VLC on Android supports opus. Unfortunately, most other players don't (I think this is a actually a bug in the Android media scanning library and not the players themselves though)
Mp3tag also handles MP4/M4A files wonderfully.
Re: MusicBrainz: an open music encyclopedia
#26Offtopic question: Is there a similar tool for managing or tagging metadata for movies and television?
It's a great tool. I had one problem / wishlist that I couldn't work out, and got a response from the author a few minutes after filing an issue, explaining how to solve my problem.
There's some risk that thetvdb.com's change of API later this year may be a problem, but I suspect a low risk.
https://github.com/dbr/tvnamer , with packages available for most distros AFAIK.
Re: MusicBrainz: an open music encyclopedia
#27I lightly modified a version of the Filemon driver from Sysinternals and wrote a little C program that used the driver to monitor for mp3s being played and then grab the perceptual audio hash of the file using trm.exe from Musicbrainz. It then sent the resulting fingerprint off to my website (written in glorious PHP3 no less!) and you could login with an account to see stats on the music you'd been listening to (done with meta data pulled from Musicbrainz).
Surprisingly, it worked reasonably well ...though very sure if I looked at the code now I'd run away screaming.
Really cool to see they're still going strong after all these years!
Re: MusicBrainz: an open music encyclopedia
#28I used the MusicBrainz API a while back for a side project that got me sued for some reason ( http://tcrn.ch/2rEox3h ). As I recall, it was pleasant to work with and did what I needed it to quite nicely, aside from a feature that my code had depended on being removed — anonymous/unauthenticated search — at which point the project was already basically dead and not worth trying to fix (that was just the last nail in t…
So, given that you had already predicted you'd get sued, who sued you and what for?
In the end we settled before it ever went to trial, so unfortunately that quote never found its way into a court transcript.
Re: MusicBrainz: an open music encyclopedia
#29This makes playlists resistant to filename changes, moves, or even losing all the actual audio tracks and having to buy them again, all because MusicBrainz provides so accurate metadata.
Re: MusicBrainz: an open music encyclopedia
#30Just to push home the awesomeness of crazy music nerds that together create MusicBrainz, please have a look at these two examples: 1. Number of releases per album individually tagged: https://musicbrainz.org/release-group/f5093c06-23e3-404f-aea... 2. The amount of metadata for an album: https://musicbrainz.org/release/b84ee12a-09ef-421b-82de-0441... When you get used to this kind of high quality metadata, it's just s…