dvdindex is a free, open-source CD/DVD archiving utility to manage a collection of
CDs/DVDs.
It has built-in encryption support and is released under the GPL.
Requirements:
· Qt(>=3.3)
· taglib(for the mp3-plugin)
Installation:
$qmake
$make
To install dvdindex, execute
#./install.sh
or simply copy bin/dvdindex to a directory in
your $PATH.
The mp3-plugin can be found in plugins/mp3.
Copy libmp3.so to any directory and choose it in the "Settings" Dialog.
What's New in This Release:
· Added a plugin interface to collect information of scanned files.
· Changed the layout of the MainWindow
· Removed the ACE dependency as it is not available in all distros.
· Fixed the "Scan" Window, the status bar is now working and a QThread is used to scan files.
· Settings like window size and position get stored.
· Added information how to install the application.
· Fixed some minor bugs.
Product's homepage