
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Cdcat is graphical (QT based) multiplatform (Linux / Windows / OS/X / OS/2) catalog program which scans the directories/drives you want and memorize the filesystem /including the tags of mp3's/ 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 :-)
And the program can store the content of some specified files up to a limit size if you want. (for example: *.nfo) and read some technical ifos from various files. Archive contents can also stored into the catalog. Reading thumnails and media information is also possible.
Please send all bugs/comments to mailing list (see homepage) or (better) submit bugs at bug tracker: http://sourceforge.net/tracker/?group_id=89530&atid=590426
8 years ago
http://cdcat.sourceforge.net/ChangeLog
This release has archive file scan support which also requires now libbzip2, libtar. p7zip/7zip (lib) and lib7zip and mediainfo lib are optional.
Release 2.2 (r571, bugfix release)
~~~~~~~~~~~~~~
+ version increased to 2.2
- Q_OBJECT macro on ArchiveFile class added
- cdcat homepage link at info dialog fixed
- gpl page link at info dialog added
- crash on cancel of add link dialog fixed (thanks to Alain Aupeix)
- segmentation fault on 'add link to a cdcat catalog' fixed (#3597794)
- setting progress text fixed
- changing media type using media type dialog fixed (#3581829)
- dont stop parsing at unknown media type, change automaticlly to other type
- memleaks at scanning filesystem fixed
- memleaks at exit fixed
- sorting by ascending or descending results in descending fixed (#3559284)
- memleak at scanning filesystem fixed
- export fixed (#3576090)
- default filename at export fixed
- crash at search on duplicates fixed
+ sort catalog by name (descending) added
+ sort catalog by media type (ascending/descending) added
+ export single media to xml added
+ import of cdcat exported xml added (e.g. singe media)
+ display path of selected search result entry in status bar added
8 years ago
http://cdcat.sourceforge.net/ChangeLog
This release has archive file scan support which also requires now libbzip2, libtar. p7zip/7zip (lib) and lib7zip and mediainfo lib are optional.
Release 2.2 (r571, bugfix release)
~~~~~~~~~~~~~~
+ version increased to 2.2
- Q_OBJECT macro on ArchiveFile class added
- cdcat homepage link at info dialog fixed
- gpl page link at info dialog added
- crash on cancel of add link dialog fixed (thanks to Alain Aupeix)
- segmentation fault on 'add link to a cdcat catalog' fixed (#3597794)
- setting progress text fixed
- changing media type using media type dialog fixed (#3581829)
- dont stop parsing at unknown media type, change automaticlly to other type
- memleaks at scanning filesystem fixed
- memleaks at exit fixed
- sorting by ascending or descending results in descending fixed (#3559284)
- memleak at scanning filesystem fixed
- export fixed (#3576090)
- default filename at export fixed
- crash at search on duplicates fixed
+ sort catalog by name (descending) added
+ sort catalog by media type (ascending/descending) added
+ export single media to xml added
+ import of cdcat exported xml added (e.g. singe media)
+ display path of selected search result entry in status bar added
janet
8 years ago
Is it possible to use bigger icons for the toolbar (32x32) and maybe to use icons from the current icon theme of the desktop environment?
Report
VectoR
9 years ago
Report
VectoR
9 years ago
Report
remix
9 years ago
Report
c2tarun
9 years ago
Report
rahulrp
9 years ago
Report
TaTaE
15 years ago
Besides that your work is great and i'm waiting for an ebuild. Anyone interested to make one ?
Report
fourthirtysix
16 years ago
cdcat is straightforward, easy to use and FAST compared to the other programs.
the author has done a good job at keeping it updated and I hope this program gets more attention which it deserves. I would love to see it integrated further with KDE so that it might become one of that standard KDE apps offered with the suite.
thanks for this program.
Report
yagami
16 years ago
great program !!
are you planning on turning this into more a kde app ? ( with normal kde key shortcuts and icons and appearence ?! )
thanx for the usefull program :)
Report
kraff2
17 years ago
I changed the include in exportcdcatdb.h and import.h then compilation finalized.
Now cdcat run, catalog->new OK, but when I try "add new media to catalog" select media (CD) and press OK/Scan the program frozen with this output in console:
...
QFont::setPointSize: Point size <= 0 (-82893)
QFont::setPointSize: Point size <= 0 (-82894)
QFont::setPointSize: Point size <= 0 (-82895)
QFont::setPointSize: Point size <= 0 (-82896)
QFont::setPointSize: Point size <= 0 (-82897)
QFont::setPointSize: Point size <= 0 (-82898)
...
without end :).
I try the 0.95 and cvs version with same result but the windows version run perfectly with wine ;) without that error...
Cdcat is great program imho more useful than gtktalog, and I only can use the windows version over wine.
Sorry my bad english.
Report
crissi
17 years ago
> without end :).
if you get this error remove the cdcat_es.qm from /share/cdcat/translation/
Report
crissi
17 years ago
Report
crissi
17 years ago
Report
crissi
17 years ago
I fixed the use of qlist.
The other problem i cant repeat.
rpm -q qt3
qt3-3.3.0-24
(KDE 3.2rc-1 ;))
Have you set your cdrom in settings?
Try with latest version:
http://cdcat.sf.net/cdcat_cvs_0.96.tar.bz2
please report if it works. Also try to scan a directory...
Report
kraff2
17 years ago
The other problem continue, I try to scan a directory with same result
QFont::setPointSize: Point size <= 0 (0)
QFont::setPointSize: Point size <= 0 (-1)
QFont::setPointSize: Point size <= 0 (-2)
QFont::setPointSize: Point size <= 0 (-3)
...
I think the problem is not in OK/Scan function because the program frozen even if I press Cancel or close the dialog's window, with the same output when I press OK/Scan :(
I play with options in configuration "Use own font size" and others... without solution.
The import of gtktalog db work :), but when press save button or Catalog->save the program crash with the same output
Report
crissi
17 years ago
> Catalog->save the program crash with
> the same output
Report
crissi
17 years ago
crissi99 AT gmx DOT de
Report