Import OpenSong songbase possible?
I want to move to OpenLP, but need to import an OpenSong database. It is possible to export to HTML from OpenSong. Does anyone know of a tool/script that can move those HTML files into OpenLP?
- Login or register to post comments
- Printer-friendly version

Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Note to Raoul/Derek: It might be worth at this stage 'reserving' some special characters for holding information such as choruses. I wouldn't expect you to implement anything that could use them at this late stage, but just to strip them out and ignore them for now.
Possible examples (there may be better alternatives, just noting these quickly):
; (at the beginning of the line) - comment
[?] (at the beginning of the line) - ? being a verse/chorus indicator
<?>...</?> (anywhere) - Reserved for future formatting options. e.g. italics, bold, superscript or colour change etc.
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Well I guess you'd be silly not to use Raoul's version incorporated into openlp.org, but everyone likes choice, so you'll find an alternative import via the first link on the aforementioned utilities page ;-)
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
This was just a quick attempt written one Sunday afternoon. The importer within openlp.org should hopefully have better parsing and things, if I get the chance to work on it.
RE: cache files. I did try to exclude them, will have to look into that again. I'm excluding "_cache" files. Is your cache file called something else?
Re: Import OpenSong songbase possible?
Re: Import OpenSong songbase possible?
Hi raoul, I have installed the new softwre that I downloaded yesterday 13 Feb 2008 and tried importing my existing opensong database! It keeps coming up with an error and then starts the whole process over again! I also cannot stop the process once it started, do you have a solution for this?
Werner
Re: Import OpenSong songbase possible?
One option would be to temporarily move the song it's failing on out of the OpenSong folder (Probably the one alphabetically after the last one that gets saved into openlp) and try again.
Alternatively try my script at http://ricepudd.googlepages.com/myopenlputilities#opensongsongs
Re: Import OpenSong songbase possible?
do any of these tools support multiple authors import the way openLP likes it?
i just quickly wrote a script to convert songs from the german VG Musikedition -Database (something like the english CCLI) to opensong-files. The only problem remaining is, that I dont know how to delimiter authors from each other so these import tools work (I tried the internat with , ; / and \n). If that is not possible at the moment i would request that feature :) I will publish the converter as soon as this import problem is fixed.
regards,
patrick
Re: Import OpenSong songbase possible?