<p>OK, not perfect but hopefully this will improve it a little...</p><p>Backup your data (In OpenLP, Tools -> Open Data Folder, copy the songs folder). Close OpenLP.</p><p>Download SqliteSpy http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index and run it.</p><p>File -> Open Database...,</p><p>Paste the following into the filename prompt at the bottom and click Open:</p>
%appdata%\openlp\data\songs\songs.sqlite
<p>Into the large text area top right, paste the following:</p>
update songs <br>set title = substr(title, 3), <br>search_title = substr(search_title, 3),<br>lyrics = replace(lyrics,'<![CDATA[From Mission Praise'
X'0A''www.missionpraise.com]]>',' '),<br>search_lyrics = replace(search_lyrics, 'from mission praise www missionpraise com', '')<br> where title like '1 %'
<p> And press the F9 key.</p><p> Now start OpenLP and check the songs.</p>