openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04518
[Merge] lp:~wesleystout/openlp/documentation into lp:openlp
Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Changed up a little on the Songs documentation wanted to see if that looked ok before I go further.
--
https://code.launchpad.net/~wesleystout/openlp/documentation/+merge/41383
Your team OpenLP Core is requested to review the proposed merge of lp:~wesleystout/openlp/documentation into lp:openlp.
=== modified file 'documentation/manual/source/index.rst'
--- documentation/manual/source/index.rst 2010-10-15 20:09:57 +0000
+++ documentation/manual/source/index.rst 2010-11-20 02:41:25 +0000
@@ -14,6 +14,8 @@
introduction
glossary
dualmonitors
+ mediamanager
+ songs
Indices and tables
==================
=== added file 'documentation/manual/source/mediamanager.rst'
--- documentation/manual/source/mediamanager.rst 1970-01-01 00:00:00 +0000
+++ documentation/manual/source/mediamanager.rst 2010-11-20 02:41:25 +0000
@@ -0,0 +1,26 @@
+=============
+Media Manager
+=============
+
+Once you get your system set up for OpenLP you will be ready to add content to
+your setup. This will all happen through the **Media Manager**. The
+`Media Manager` contains all the bibles, songs, presentations, media, and
+everything else that you will project through OpenLP.
+
+Enabling the Plugins
+--------------------
+
+You may need to enable the plugins that came with OpenLP. As you can see below
+this is what the `Media Manager` looks like with all the plugins enabled.
+
+.. image:: pics/mediamanager.png
+
+To enable the plugins navigate to :menuselection:`Settings --> Plugins` or
+press `F7`. You will then want to click on the plugin to the left that you want
+to enable and select **active** from the drop down box to the right.
+
+.. image:: pics/plugins.png
+
+
+Now you should be ready to add content to OpenLP check out the section of this
+guide on the individual plugins.
=== added file 'documentation/manual/source/pics/plugins.png'
Binary files documentation/manual/source/pics/plugins.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/plugins.png 2010-11-20 02:41:25 +0000 differ
=== added file 'documentation/manual/source/pics/songimporter.png'
Binary files documentation/manual/source/pics/songimporter.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/songimporter.png 2010-11-20 02:41:25 +0000 differ
=== added file 'documentation/manual/source/pics/songimporterchoices.png'
Binary files documentation/manual/source/pics/songimporterchoices.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/songimporterchoices.png 2010-11-20 02:41:25 +0000 differ
=== modified file 'documentation/manual/source/pics/vistadisplaysettings.png' (properties changed: +x to -x)
=== modified file 'documentation/manual/source/pics/vistapersonalize.png' (properties changed: +x to -x)
=== modified file 'documentation/manual/source/pics/winsevendisplay.png' (properties changed: +x to -x)
=== modified file 'documentation/manual/source/pics/winsevenresolution.png' (properties changed: +x to -x)
=== modified file 'documentation/manual/source/pics/xpdisplaysettings.png'
Binary files documentation/manual/source/pics/xpdisplaysettings.png 2010-10-19 18:54:43 +0000 and documentation/manual/source/pics/xpdisplaysettings.png 2010-11-20 02:41:25 +0000 differ
=== added file 'documentation/manual/source/songs.rst'
--- documentation/manual/source/songs.rst 1970-01-01 00:00:00 +0000
+++ documentation/manual/source/songs.rst 2010-11-20 02:41:25 +0000
@@ -0,0 +1,43 @@
+=====
+Songs
+=====
+
+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
+=============
+
+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
+2.0. To access the Song Importer :menuselection:`File --> Import --> Song`.
+You will then see the Song Importer window, then click :guilabel:`Next`.
+
+.. image:: pics/songimporter.png
+
+After choosing :guilabel:`Next` you can then select from the various types of
+software that OpenLP will convert songs from.
+
+.. image:: pics/songimporterchoices.png
+
+Then 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
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Converting from OpenLP Version 1 is a pretty simple process. You will first
+need to locate your version 1 database file.
+
+Windows XP::
+
+ C:\Documents and Settings\All Users\Application Data\openlp.org\Data\songs.olp
+
+Windows Vista/7::
+
+ C:\ProgramData\openlp.org\Data\songs.olp
+
+After clicking :guilabel"`Next` your conversion should be complete and your
+OpenLP Version 1 songs should be imported and ready to use.
+
Follow ups