Worship team has been asking me to create a way to record statistics of songs
sung in our church.
I'm not a Java developer, so the suggested was to use a simple spreadsheet,
however it is not working very well because they forget to update it;
I'm not sure how Datasoul works with the XML files, but maybe you could add two
columns in the file:
1- (integer) Number of times the song was "used"/sung;
2- (date) Last time the song was sung;
OR you could use SQLite <http://www.sqlite.org> to record better statistics;
Thanks in advanced for your help and have a blessed 2013,
Douglas
Original issue reported on code.google.com by
machad...@gmail.comon 23 Dec 2012 at 3:20