Notes:
/* --------------------------------------------------------------------------
Domo - Dirks (Oberon) Music Organizer (http://domo.sf.net)
Copyright (C) 2001 Dirk Gorissen, All Rights Reserved
This application is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation;
This application is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public
License along with this application; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
----------------------------------------------------------------------------*/
==========================================================================
Domo - A Qt/MySQL based media organiser
by Dirk Gorissen (Dgorissen@gmx.net)
See Also: http://domo.sf.net
=+=+=+=+=+=+=
PLEASE read the INSTALL / README files!
PLEASE NOTE: Domo requres third party libraries such
as musicbrainz and id3lib. This distribution does NOT
include these (in other words: they must be linked dynamically).
Please check the domo.sf.net site on how to obtain them.
=+=+=+=+=+=+=
You should have received a copy of the GNU General Public
License along with this application; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
==========================================================================
Release Date: 2003-07-10
Release Name: 2.0b1
Of Package: domo-devel
Release Notes:
This is a convenience release as a result of numerous
e-mails requesting one.
WARING: this is a development release and not guaranteed
to be bug-free!
===========================================================
Release Date: 2003-07-15
Release Name: 2.0b2
Of Package: domo-devel
Release Notes:
This is a major bugfix/tweaking release.
WARING: this is a development release and not guaranteed
to be bug-free!
===========================================================
Release Date: 2003-07-20
Release Name: 2.0b3
Of Package: domo-devel
Release Notes:
This is a typical bugfix release, lots of bugs fixed,
mainly in in setup wizard.
WARING: this is a development release and not guaranteed
to be bug-free!
===========================================================
Release Date: 2003-07-30
Release Name: 2.0b4
Of Package: domo-devel
Release Notes:
This is another bugfix release, lots of bugs fixed,
more testing done. This should be the last beta before
a final 2.0 release.
WARING: this is a development release and not guaranteed
to be bug-free!
===========================================================
Release Date: 2003-08-13
Release Name: 2.0rc1
Of Package: domo-devel
Release Notes:
Well, no final 2.0 release as promised above, but it comes
close. To be on the safe side I opted for the extra step.
More obscure bugs fixed + usability tweaking.
WARING: this is a development release and not guaranteed
to be bug-free! No more major bugs should occur though.
===========================================================
Release Date: 2003-08-20
Release Name: 2.0rc2
Of Package: domo-devel
Release Notes:
Couple of bugs fixed + features added (see changelog)
===========================================================
Release Date: 2003-08-31
Release Name: 2.0
Of Package: domo
Release Notes:
Features/gui tweaked + added some new features (see changelog)
This should be a stable 2.0 release.
- Please note that the config file ('domo.conf') has changed slightly.
When upgrading, please make sure you have removed any
existing installation.
===========================================================
Release Date: 2004-12-01
Release Name: 2.1
Of Package: domo
Release Notes:
Lots of GUI tweaks, added ogg meta info and TRM audio
fingerprint support, ... This is the nicest release yet.
This should be a stable 2.1 release.
===========================================================
Release Date: 2004-04-28
Release Name: 2.2
Of Package: domo
Release Notes:
Lots of internal code cleanup + fixed a few minor bugs.
Added possibility to customize the album format + improved
automatic track handling.
German translation also available.
===========================================================
Release Date: 2004-07-06
Release Name: 2.3
Of Package: domo
Release Notes:
Cleaned up, lots of minor tweaks + few new features.
Step towards 3.0.
===========================================================
Release Date: 2004-08-30
Release Name: 2.4
Of Package: domo
Release Notes:
Lots of new and major feature enhancements. See changelog.
!!! Important is the switch from id3lib to taglib !!!
===========================================================
Changes:
/* --------------------------------------------------------------------------
Domo - Dirks (Oberon) Music Organizer (http://domo.sf.net)
Copyright (C) 2001 Dirk Gorissen, All Rights Reserved
This application is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation;
This application is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public
License along with this application; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
----------------------------------------------------------------------------*/
==========================================================================
Domo - A Qt/MySQL based media organiser
by Dirk Gorissen (Dgorissen@gmx.net)
See Also: http://domo.sf.net
=+=+=+=+=+=+=
PLEASE read the INSTALL / README files!
PLEASE NOTE: Domo requres third party libraries such
as musicbrainz and id3lib. This distribution does NOT
include these (in other words: they must be linked dynamically).
Please check the domo.sf.net site on how to obtain them.
=+=+=+=+=+=+=
You should have received a copy of the GNU General Public
License along with this application; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
==========================================================================
Release Date: 2003-07-10
Release Name: 2.0b1
Of Package: domo-devel
Change Log:
This is a convenience release as a result of numerous
e-mails requesting one.
Most functions should work without any problems.
Compare module works but needs to be redesigned.
CSS/B4S support also needs to be added.
===========================================================
Release Date: 2003-07-15
Release Name: 2.0b2
Of Package: domo-devel
Change Log:
Qt 3.2 IS A MUST!
Loads of bugfixes, tweaking.
Fixed resizing issue, added CSS,B4S,PLS support.
Re-wrote compare module, changed database structure slightly,
added splashscreen (requires Qt 3.2),...
Now the main thing is testing, testing, testing...
===========================================================
Release Date: 2003-07-20
Release Name: 2.0b3
Of Package: domo-devel
Change Log:
Lots of (invisible) bugs fixed (mainly in the setup wizard),
not so much a feature release as the previous version.
Added warnings when adding low quality songs, updated statistics,
added more artwork + lots of minor tweakings
===========================================================
Release Date: 2003-07-30
Release Name: 2.0b4
Of Package: domo-devel
Change Log:
Lots of (invisible) bugs fixed thanks to more testing.
File IO system is now exception based => much better error
reporting. Logging system is also more robust. Better + smarter
indexing of music files.
Also fixed the zip file by adding the screenshot file.
This should be the last beta before a final 2.0 release
===========================================================
Release Date: 2003-08-13
Release Name: 2.0rc1
Of Package: domo-devel
Change Log:
Well, no final 2.0 release as promised above, but it comes
close. To be on the safe side I opted for the extra step.
- More obscure bugs fixed + usability tweaking.
- Improved Compare interface + fixed 'use compare selection'
segfault.
- Improved the 'cleaning' of filenames when
scanning for tracks to ensure more accurate data and prevent
errors when exporting.
- Added option to skip + delete low quality songs.
- Added welcome dialog + extra page to setup wizard.
- Deleting collections is possible
===========================================================
Release Date: 2003-08-20
Release Name: 2.0rc2
Of Package: domo-devel
Change Log:
- fixed compare bug (didn't detect diff versions)
- added hyphened artists resource file
- added backup-database option
- fixed resize issue in mainwindow (add tab)
- improved stripTrackNo
- more minor updates
===========================================================
Release Date: 2003-08-31
Release Name: 2.0
Of Package: domo
Change Log:
- Added "CD Only" export mode
- Added CSV as supported I/O filetype
(makes interfacing with spreadsheet apps (Excell,Calc) possible)
- internal code cleanup
- tweaked features + gui
- reorganized the directory structure of ~/.domo
- removed "resource_dir" from config file
- added a 'language' framework, translation files can now be added
easily
- added an "About Qt" dialog
Please note that the config file ('domo.conf') has changed slightly.
When upgrading, please make sure you have removed any
existing installation.
===========================================================
Release Date: 2004-12-01
Release Name: 2.1
Of Package: domo
Change Log:
- lots of GUI tweaks/checks
- update credits dialog
- added ogg tag support
- added TRM audio fingerprint support for unknown tracks
- added "Clean directory" function
- added "enter audio cd manually" dialog
- a few minor bugfixes
===========================================================
Release Date: 2004-04-28
Release Name: 2.2
Of Package: domo
Change Log:
- lots of refactoring/internal cleanup
- fixed a few minor bugs
- added support for custom album formats
through regex-like expressions
- improved automatic handling of 'dirty' tracks
- German translation added
===========================================================
Release Date: 2004-07-06
Release Name: 2.3
Of Package: domo
Change Log:
- some refactoring/internal cleanup
- fixed a few minor bugs
- lots of aesthetic tweaks (icons, grammar, ...)
- added browse tab
- handling of database now truly DBMS independent
- much improved filename/directory cleaning
===========================================================
Release Date: 2004-08-30
Release Name: 2.4
Of Package: domo
Change Log:
Major feature enhancements:
- replaced id3lib with taglib
- added and integrated settings which allow choosing metainfo preference (filename or metatag) and
which allow the user to specify a custom track format
- writing of metatags is now supported
- bugfixes
- added right-click context menu to score tracks, set mood, delete CDs & rename albums
- increased possible query fields
- possible to query albums
- consistency dialog much, much improved (supports genre, album, etc...)
- finally fixed mysql database/account creation permission issues, newly created account
should be fairly restricted.
- added a genre-centric browse list (in addition to the CD centric one)
- updated statistics to reflect mood popularity and best scoring artists
===========================================================
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use