CdCat is a graphical (QT based) multi-platform catalog application that scans the directories or drives you want and memorizes the filesystem and store it in a small file.
The database is stored in a gzipped XML format, so you can hack it, or use it if necessary. Cdcat can store the content of some specified files up to a size limit if you want.
Here are some key features of "CdCat":
Searching with regex or wildcards:
· file name
· directory name
· media name
· comment
· content
· mp3 tags (artist, title, album, year)
· start date
· end date
· min file size
· max file size
· Unsharp search
· Full unicode support
· Read mp3 tags (if you enable it)
· Category support
· Autoload database on startup
· Display progress at scan
· Read file content from the specified files (e.g: *.nfo)
· Platform indepentent Gzipped XML format.
· Progress at loading catalog (useful at big size)
Import from other catalog programs:
· gtktalog (CSV, XML classical)
· KatDeCe (CSV)
· Disclib (CSV)
· VisualCD (CSV)
· Virtual Volumes View (CSV)
· Advanced File Organizer
· Advanced Disk Catalog (CSV)
· File Archivist
· WhereIsIt? (CSV, XML)
Export:
· CSV
· HTML
· XML
· Possibility to add comment for files or directories.
What's New in This Release: [ read full changelog ]
· version increased to 2.0
· datatype on reading at reading double from xml fixed
· code cleanup
· set special config settings on autoload on db correctly
· create pww on mainwidget instead on guibase
· display progressdialog on save/saveas added
· progressdialog fixes
· speedup catalog line detection on catalog reading
· status info about supported image extensions on selreadable dialog added
· keep ".." entry always as first entry on sort listview on change on 3. column
· display supported image extensions on console if debug info is enabled
· display tree childs open fixed
· use default selected color for listview
· compiler warnings reduced
· prevent a crash on close if catalog is currently loading
· wrong icon on adding history element on save catalog fixed
· importing media date for adding new media on gtktalog xml import fixed
· display busy cursor during dir read in adddialog added
· scanning / fixed
· set media name automaticlly if / is selected
· size of progressdialog fixed
· hide read errors prepared
· crash at start...