GrooveKraft is a fast, lightweight music collection manager that uses Discogs and MusicBrainz to enrich your collection with detailed metadata and artwork.
Features:
Import your Discogs collection into a local database
View and filter your Discogs collection locally, with artwork
Matches releases with MusicBrainz automatically to get release dates
“On this day” function shows anniversaries in your collection
Randomizer to help you pick something to listen to
Missing or incorrect release dates can be manually entered
Match quality shown with traffic-light icons (Red, Amber, Yellow, Green)
Bitfake was originally created to detect fake .FLAC files through spectral analysis. It has since grown into a multipurpose CLI tool for handling music more easily and efficiently.
One common problem was that getting a track’s metadata required long ffprobe commands with messy output. Converting music with ffmpeg was also repetitive. The command itself is easy to remember, but writing scripts to convert entire directories felt inefficient and slow. This project now performs metadata and conversion tasks directly through linked libraries (TagLib/libsndfile/libav*).
Features:
Get metadata
Get ReplayGain info (useful for music players)
Spectral analysis on 44.1 kHz .FLAC files (higher sample rates may be misrepresented, so be careful)
Lossy diagnosis (banding score)
File Conversion + VBR Support (Works for outputs like .wav, .flac, .ogg, .mp3, .aac, .opus)
Tagging metadata (Works for single files, but not directories yet)
Calculating ReplayGain and applying it to files (Works for track replay gain iterating through directories, album replay gain is a bit funky?)
Directory Conversion (works for all previously mentioned formats!)
CoverArt+ (Brings along cover art among all conversions!)
Organizing Files by album! (Give a dir of random music, and bitfake will organize it – ty to uncognic)
Directory Tagging (YAY!)
Album folder renaming from tags (Artist – Album (Year))
Picard Barcode Scanner helps you to tag your physical releases with MusicBrainz Picard. It allows you to scan the barcode of e.g. a CD and have the corresponding metadata from MusicBrainz automatically loaded into Picard on your desktop.
This is especially useful if you have your physical music collection already digitalized and want to tag the files using the correct album.
Picard Barcode Scanner helps you to tag your physical releases with MusicBrainz Picard. It allows you to scan the barcode of e.g. a CD and have the corresponding metadata from MusicBrainz automatically loaded into Picard on your desktop.
This is especially useful if you have your physical music collection already digitized and want to tag the files using the correct album.
CritiqueBrainz is a repository for Creative Commons licensed music and book reviews. Here you can read what other people have written about an album or event and write your own review!
CritiqueBrainz is based on data from MusicBrainz (open music encyclopedia) and BookBrainz (open book encyclopedia). Everyone, including you, can participate and contribute.
A foobar2000 component to submit the music you listened to to ListenBrainz or another ListenBrainz compatible scrobble server (for example Maloja).
This component was originally written by marc2k3. This repository is an attempt to preserve the source code of this excellent component and hopefully to revive the development.
AudioRanger is a powerful and versatile music tagger designed to automatically identify and organize your digital music collection.Runs on Windows and Mac. Feature-rich free version available. (Has limits)
Muine is an innovative music player, featuring a simple, intuitive interface. It is designed to allow users to easily construct a playlist from albums and/or single songs. Its goal is to be simply a music player, not to become a robust music management application. This doesn’t mean Muine has no features! Some feature highlights:
Ogg/Vorbis, FLAC, AAC and MP3 music playback support
Automatic album cover fetching via MusicBrainz and Amazon
Support for embedded album images in ID3v2 tags
ReplayGain support
Support for multiple artist and performer tags per song
Plugin support
Translations into many languages
Muine is targeted at the GNOME desktop and uses GTK+ for the interface. Most of the code is written in C#, with some additions/bindings/glue in plain C. Muine was originally written by Jorn Baayen, but now maintained mostly by others.