framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

#musicbrainz

7 messages5 participants0 message aujourd’hui

For you music library folks, how is something being "higher quality" determined exactly?
I sure hope it's not purely looking at file size or codec/bitrate.

One other huge factor I consider is how the song is mastered/mixed.
Can it compare the waveform and spectrogram of a track and see if it has been loudness-warred / peaked-out / dynamic range crushed?
Can it show that stuff to you or does it do that or does it not do ANY of that?

I haven't been announcing this much yet, but I run a #MusicBrainz proxy on the #SmallWeb via #geminiprotocol. You can search the MusicBrainz database on gemini://musicbrainz.uploadedl

The source code for this #gemini server is available on git.sr.ht/~phw/musicbrainz-gem

It's generally working. There are tons of things to improve to make more data available in a better way, though. I work on it from time to time if I feel like it. But happy to accept patches :)

Suite du fil

and it's done! feel free to check it out at github.com/provokateurin/music

it got slightly more complicated due to sorting by release date and adding pagination to get all release groups, but in the end it's still not big at all!

i already automated the other parts, so the feed it is now automatically generated once a day for all artists in my #jellyfin instance :)

Contribute to provokateurin/musicbrainz-rss-generator development by creating an account on GitHub.
GitHubGitHub - provokateurin/musicbrainz-rss-generatorContribute to provokateurin/musicbrainz-rss-generator development by creating an account on GitHub.
Suite du fil

Update on the scripts for sorting huge amounts of music downloaded from the Internet Archive: I added a plugin for MusicBrainz Picard (a metadata/tag editor / music lookup tool) to load metadata from the Internet Archive's meta.xml files before doing the lookup. This makes it much more likely to be able to find a match:

codeberg.org/SamWhited/iamusic

Codeberg.orgiamusic/internetarchive_metadata/__init__.py sur mainiamusic - A quick (jank) script I wrote to sort through a large directory of public domain music and decide what I want to keep.