You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 23 Dec 2012 at 3:20
The text was updated successfully, but these errors were encountered:
There are a few issues with this approach, specially when you edit services in
multiple computers.
Maybe a better approach would be create an external tool that read a bunch of
files from a directory and then generate the desired statistics. So, you can
save in a directory all files you have actually used and then use the tool on
it.
Original issue reported on code.google.com by
[email protected]
on 23 Dec 2012 at 3:20The text was updated successfully, but these errors were encountered: