qSong project is a song database and a lyrics manager program with multimedia features.
Here are some key features of "qSong":
· Store and manage song lyrics
· One ssong can have multiple versions
· Song can have related songs
· Copyright information - authors and ccli
· Comprehensive authors database
· Attachment of multimedia files (sound files, picures, tabs...)
· Searching and sorting songs in many cathegories using tree view of the database
· Grouping songs in songbooks
· Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
Requirements:
· Qt4
· SQlite3
Installation:
Check if you have qt4 correctly installed with sqlite plugin.
Then do:
cd src
qmake
make
On successfull compilatin contents of the bin directory now contains binary
version of the qSong.
run the sowtware by ./qsong
What's New in This Release:
· qSong - Christmas edition.
· Brings new user interface.
Product's homepage