GWhere allows you to manage a catalog of your CDs and any other removable media (such as hard disks, floppy disks, Zip disks, CD-ROMs, etc...) indexed in a database. With GWhere it is easy to browse your CDs or to make a quick search without needing to insert each CD one after another.
GWhere is not finalized, but it will still work and is very usable. GWhere is free and distributed under the free GNU GPL license. This program is written in C with GTK+
git, gcc, libtool, m4, autoconf, automake, make, pkgconf, gtk2
git clone https://github.com/wdlkmpx/gwhere
cd gwhere
./autogen.sh
./configure
make -j
sudo make install
cd gwhere
sudo make uninstall