openlp/documentation/manual/source/songs.rst

103 lines
3.5 KiB
ReStructuredText
Raw Normal View History

2010-11-14 21:01:39 +00:00
=====
Songs
=====
2010-11-20 02:32:58 +00:00
Managing your songs in OpenLP is a relatively simple process. There are also
converters provided to get data from other formats into OpenLP.
Song Importer
=============
2011-03-09 18:36:20 +00:00
If you are using an earlier version of OpenLP or, come from another software
package, you may be able to convert your existing database to work in OpenLP
2011-03-09 18:36:20 +00:00
2.0. To access the Song Importer click :menuselection:`File --> Import --> Song`.
You will see the Song Importer window, then click :guilabel:`Next`.
.. image:: pics/songimporter.png
2011-03-09 18:36:20 +00:00
After choosing :guilabel:`Next` you can select from the various types of
software that OpenLP will convert songs from.
.. image:: pics/songimporterchoices.png
2011-03-09 18:36:20 +00:00
Click on the file folder icon to choose the file of the song database you
want to import. See the following sections for information on the different
formats that OpenLP will import.
Importing from OpenLP Version 1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-03-09 18:36:20 +00:00
Converting from OpenLP Version 1 is a simple process. First you will
need to locate your version 1 database file.
Windows XP::
2010-11-27 14:58:27 +00:00
C:\Documents and Settings\All Users\Application Data\openlp.org\Data\songs.olp
2010-11-27 14:58:27 +00:00
Windows Vista / Windows 7::
2010-11-27 14:58:27 +00:00
C:\ProgramData\openlp.org\Data\songs.olp
2011-03-09 18:36:20 +00:00
After clicking :guilabel:`Next` your conversion will be complete.
2010-11-27 14:58:27 +00:00
.. image:: pics/finishedimport.png
2011-03-09 18:36:20 +00:00
Press :guilabel:`Finish` and you will now be ready to use your OpenLP
version 1 songs.
2010-11-27 14:58:27 +00:00
Importing from OpenSong
^^^^^^^^^^^^^^^^^^^^^^^
2011-03-09 18:36:20 +00:00
Converting from OpenSong, you will need to locate your songs database. In the
2010-11-27 14:58:27 +00:00
later versions of OpenSong you are asked to define the location of this. The
2011-03-09 18:36:20 +00:00
songs will be located in a folder named :guilabel:`Songs`. This folder will
contain files with all your songs in them, without a file extension. (file.xxx).
When you have located this folder you will need to select the songs from
2010-11-27 14:58:27 +00:00
the folder.
.. image:: pics/selectsongs.png
2011-03-09 18:36:20 +00:00
On most operating systems, to select all the songs, first select the first song
2011-03-10 19:52:09 +00:00
in the list, press the shift key, and select the last song in the list. After
this press :guilabel:`Next` and you will see that your import has been
successful.
2010-11-27 14:58:27 +00:00
.. image:: pics/finishedimport.png
2011-03-09 18:36:20 +00:00
Press :guilabel:`Finish` and OpenLP will be ready to use your songs that you
imported from OpenSong.
2010-11-27 14:58:27 +00:00
Importing from CCLI Song Select
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To import from CCLI Song Select you must be a CCLI Subscriber and also a
subscriber of the Song Select service. For info on that go to:
http://www.ccli.com
The first step for importing from CCLI Song Select is to log into your account.
Then search for your desired song. For this example we will be adding the song
"Amazing Grace".
.. image:: pics/songselectsongsearch.png
2011-03-09 18:36:20 +00:00
For the song you are searching for, select `lyrics` This will take you to a
page displaying the lyrics and copyright information for your song.
2010-11-27 14:58:27 +00:00
.. image:: pics/songselectlyrics.png
2011-03-09 18:36:20 +00:00
Next, hover over the :guilabel:`Lyrics` menu from the upper right corner.
Choose either the .txt or .usr file. You will be asked to chose a download
2010-11-27 14:58:27 +00:00
location if your browser does not automatically select that for you. Select
this file from the OpenLP import window and then click :guilabel:`Next` You can
also select multiple songs for import at once on most operating systems by
2011-03-10 19:52:09 +00:00
selecting the first item in the list then holding the shift key and select the
last item in the list. When finished, you will see that your import has
completed.
2010-11-27 14:58:27 +00:00
.. image:: pics/finishedimport.png
2011-03-09 18:36:20 +00:00
Press :guilabel:`Finish` and OpenLP will be ready to use your songs imported
2010-11-27 14:58:27 +00:00
from CCLI SongSelect.
2010-11-20 02:32:58 +00:00