public
Description: A simple wxPython app for sorting and searching though guitar tablature and other musical notation.
Home | Edit | New

Home

This is a fairly simple project for storing and searching guitar tablature in a local database.

The main purpose of this project is to allow the user a simpler way of storing and sorting guitar tab than saving them willy nilly as ascii. The UI should eventually provide a similar experience to Amarok’s handling of audio files.

The intent is also to eventually allow for a web front end to the same database for viewing on devices such as a PDA, a Wii, or other browsers who’s screen space may be limited.

Currently the database format is SQLite for speed and ease of use. Early versions also allowed MySQL, however this was removed for the time being. In the event it looks to be worth maintaining support for it in the future, it will be added back. Removal of it has left some nasty db abstraction code still in there though which should eventually be removed.

Last edited by jameyc, Fri Apr 04 02:49:25 -0700 2008
Home | Edit | New
Versions: