Developers
If you wish to you can join the lds-devel mailing list (which is for developers) at lds-devel or the lds-users mailing list (which is for users :-) at lds-users To view the CVS go to http://lds.cvs.sourceforge.net/viewvc/lds/lyricue/
The CVS repository is also automatically imported into bzr which has a nicer web interface at http://bazaar.launchpad.net/~vcs-imports/lyricue/trunk/filesTo download from CVS see http://sourceforge.net/scm/?type=cvs&group_id=44636
The module name is 'lyricue'
Debian/Ubuntu packages built from CVS are also available from the apt repository as lyricue-cvs
For Ubuntu 9.10 (karmic koala) you need to use the launchpad repository instead so that the required clutter perl modules are installed. See https://launchpad.net/~chris-debenham/+archive/lyricue for instructions on how to use this repository
Bug tracking is handled via Launchpad - see https://bugs.launchpad.net/lyricue
To help with translating go to https://translations.launchpad.net/lyricue
Bug tracking
If you find a bug in Lyricue, or have a suggestion on how to make it better you can log a bug via launchpad at https://bugs.launchpad.net/lyricue
To best assist in determining the problem cause please run the following commands and send the created lyricue_debug.tgz if requested:
$ mysqldump --skip-compact -ulyric lyricDb > lyricDb.sql
$ tar cvfz lyricue_debug.tgz lyricDb.sql ~/.local/share/lyricue
To enable extra debugging run lyricue with the '-d' option and capture the terminal output (this will show sql commands run)

