documentation/manual/source/configure.rst

802 lines
27 KiB
ReStructuredText
Raw Normal View History

2011-07-27 17:50:15 +00:00
.. _configure:
==================
Configuring OpenLP
==================
OpenLP has many options you can configure to suit your needs. Most options are
self-explanatory and we will quickly review them.
To configure OpenLP, click on :menuselection:`Settings --> Configure OpenLP...`
The plugins you have activated will have configure options. If all the plugins
2011-05-18 15:02:11 +00:00
are activated there will be 10 items down the left side you can configure.
General
=======
.. image:: pics/configuregeneral.png
Monitors
^^^^^^^^
2012-06-13 14:09:21 +00:00
2012-06-13 18:50:27 +00:00
To choose which monitor you want OpenLP's output display on, click the
drop-down box and select the appropriate monitor.
2012-05-05 17:39:32 +00:00
Override Display Position
^^^^^^^^^^^^^^^^^^^^^^^^^
2012-06-13 14:09:21 +00:00
This setting overrides the exact position on your screen where the display
output appears. If you have a custom projector setup, click the
:guilabel:`Override display position` checkbox, and manually set the position
of the display output using the :guilabel:`X`, :guilabel:`Y`, :guilabel:`Width`
and :guilabel:`Height` values.
This setting often comes in useful when you only have a single display, and you
2012-06-13 18:50:27 +00:00
want to be able to make the display smaller so that it does not cover your
2012-06-13 14:09:21 +00:00
entire screen.
2012-03-23 16:07:23 +00:00
2012-05-05 17:39:32 +00:00
Display if a single screen
^^^^^^^^^^^^^^^^^^^^^^^^^^
2012-03-23 16:07:23 +00:00
2012-06-13 14:09:21 +00:00
Checking this checkbox will show the display output in a separate window when
you only have a single monitor. To close the display window, click on it and
press the :kbd:`Esc` key.
2012-03-23 20:27:15 +00:00
2012-03-23 16:07:23 +00:00
CCLI Details
^^^^^^^^^^^^
**CCLI number:**
If you subscribe to CCLI, this box is for your License number. This number is
also displayed in the Song Footer box.
Background Audio
^^^^^^^^^^^^^^^^
**Start background audio paused:**
If you have a :ref:`songs_linked` assigned to a song, with this box selected
and when the song is displayed live, the audio will be paused until you start
it using :ref:`linked-audio`. If this box is not selected the audio will play
immediately when the song is displayed live.
2012-06-13 18:50:27 +00:00
**Repeat track list:**
With this option selected and you are using background audio, the tracks will
repeat when it reaches the end of the list (even if there is only one item).
2015-09-16 12:59:01 +00:00
Application Startup
^^^^^^^^^^^^^^^^^^^
**Show blank screen warning:**
When this box is selected, you will get a warning when opening OpenLP that the
output display has been blanked. You may have blanked it and shut down the
program and this will warn you it is still blanked.
**Automatically open the last service:**
When this box is selected, OpenLP will remember the last service you were
working on when you closed the program.
**Show the splash screen:**
The OpenLP logo is displayed while OpenLP loads when this checkbox is checked.
This is useful to give some indication that the program is loading.
2011-09-07 16:58:19 +00:00
**Check for updates to OpenLP:**
OpenLP will check to see if there is a newer version available on a regular
basis when this checkbox is checked. Please note that this requires Internet
access.
Application Settings
^^^^^^^^^^^^^^^^^^^^
2011-09-07 16:58:19 +00:00
**Prompt to save before starting a new service:**
When this box is selected, OpenLP will prompt you to save the service you are
working on before starting a new service.
2011-09-07 16:58:19 +00:00
**Unblank display when adding new live item:**
When using the :guilabel:`blank to` button with this checkbox checked, on going
live with the next item, the screen will be automatically re-enabled. If this
checkbox is not checked you will need to click the :guilabel:`blank to` button
again to reverse the action.
2011-11-17 15:01:34 +00:00
**Automatically preview next item in service:**
2011-11-18 16:44:24 +00:00
When this box is selected, the next item in the :ref:`creating_service` will
be displayed in the Preview pane.
2011-11-17 15:01:34 +00:00
**Timed slide interval:**
2012-02-07 17:06:16 +00:00
This setting is the time delay in seconds. This is used to continuously loop
a group of images, verses, or the lyrics in a song. This control timer is
also accessible on the :ref:`using_timer`
Themes
======
.. image:: pics/configurethemes.png
Global Theme
^^^^^^^^^^^^
Choose the theme you would like to use as your default global theme from the
drop down box. The theme selected appears below. The global theme use is
determined by the Theme Level you have selected.
2015-09-16 12:59:01 +00:00
Theme Level
^^^^^^^^^^^
Choose from one of three options for the default use of your theme.
**Song Level:**
With this level selected, your theme is associated with the song. The theme is
controlled by adding or editing a song in the Song editor and your song theme
takes priority. If your song does not have a theme associated with it, OpenLP
2011-11-18 16:44:24 +00:00
will use the theme set in the :ref:`creating_service`.
**Service Level:**
2011-11-18 16:44:24 +00:00
With this level selected, your theme is controlled at the top of the
:ref:`creating_service`. Select your default service theme there. This setting
will override your Song theme.
**Global Level:**
With this level selected, all songs and verses will use the theme selected on
the left in the Global Theme drop down.
2015-09-16 12:59:01 +00:00
Universal Settings
^^^^^^^^^^^^^^^^^^
**Wrap footer text:**
Check this if you want text in the footer to wrap if the lines are too long to
be on one line.
Advanced
========
.. image:: pics/configureadvanced.png
.. _configure_ui:
UI Settings (user interface)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Number of recent files to display:**
Set this number for OpenLP to remember your last files open. These will show
under :menuselection:`File --> Recent Files`.
**Remember active media manager tab on startup:**
2011-11-18 16:44:24 +00:00
With this box selected OpenLP :ref:`media-manager` will open on the same tab
that it was closed on.
**Double-click to send items straight to live:**
2011-11-18 16:44:24 +00:00
With this box selected, double-clicking on anything in the :ref:`media-manager`
will immediately send it live instead of to Preview.
**Preview items when clicked in Media Manager:**
With this box selected, clicking any item in the :ref:`media-manager` will
immediately display it in the Preview pane.
**Expand new service items on creation:**
2011-11-18 16:44:24 +00:00
With this box selected, everything you add to the :ref:`creating_service` will
be expanded so you can see all the verses, lyrics and presentations, line by
line. When you open OpenLP, everything will automatically be expanded in the
:ref:`creating_service`.
**Enable application exit confirmation:**
With this box selected, on closing OpenLP you will be presented with a dialog
box to confirm closing the program.
2012-03-01 19:36:17 +00:00
Default Service Name
^^^^^^^^^^^^^^^^^^^^
The default service name gives you the ability to have a preset name, date and
time when saving your service file.
**Enable default service name:**
Checking this box will activate the use of the default service name.
**Date and Time:**
You can choose the regular day of the week and time of the service or choose
:guilabel:`Now` from the dropdown for the immediate date and time to save your
service file.
**Name:**
You can change "Service" to a default name of your choosing. The year, month
day, hour and minute will default to what you have set for
:guilabel:`Date and Time` above or if you chose :guilabel:`Now` the saved file
will have the time and date that you save it.
|buttons_revert| **Revert:**
Clicking this button will erase your changes and revert to the default service name.
**Example:**
The example shows how the name, date and time will be displayed for the file
name when saving the file.
**Note:** If the date and time format does not suit your needs and you are
2017-02-14 06:40:26 +00:00
technically inclined, there is more information at `Python.org`_.
2012-03-01 19:36:17 +00:00
2015-09-16 12:59:01 +00:00
Data Location
^^^^^^^^^^^^^
If you wish to change the default location of where OpenLP stores its data, you
can enter a custom location here.
|buttons_open| **Browse for a custom data location**
|buttons_revert| **Revert:**
Clicking this button will erase your changes and revert to the default data
location.
2012-03-01 19:36:17 +00:00
2011-11-18 16:44:24 +00:00
Default Images
^^^^^^^^^^^^^^
**Background color:**
You can choose the background color that will be displayed when you start
OpenLP.
**Image file:**
Select an image file to be displayed when OpenLP is started. Using an image
file will override a background color.
|buttons_open| **Browse for an image file to display**
|buttons_revert| **Revert to the default OpenLP logo**
Mouse Cursor
^^^^^^^^^^^^
**Hide mouse cursor when over display window:**
With this box selected your mouse cursor will not be visible if you move it
2011-11-18 16:50:18 +00:00
from Display 1 onto Display 2.
2012-03-01 19:36:17 +00:00
Service Item Slide Limits
^^^^^^^^^^^^^^^^^^^^^^^^^
2012-05-05 17:39:32 +00:00
These three settings control
2012-03-01 19:36:17 +00:00
**End Slide:**
2012-03-01 19:48:16 +00:00
Up and down arrow keys stop at the top and bottom slides of each Service item.
You will need to use the :kbd:`Right Arrow` key or the mouse to move to the
next Service Item.
2012-03-01 19:36:17 +00:00
**Wrap Slide:**
Up and down arrow keys wrap around at the top and bottom slides of each
Service item, eg: When you reach the last slide of a song or verse and
:kbd:`Down Arrow` you will be back on the first slide. Likewise if you are on
the first slide and :kbd:`Up Arrow` you will wrap-around to the last slide of
the song, images or Bible verses.
**Next Slide:**
2012-03-01 19:48:16 +00:00
Up and down arrow keys advance to the next or previous Service Item from the
top and bottom slides of each Service Item. As long as you have your songs and
verses in order, you can use the :kbd:`Down Arrow` to move through your
service from start to finish. Using this setting makes it possible to use a
presentation remote controller.
2012-03-01 19:36:17 +00:00
2015-09-16 12:59:01 +00:00
Display Workarounds
^^^^^^^^^^^^^^^^^^^
2012-01-16 15:25:54 +00:00
**Bypass X11 Window Manager:**
Linux and other X users may need to try toggling this flag if the main display
2012-01-16 17:08:11 +00:00
window is causing them problems. For example with this unset, KDE users may
find the main display window disappears if they switch windows. Ubuntu users
using the Unity interface may find the main screen is corrupted if set. GNOME
Shell users may find the window doesn't fill the whole screen if unset. As it
appears to affect different versions and distributions differently, this
setting has been added, rather than try and work it out programmatically.
2012-01-16 15:25:54 +00:00
2015-09-21 20:45:50 +00:00
**Use alternating row colors in lists:**
Using alternating row colors in most cases makes it easier for the human eye
2015-09-16 12:59:01 +00:00
to overview a list of items. Uncheck to disable.
.. _config_players:
2014-08-21 20:34:07 +00:00
Players
=======
2015-09-16 12:59:01 +00:00
.. image:: pics/configureplayers.png
2015-09-21 20:45:50 +00:00
Background color
^^^^^^^^^^^^^^^^
2015-09-30 13:44:40 +00:00
Choose the background color displayed as background for videos with a different
aspect ratio than the display screen
2015-09-16 12:59:01 +00:00
2014-08-21 20:34:07 +00:00
Available Media Players
^^^^^^^^^^^^^^^^^^^^^^^
Select the media players you want to be available for use. As a general rule the
players control the following:
2016-02-22 19:27:30 +00:00
**System:**
System is an internal media player which uses your operating system's
2014-08-21 20:34:07 +00:00
built-in media player capabilities.
**Webkit:**
WebKit is another internal media player, which adds text-over-video to OpenLP.
**VLC:**
This uses the well-known VLC media player to show videos. VLC has a
reputation of being able to handle almost any video or audio format.
2017-02-14 06:40:26 +00:00
**Note:** You must have `VLC`_ installed for the VLC option to be available. On
Windows you must install the 32-bit version of VLC. On Mac OS X you must install
the 64-bit version of VLC.
2014-08-21 20:34:07 +00:00
Player Order
^^^^^^^^^^^^
Determines the preference order of the selected media players. The order is
changed by selecting one of the available players and using the
:guilabel:`Down` or :guilabel:`Up` button to change the position of the player.
2012-01-16 15:25:54 +00:00
2015-09-16 12:59:01 +00:00
.. _configure_projectors:
Projectors
==========
.. image:: pics/configureprojectors.png
Communication Options
^^^^^^^^^^^^^^^^^^^^^
The options available are:
**Connect to projectors on startup:**
Check if you want to attempt to connect to all projectors when OpenLP starts.
**Socket timeout (seconds):**
Time in seconds to wait for the projector connection. Available options are 2
to 10 seconds.
**Poll timeout (seconds):**
How often to poll the projector for status information. Available options are
2 to 60 seconds. For quicker response on the status icons, set to a lower
value. If you have network congestion, you may need to use a higher value.
**Source select dialog interface:**
Select whether you want all video source options on one dialog page or to use
tabs to consolidate the inputs based on video group.
2011-12-20 14:03:26 +00:00
.. _config_songs:
Songs
=====
.. image:: pics/configuresongs.png
Songs Mode
^^^^^^^^^^
**Enable search as you type:**
With this box selected, Media Manager/Songs will display the song you are
searching for as you are typing. If this box is not selected, you need to type
in your search box and then click on the Search button.
**Display verses on live tool bar:**
With this box selected, a Go To drop down box is available on the live toolbar
to select any part of the verse type you want displayed live.
**Update service from song edit:**
2011-11-18 16:44:24 +00:00
With this box selected and you edit a song in the :ref:`media-manager`, the
results will also change the song if it is added to the :ref:`creating_service`.
If this box is not selected, your song edit changes will only be available in
the :ref:`creating_service` if you add it again.
2015-09-16 12:59:01 +00:00
**Import missing songs from service files:**
With this box selected, when you open a service file created on another
2011-11-18 16:44:24 +00:00
computer, or if one of the songs are no longer in your :ref:`media-manager`,
it will automatically enter the song in your Songs Media Manager. If this box
is not checked, the song is available in the service but will not be added to
the :ref:`media-manager`.
2015-09-16 12:59:01 +00:00
**Display songbook in footer:**
With this box selected the songbook name and number for songs (if available)
will be shown in the footer.
**Display "©" symbol before copyright info:**
With this box selected the copyright symbol will be displayed in the footer
before the copyright information.
Bibles
======
.. image:: pics/configurebibles.png
Verse Display
^^^^^^^^^^^^^
2015-09-16 13:08:37 +00:00
**Show verse numbers:**
With this box selected verse numbers are always shown, deselect to hide verse
numbers.
**Only show new chapter numbers:**
With this box selected, the live display of the verse will only show the
chapter number and verse for the first verse, and just the verse numbers after
that. If the chapter changes, the new chapter number will be displayed with the
verse number for the first line, and only the verse number displayed thereafter.
**Display style:**
This option will put brackets around the chapter and verse numbers. You may
select No Brackets or your bracket style from the drop down menu.
**Layout style:**
There are three options to determine how your Bible verses are displayed.
2012-02-07 15:23:14 +00:00
**Verse Per Slide:**
2012-02-07 15:36:12 +00:00
Will display one verse per slide.
2012-02-07 15:23:14 +00:00
**Verse Per Line:**
2012-02-07 15:36:12 +00:00
Will start each verse on a new line until the slide is full.
2012-02-07 15:23:14 +00:00
**Continuous:**
2012-02-07 17:06:16 +00:00
Will run all verses together, separated by verse number and chapter, if
chapter is selected to show above. This will only add the next verse if it
2012-02-07 17:09:30 +00:00
wholly fits on the slide. If it does not fit, it will begin a new slide.
**Note:** Changes do not affect verses already in the service.
**Display second Bible verses:**
OpenLP has the ability to display the same verse in two different Bible
versions for comparison. With this option selected, there will be a Second
choice in the Bible Media Manager to use this option. Verses will display with
one verse per slide with the second Bible verse below.
**Bible theme:**
You may select your default Bible theme from this drop down box. This selected
2012-02-07 14:07:56 +00:00
theme will only be used if your *Theme Level* is set at *Song Level*.
**Note:** Changes do not affect verses already in the service.
2015-09-16 12:59:01 +00:00
Custom Scripture References
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Here you can change the default separators used in the scripture references.
2015-09-21 20:45:50 +00:00
The default values are shown in gray when the custom separators has not be
2015-09-16 12:59:01 +00:00
enabled and nothing has been entered. Note that the default separators can
change if the language of OpenLP is changed.
**Verse Separators:** Enable to enter a custom verse separator.
**Range Separators:** Enable to enter a custom range separator.
**List Separators:** Enable to enter a custom list separator.
**End Mark:** Enable to enter a custom end marker.
Default Bible Language
^^^^^^^^^^^^^^^^^^^^^^
Choose the language of the bible books. The options are:
**Bible Language:**
The language of the books will be determined by the language of the bible.
**Application Language:**
The language of the books will be determined by the language set for OpenLP.
**English:**
The language of the books will be set to English.
.. _presentation_configure:
Presentations
=============
.. image:: pics/configurepresentations.png
Available Controllers
^^^^^^^^^^^^^^^^^^^^^
OpenLP has the ability to import OpenOffice Impress or Microsoft PowerPoint
2012-06-13 14:09:21 +00:00
presentations, and use Impress, PowerPoint, or PowerPoint Viewer to display and
control them from within OpenLP. Please remember that in order to use this
feature you will need to have one of the above-mentioned applications installed,
due to the fact that OpenLP uses these application to open and run the
presentation.
2015-09-16 12:59:01 +00:00
Support of PDF is bundled with OpenLP on Mac OS X and Windows. On Linux you will
need to install :file:`mupdf` (recommended) or :file:`ghostscript`.
Advanced
^^^^^^^^
2011-09-07 16:58:19 +00:00
**Allow presentation application to be overridden:**
2012-02-07 14:07:56 +00:00
With this option selected, you will see *Present using* area with a dropdown
2011-11-18 16:44:24 +00:00
box on the Presentations toolbar in :ref:`media-manager` which gives you the
option to select the presentation program you want to use.
2015-09-16 12:59:01 +00:00
PowerPoint options
^^^^^^^^^^^^^^^^^^
These options are only available if PowerPoint has been detected.
**Clicking on a selected slide in the slidecontroller advances to next effect:**
When this is enabled it is possible to go to the next effect of a slide by
2015-09-21 20:45:50 +00:00
clicking the slide in the slidecontroller. The default behavior is to restart
2015-09-16 12:59:01 +00:00
the slide.
2015-09-21 20:45:50 +00:00
**Let PowerPoint control the size and position of the presentation window (workaround for Windows 8 scaling issue):**
2015-09-16 12:59:01 +00:00
Windows 8 and 10 can on computers with multiple monitors use scaling to make
windows look the same size on different monitors. Unfortunately this can
cause issues with how OpenLP places and resizes the PowerPoint presentation
window. Check this box to enable the workaround which let PowerPoint control
the presentation window. When you enable this you must setup PowerPoint to
present to the correct monitor.
PDF options
^^^^^^^^^^^
**Use given full path for mudraw or ghostscript binary:**
Enable this if you want to enter a custom path for mudraw or ghostscript.
Images
======
Provides border where an image is not the correct dimensions for the screen when
2011-11-18 21:21:58 +00:00
it is resized.
.. image:: pics/configureimages.png
**Default Color:**
Click on the black button next to Default Color. You have the option of
choosing among the colors you see or entering your own.
2011-12-12 22:56:21 +00:00
.. _media_configure:
2014-08-21 20:34:07 +00:00
Media
=====
2015-09-16 12:59:01 +00:00
.. image:: pics/configuremedia.png
Advanced
^^^^^^^^
2011-12-09 17:16:53 +00:00
**Allow media player to be overridden:**
2012-02-07 14:07:56 +00:00
With this option selected, you will see :guilabel:`Use Player:` area with a
2012-02-07 14:36:23 +00:00
dropdown box on the Media tool bar in the :ref:`media-manager` which gives
2012-02-07 14:07:56 +00:00
you the option to select the media player you want to use.
2015-09-16 12:59:01 +00:00
**Start Live items automatically:**
With this option selected media items will start to play automatically when
sent live.
Custom
======
.. image:: pics/configurecustom.png
2012-01-21 14:05:58 +00:00
.. _configure_custom:
Custom Display
^^^^^^^^^^^^^^
2011-09-07 16:58:19 +00:00
**Display Footer:**
With this option selected, your Custom slide Title will be displayed in the
footer.
**Note:** If you have an entry in the Credits box of your custom slide, title and
credits will always be displayed.
2015-09-16 12:59:01 +00:00
**Import missing custom slides from service files:**
With this box selected, when you open a service file created on another
computer, or if one of the custom slides are no longer in your
:ref:`media-manager`, it will automatically enter the custom slide in your
Custom Slide Media Manager. If this box is not checked, the custom slide is
available in the service but will not be added to the :ref:`media-manager`.
2011-12-26 21:46:02 +00:00
.. _configure_alerts:
Alerts
======
.. image:: pics/configurealerts.png
Font
^^^^
**Font name:**
Choose your desired font from the drop down menu
**Font color:**
Choose your font color here.
**Background color:**
Choose the background color the font will be displayed on.
**Font size:**
This will adjust the size of the font.
**Alert timeout:**
2011-11-18 16:44:24 +00:00
This setting will determine how long your :ref:`alerts` will be displayed on
the screen, in seconds.
2015-09-16 12:59:01 +00:00
**Vertical Align:**
Choose the location where you want the alert displayed on the
screen, Top, Middle or Bottom.
**Preview:**
Your choices will be displayed here.
.. _remote_tab:
Remote
======
2011-11-18 16:44:24 +00:00
OpenLP gives you the ability to control the :ref:`creating_service` or send an
:ref:`alerts` from a remote computer through a web browser. This could be useful
2011-11-18 16:50:18 +00:00
for a nursery or daycare to display an :ref:`alerts` message or, use it as an
interface to control the whole service remotely by a visiting missionary or
worship team leader.
2011-06-28 14:33:41 +00:00
Stage view gives you the opportunity to set up a remote computer, netbook or
2011-12-23 20:30:19 +00:00
smartphone to view the service being displayed in an easy to read font with a
black background. Stage view is a text only viewer.
2011-06-28 15:39:53 +00:00
2011-12-23 20:30:19 +00:00
The remote feature will work in any web browser that has network access whether
it is another computer, a netbook or a smartphone. You can find more information
about this feature here: :ref:`web_remote`.
2011-06-28 14:33:41 +00:00
2011-06-29 08:47:50 +00:00
**Note:** To use either of these features, your computers will need to be on the
2011-06-28 14:33:41 +00:00
same network, wired or wireless.
2014-08-21 20:34:07 +00:00
.. _non_secure:
2015-09-27 13:24:26 +00:00
Server Settings - Non Secure
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-05-18 18:20:37 +00:00
.. image:: pics/configureremotes.png
**Serve on IP address:**
Put your projection computer's IP address here or use 0.0.0.0 which will
display your IP address links below.
2011-10-06 09:35:14 +00:00
**Display stage time in 12h format:**
This setting displays the time in stage view in 12h or 24h format.
**Port Number:**
2011-10-06 09:35:14 +00:00
You can use the default port number or change it to another number. If you
2011-10-06 13:05:28 +00:00
do not understand this setting you should leave it as is.
**Remote URL:**
2011-10-06 13:05:28 +00:00
Using the remote URL, you have the ability to control the live service from
2011-10-06 10:31:18 +00:00
another computer, netbook or smartphone that has a browser.
2011-10-06 13:05:28 +00:00
**Note:** This URL and port number are also used to map the value for OpenLP's
Android app.
2011-05-18 15:02:11 +00:00
**Stage view URL:**
2011-10-06 09:35:14 +00:00
Using stage view gives you the ability, using a remote computer, netbook or
smartphone, to view the live service display in a basic black and white
format. This URL shows the address you will use in the remote browser for
stage view.
2015-09-27 13:24:26 +00:00
.. _secure_server:
Server Settings - Secure
^^^^^^^^^^^^^^^^^^^^^^^^
2015-08-31 07:33:43 +00:00
These options are identical in meaning to the ones documented in :ref:`non_secure`.
2014-08-21 20:34:07 +00:00
The only difference is these require an SSL cetificate to provide the security.
2015-08-31 07:33:43 +00:00
Instructions for creating and installing a certificate are documented in
Generate SSL certificate :ref:`ssl_config`.
2014-08-21 20:34:07 +00:00
*Changing from a Secure to Non Secure setup requires a restart of OpenLP.*
2015-09-28 09:15:41 +00:00
.. _user_auth:
2015-09-27 13:24:26 +00:00
2014-08-21 20:34:07 +00:00
User Authentication
^^^^^^^^^^^^^^^^^^^
This option allows the additional security for update functions via the web or
2015-08-31 07:33:43 +00:00
android interfaces. Once the userid and password have been accepted then
updates will be possible for duration of the web session. This option can be
changed without the need to restart OpenLP.
.. _ssl_config:
Generating and Installing a Certificate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To make the Remote access run in a secure manner ssl certificates need to be
provided to OpenLP. This is completely optional. On Linux you will need the
"openssl" package installed. On Mac OS X openssl should be installed by default.
On Windows you will need to download OpenSSL for Windows.
First create a configuration file for OpenSSL named openlp.cnf::
#-------------openssl.cnf----------------
[ req ]
default_bits = 1024 # Size of keys
default_keyfile = key.pem # name of generated keys
default_md = des3 # message digest algorithm
string_mask = nombstr # permitted characters
distinguished_name = req_distinguished_name
[ req_distinguished_name ]
# Variable name Prompt string
0.organizationName = Organization Name (company)
organizationalUnitName = Organizational Unit Name (department, division)
emailAddress = Email Address
emailAddress_max = 40
localityName = Locality Name (city, district)
stateOrProvinceName = State or Province Name (full name)
countryName = Country Name (2 letter code)
countryName_min = 2
countryName_max = 2
commonName = Common Name (hostname, IP, or your name)
commonName_max = 64
#-------------------Edit this section------------------------------
countryName_default = --
stateOrProvinceName_default = None
localityName_default = Everywhere
0.organizationName_default = OpenLP
organizationalUnitName_default = Remote
commonName_default = 0.0.0.0
emailAddress_default = openlp@localhost
Then generate your keys and certificate::
echo openlp | openssl genrsa -passout stdin -des3 -out openlp.key 1024
cp openlp.key openlp.key.bak
echo openlp | openssl rsa -passin stdin -in openlp.key.bak -out openlp.key
openssl req -new -key openlp.key -out openlp.csr -config openlp.cnf -batch
openssl x509 -req -days 365 -in openlp.csr -signkey openlp.key -out openlp.crt
The crt and key files need to then be placed in {data}/remotes directory.
2011-05-18 15:02:11 +00:00
2017-02-14 06:40:26 +00:00
Android and iOS Remotes
^^^^^^^^^^^^^^^^^^^^^^^
2012-01-31 13:52:30 +00:00
2017-02-14 06:40:26 +00:00
You can quickly find and download the OpenLP Android or iOS remote apps using your
barcode scanner or by clicking on the :guilabel:`download` link. See the sections on
the :ref:`android-remote` and ref:`ios-remote` for more details on how to install
and use them.
2012-01-31 13:52:30 +00:00
2011-05-19 13:48:33 +00:00
Finding your IP address
^^^^^^^^^^^^^^^^^^^^^^^
2011-05-18 15:02:11 +00:00
If the Remote or Stage view URL are not showing you can manually find these
2011-05-19 13:48:33 +00:00
settings. To find your projection computer's IP address use these steps below.
**Windows:**
2011-05-19 17:46:24 +00:00
Open *Command Prompt* and type::
C:\Documents and Settings\user>ipconfig
2011-05-19 18:42:51 +00:00
Press the :kbd:`Enter` key and the output of your command will display the
adapter IP address. The IP address will always have a format of xxx.xxx.xxx.xxx
where x is one to three digits long.
2011-05-19 13:48:33 +00:00
**Linux:**
2011-05-19 13:48:33 +00:00
2011-05-19 17:46:24 +00:00
Open *Terminal* and type::
2012-03-01 19:36:17 +00:00
linux@user:~$ifconfig
Some Linux systems will require the full path::
linux@user:~$/sbin/ifconfig
2011-05-19 17:46:24 +00:00
2011-05-19 18:42:51 +00:00
Press the :kbd:`Enter` key. This will display a fair amount of technical
information about your network cards. On most computers, the network card is
named "eth0". The IP address for your network card is just after "inet addr:" in
the section with your network card's name. The IP address will always have a
2011-05-19 17:46:24 +00:00
format of xxx.xxx.xxx.xxx where x is one to three digits long.
2011-05-19 13:48:33 +00:00
**OS X 10.6 or 10.5**
From the Apple menu, select :menuselection:`System Preferences --> View --> Network`.
In the Network preference window, click a network port (e.g., Ethernet, AirPort,
modem). If you are connected, you'll see its IP address under "Status:".
2011-05-18 15:02:11 +00:00
With these two settings written down, open a web browser in the remote computer
and enter the IP address followed by a colon and then the port number, ie:
192.168.1.104:4316 then press enter. You should now have access to the OpenLP
Controller. If it does not come up, you either entered the wrong IP address,
2011-05-19 13:48:33 +00:00
port number or one or both computers are not connected to the network.
2011-11-18 16:44:24 +00:00
.. These are all the image templates that are used in this page.
.. |BUTTONS_OPEN| image:: pics/buttons_open.png
2012-03-01 19:36:17 +00:00
.. |BUTTONS_REVERT| image:: pics/button_rerun.png
2017-02-14 06:40:26 +00:00
.. _Python.org: http://docs.python.org/library/datetime.html#strftime-strptime-behavior
.. _VLC: http://www.videolan.org/vlc/