alandmoore / omega-hymnal

A song lyrics display program designed for informal worship settings
http://www.alandmoore.com/omegahymnal/omegahymnal.html
GNU General Public License v3.0
4 stars 5 forks source link

OpenLyrics Support #2

Open smehrbrodt opened 10 years ago

smehrbrodt commented 10 years ago

Hi, just stumbled across your project and want to suggest you OpenLyrics: http://openlyrics.info/

It's a data format for christian songs and maybe you can use that too to have some interoperability with other programs:http://openlyrics.info/examples.html

alandmoore commented 10 years ago

Thanks; I didn't know this existed. I may look into import/export for it, but I'd rather the internal format was something easily hand-editable. Nobody wants to edit XML by hand.

smehrbrodt commented 10 years ago

Yeah, import and export would be nice. There is already a Python 2 library so it shouldn't be too hard to implement. Though I think it does not yet support chords, but feel free to submit pull requests :) http://code.google.com/p/openlyrics/source/browse/lib/python/openlyrics.py