mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 12:32:48 +00:00
513 lines
17 KiB
ReStructuredText
513 lines
17 KiB
ReStructuredText
.. _library:
|
|
|
|
Library
|
|
=======
|
|
|
|
Once you get your system set up for OpenLP you will be ready to add content to
|
|
your :ref:`g-service-manager`. This will all happen through the
|
|
:ref:`g-library`. The :ref:`g-library` contains all the Bibles,
|
|
Songs, Presentations, Audio files, Visual files, and Custom Slides
|
|
that you will project through OpenLP.
|
|
|
|
If you don't see the "Songs", "Bibles" and other library items in the
|
|
:ref:`g-library`, then refer to :ref:`t-no-library-items` in the
|
|
troubleshooting guide.
|
|
|
|
Songs
|
|
-----
|
|
|
|
Clicking on *Songs* in the :ref:`g-library` will display the songs library
|
|
item. The songs library item shows a list of all the songs in the songs database.
|
|
|
|
.. image:: pics/mediamanager_songs.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_new| **Add song**
|
|
Open the song edit dialog to add a new song.
|
|
|
|
|buttons_edit| **Edit song**
|
|
Open the song edit dialog to make changes to the selected song.
|
|
|
|
|buttons_delete| **Delete song**
|
|
Remove the selected song(s) from the song list.
|
|
|
|
|buttons_db| **Maintain authors, topics and books**
|
|
Open the song maintenance dialog to add, edit or delete authors, topics or
|
|
song books.
|
|
|
|
|buttons_preview| **Preview song**
|
|
Send the selected song to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send song live**
|
|
Send the selected song to the :ref:`g-live-slide-controller` to be shown on
|
|
the display screen.
|
|
|
|
|buttons_add| **Add song to service**
|
|
Add the selected song(s) to the :ref:`g-service-manager`. Songs can also be
|
|
added to the :ref:`g-service-manager` by means of drag and drop from the
|
|
:ref:`g-library`.
|
|
|
|
**Note:** Right-clicking on a song in the list will display some of the same
|
|
options and Clone option.
|
|
|
|
Search
|
|
^^^^^^
|
|
|
|
.. image:: pics/mediamanager_songs_search.png
|
|
|
|
Clicking on the icon in the search box displays a list of search options. The
|
|
following options are available:
|
|
|
|
|search_song| **Entire Song**
|
|
Search the title, lyrics and comments fields.
|
|
|
|
|search_title| **Titles**
|
|
Search the title field only.
|
|
|
|
|search_lyric| **Lyrics**
|
|
Search the lyrics field only.
|
|
|
|
|search_author| **Authors**
|
|
Search the associated authors.
|
|
|
|
|search_topic| **Topics**
|
|
Search the assigned topics.
|
|
|
|
|search_songbook| **Songbooks**
|
|
Search the assigned songbooks.
|
|
|
|
|search_theme| **Themes**
|
|
Search the assigned themes.
|
|
|
|
|search_copyright| **Copyright**
|
|
Search the assigned copyrights.
|
|
|
|
|search_ccli| **CCLI number**
|
|
Search the assigned copyrights.
|
|
|
|
Click the :guilabel:`Search` button to perform a search and display the results
|
|
in the song list.
|
|
|
|
Bibles
|
|
------
|
|
|
|
Clicking on *Bibles* in the :ref:`g-library` will display the Bibles
|
|
item. The Bibles item shows Bible verses and provides a search function
|
|
to find Bible verses and add them to the :ref:`g-service-manager`.
|
|
|
|
.. image:: pics/mediamanager_bibles.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_import| **Import Bible**
|
|
Import Bibles from a number of formats. This is discussed in detail on the
|
|
:ref:`import_bibles` page.
|
|
|
|
|buttons_edit| **Edit the selected bible**
|
|
Edit meta data or book names of the selected bible.
|
|
|
|
|buttons_delete| **Delete the selected bible**
|
|
Delete the selected bible.
|
|
|
|
|buttons_preview| **Preview verses**
|
|
Send the selected verses to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send verses live**
|
|
Send the selected verses to the :ref:`g-live-slide-controller` to be shown
|
|
on the display screen.
|
|
|
|
|buttons_add| **Add verses to service**
|
|
Add the selected verses to the :ref:`g-service-manager`. Verses can also be
|
|
added to the :ref:`g-service-manager` by means of drag and drop from the
|
|
:ref:`g-library`.
|
|
|
|
**Note:** Right-clicking on a selection of verses will display some of the
|
|
same options.
|
|
|
|
Find Tab
|
|
^^^^^^^^
|
|
|
|
The following options are available on the quick search tab:
|
|
|
|
.. image:: pics/mediamanager_bibles_quick.png
|
|
|
|
**Find:**
|
|
Clicking the icon in the Find box displays a list of search options. The
|
|
following options are available:
|
|
|
|
|
|
|search_text_reference| **Text or Reference**
|
|
Search by keyword or using scripture reference format. See below.
|
|
|
|
|search_reference| **Scripture Reference**
|
|
Search for a specific verse using a scripture reference format. Below
|
|
is some examples on supported formats:
|
|
|
|
* Book Chapter
|
|
* Book Chapter-Chapter
|
|
* Book Chapter:Verse-Verse
|
|
* Book Chapter:Verse-End (this will display verses to the end of the chapter)
|
|
* Book Chapter:Verse-Verse, Verse-Verse
|
|
* Book Chapter:Verse-Verse, Chapter:Verse-Verse
|
|
* Book Chapter:Verse-Chapter:Verse
|
|
|
|
Note that the separators might change depending on the language chosen
|
|
for OpenLP. See and customise separators under
|
|
:menuselection:`Setttings --> Configure OpenLP` on the *Bibles* tab.
|
|
|
|
A detailed description of the format and how it is parsed by OpenLP can
|
|
be read `In the OpenLP API documentation
|
|
<http://api.openlp.io/api/openlp/plugins/bibles/lib.html#openlp.plugins.bibles.lib.parse_reference>`_.
|
|
|
|
If an invalid format is used for a search a popup window will show the
|
|
examples also shown above.
|
|
|
|
|search_text| **Text Search**
|
|
Search by a keyword or words. Use more words to narrow down the list
|
|
of results. If you search for "Jesus God" it searches sentences
|
|
which contain both words, Jesus and God. If you search for "Jesus, God"
|
|
separated by a comma, it searches for sentences which contain at least
|
|
one of the words, Jesus or God.
|
|
|
|
|
|
|buttons_clear_results| **Clear Tab Contents**
|
|
This will clear the results on the currently active tab (Saved or Results).
|
|
|
|
|buttons_keep_results| **Save Results**
|
|
This will add contents of the Results tab to the Saved tab.
|
|
|
|
Click the :guilabel:`Search` button to perform a search and display the results
|
|
in the verse list.
|
|
|
|
Select Tab
|
|
^^^^^^^^^^^^
|
|
|
|
.. image:: pics/mediamanager_bibles_advanced.png
|
|
|
|
The Advanced tab is convenient for selecting Bible verses by book, chapter and
|
|
verse from a set of drop down boxes.
|
|
|
|
**Book**
|
|
Click on the drop down box and select a book from the list.
|
|
|
|
**Chapter/Verse**
|
|
Select the *From* chapter and verse, and the *To* chapter and verse.
|
|
|
|
Click the :guilabel:`Search` button to perform a search and display the results
|
|
in the verse list.
|
|
|
|
.. image:: pics/mediamanager_bibles_results.png
|
|
|
|
Options Tab
|
|
^^^^^^^^^^^
|
|
|
|
**Version**
|
|
Once a Bible has been imported, it will be displayed in the drop down box.
|
|
Select a version from the list of the Bibles.
|
|
|
|
**Second**
|
|
If :guilabel:`Display second Bible verses` has been selected in the Bibles
|
|
configuration, this option will be available. This is used to display
|
|
another version of the Bible for comparison. Both versions will be
|
|
displayed. If there is not enough space on one slide, the Second verses
|
|
will be displayed on the next slide.
|
|
|
|
**Layout style**
|
|
There are three options to determine how your Bible verses are displayed.
|
|
|
|
* Verse Per Slide:
|
|
Will display one verse per slide.
|
|
* Verse Per Line:
|
|
Will start each verse on a new line until the slide is full.
|
|
* Continuous:
|
|
Will run all verses together, separated by verse number and chapter (if
|
|
chapter is selected to show above).
|
|
* Continuous (whole verses):
|
|
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
|
|
wholly fits on the slide. If it does not fit, it will begin a new slide.
|
|
|
|
This setting is also accessible in :menuselection:`Setttings --> Configure OpenLP`
|
|
on the *Bibles* tab.
|
|
|
|
**Note:** Changes to layout style do not affect verses already in the
|
|
:ref:`g-service-manager`.
|
|
|
|
|
|
.. _library-presentations:
|
|
|
|
Presentations
|
|
-------------
|
|
|
|
Clicking on *Presentations* in the :ref:`g-library` will display the
|
|
presentations item. The presentations item shows a list of imported
|
|
presentations.
|
|
|
|
.. image:: pics/mediamanager_presentations.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_open| **Load presentation**
|
|
Import a presentation. Presentations need to be imported in order to
|
|
control them from within OpenLP.
|
|
|
|
|buttons_delete| **Delete presentation**
|
|
Removes the selected presentation from the list. Note that this does not
|
|
delete the original presentation from the disk.
|
|
|
|
|buttons_image_new_group| **Add group**
|
|
Opens a dialog where a new group can be added.
|
|
|
|
.. image:: pics/images_add_group.png
|
|
|
|
|buttons_preview| **Preview presentation**
|
|
Send the selected presentation to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send presentation live**
|
|
Send the selected presentation to the :ref:`g-live-slide-controller` to be
|
|
shown on the display screen.
|
|
|
|
|buttons_add| **Add presentation to service**
|
|
Add the selected presentation to the :ref:`g-service-manager`. Presentations
|
|
can also be added to the :ref:`g-service-manager` by means of drag and drop
|
|
from the :ref:`g-library`.
|
|
|
|
**Notes:** Right-clicking on a presentation will display some of the same options.
|
|
|
|
Presentation items can be dragged from the desktop (or any folder) into the
|
|
Presentation library plugin. This allows the selected items to be loaded
|
|
more quickly. If a folder is selected, all the contacts of the folder will be
|
|
added. When the items are added, only items with the correct file suffix for the
|
|
plugin will be loaded. If you try to drop a presentation into the images folder,
|
|
an error message will be generated.
|
|
|
|
In :ref:`presentation_configure` configuration it is possible to enable
|
|
:guilabel:`Allow presentation application to be overridden`, which shows a
|
|
dropdown box which gives you the option to select the presentation application
|
|
you want to use. The default is :guilabel:`Automatic`, but you can choose any
|
|
available presentation application. Note that this can lead to unexpected
|
|
behavior if the application chosen is not compatible with the presentation.
|
|
|
|
.. image:: pics/media_manager_presentation_select.png
|
|
|
|
|
|
Images
|
|
------
|
|
|
|
Clicking on *Images* in the :ref:`g-library` will display the images
|
|
item. The images item shows a list of imported images.
|
|
|
|
.. image:: pics/mediamanager_images.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_open| **Load image**
|
|
Import one or more images. Images need to be imported in order to be used
|
|
in OpenLP.
|
|
|
|
|buttons_delete| **Delete images**
|
|
Removes the selected image(s) from the list. Note that this does not
|
|
delete the original image(s) from the disk.
|
|
|
|
|buttons_image_new_group| **Add group**
|
|
Opens a dialog where a new image group can be added.
|
|
|
|
.. image:: pics/images_add_group.png
|
|
|
|
|buttons_replace_live_background| **Replace live background:**
|
|
Replace the current live theme background with the selected image. This
|
|
has effect until the theme changes, or the *Remove Backgound* button is
|
|
clicked.
|
|
|
|
|buttons_preview| **Preview image**
|
|
Send the selected image(s) to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send image live**
|
|
Send the selected image(s) to the :ref:`g-live-slide-controller` to be
|
|
shown on the display screen.
|
|
|
|
|buttons_add| **Add image to service**
|
|
Add the selected image(s) to the :ref:`g-service-manager`. Images can also
|
|
be added to the :ref:`g-service-manager` by means of drag and drop from the
|
|
:ref:`g-library`.
|
|
|
|
**Notes:** Right-clicking on an image will display some of the same options.
|
|
|
|
.. image:: pics/images_select_image_group.png
|
|
|
|
When an image is added to the library, a dialog will ask in which group the
|
|
image should be placed. The options are :guilabel:`No group`,
|
|
:guilabel:`Existing group` or :guilabel:`New group`.
|
|
|
|
Images can be dragged from the desktop (or any folder) into the Images manager
|
|
plugin. This allows the selected items to be loaded more quickly. If a folder is
|
|
selected, all the contacts of the folder will be added. When the items are added,
|
|
only items with the correct file suffix for the plugin will be loaded. If you
|
|
try to drop a presentation into the images folder, an error message will be
|
|
generated.
|
|
|
|
Media
|
|
-----
|
|
|
|
Clicking on *Media* in the :ref:`g-library` will display the audio or video files
|
|
in the Library.
|
|
|
|
**Note:** On some computers OpenLP has trouble displaying videos. Please read
|
|
the :ref:`troubleshooting` for tips on how to resolve these issues.
|
|
|
|
.. image:: pics/mediamanager_media.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_open| **Load new media**
|
|
|
|
**Load CD/DVD**
|
|
This feature only works if VLC is installed on the computer and enabled in OpenLP.
|
|
See :ref:`media_configure` for how to configure media players. Clicking the icon
|
|
will bring up a window where you can load a DVD or audio CD, select a track and
|
|
a range and save it as a named clip. Note that the audio CD or DVD is still required
|
|
when playing the clip, even if the clip is saved to a service file.
|
|
|
|
.. image:: pics/select_media_clip.png
|
|
|
|
**Open device stream**
|
|
Connect to a video stream that is physically connected to the OpenLP computer.
|
|
|
|
**Open network stream**
|
|
Connect to a video stream that is accessable over the network connected to
|
|
the OpenLP computer.
|
|
|
|
|buttons_delete| **Delete the selected media**
|
|
Removes the selected audio or video file(s) from the list. Note that this does not
|
|
delete the original file(s) from the disk.
|
|
|
|
|buttons_preview| **Preview the selected media**
|
|
Send the selected audio and video files to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send the selected media live**
|
|
Send the selected audio or video file to the :ref:`g-live-slide-controller` to be shown
|
|
on the display screen.
|
|
|
|
|buttons_add| **Add the selected media to the service**
|
|
Add the selected audio and video files to the :ref:`g-service-manager`. Audio and video
|
|
files can also be added to the :ref:`g-service-manager` by means of drag and drop
|
|
from the :ref:`g-library`.
|
|
|
|
**Notes:** Right-clicking on a audio or video file will display some of the same options.
|
|
|
|
Audio and video items can be dragged from the desktop (or any folder) into the Media
|
|
manager plugin. This allows the selected items to be loaded more quickly. If a
|
|
folder is selected, all the contacts of the folder will be added. When the items
|
|
are added, only items with the correct file suffix for the plugin will be loaded.
|
|
If you try to drop a presentation into the images folder, an error message will
|
|
be generated.
|
|
|
|
In :ref:`media_configure` configuration it is possible to enable
|
|
:guilabel:`Allow media player to be overridden`, which shows a dropdown box
|
|
which gives you the option to select the media player you want to use. The
|
|
default is :guilabel:`Automatic`, but you can choose any available player.
|
|
|
|
.. image:: pics/media_manager_media_select.png
|
|
|
|
Custom Slides
|
|
-------------
|
|
|
|
Clicking on *Custom Slides* in the :ref:`g-library` will display the
|
|
custom slides libruary item. The custom slides item shows a list of custom
|
|
textual items. Custom slides are useful for creating unstructured text items,
|
|
such as liturgy or prayers.
|
|
|
|
.. image:: pics/mediamanager_custom.png
|
|
|
|
Toolbar
|
|
^^^^^^^
|
|
|
|
|buttons_new| **Add custom slide**
|
|
Open the song edit dialog to add a new custom slide.
|
|
|
|
|buttons_edit| **Edit custom slide**
|
|
Open the song edit dialog to make changed to the selected new custom slide.
|
|
|
|
|buttons_delete| **Delete custom slide**
|
|
Remove the selected custom slide(s) from the list.
|
|
|
|
|buttons_preview| **Preview custom slide**
|
|
Send the selected custom slide to the :ref:`g-preview-slide-controller`.
|
|
|
|
|buttons_live| **Send custom slide live**
|
|
Send the selected custom slide to the :ref:`g-live-slide-controller` to be
|
|
shown on the display screen.
|
|
|
|
|buttons_add| **Add custom slide to service**
|
|
Add the selected custom slide(s) to the :ref:`g-service-manager`. Custom
|
|
slides can also be added to the :ref:`g-service-manager` by means of drag
|
|
and drop from the :ref:`g-library`.
|
|
|
|
**Note:** Right-clicking on a custom slide in the list will display some of the
|
|
same options.
|
|
|
|
.. These are all the image templates that are used in this page.
|
|
|
|
.. |BUTTONS_NEW| image:: pics/buttons_new.png
|
|
|
|
.. |BUTTONS_EDIT| image:: pics/buttons_edit.png
|
|
|
|
.. |BUTTONS_DELETE| image:: pics/buttons_delete.png
|
|
|
|
.. |BUTTONS_PREVIEW| image:: pics/buttons_preview.png
|
|
|
|
.. |BUTTONS_REPLACE_LIVE_BACKGROUND| image:: pics/buttons_replace_live_background.png
|
|
|
|
.. |BUTTONS_VIDEO| image:: pics/buttons_video.png
|
|
|
|
.. |BUTTONS_LINK| image:: pics/buttons_link.png
|
|
|
|
.. |BUTTONS_LIVE| image:: pics/buttons_live.png
|
|
|
|
.. |BUTTONS_ADD| image:: pics/buttons_add.png
|
|
|
|
.. |BUTTONS_DB| image:: pics/buttons_db.png
|
|
|
|
.. |BUTTONS_IMPORT| image:: pics/buttons_import.png
|
|
|
|
.. |BUTTONS_OPEN| image:: pics/buttons_open.png
|
|
|
|
.. |BUTTONS_KEEP_RESULTS| image:: pics/buttons_keep_results.png
|
|
|
|
.. |BUTTONS_CLEAR_RESULTS| image:: pics/buttons_clear_results.png
|
|
|
|
.. |BUTTONS_IMAGE_NEW_GROUP| image:: pics/button_image_new_group.png
|
|
|
|
.. |BUTTONS_MEDIA_OPTICAL| image:: pics/button_media_optical.png
|
|
|
|
.. |SEARCH_SONG| image:: pics/search_song.png
|
|
|
|
.. |SEARCH_SONGBOOK| image:: pics/search_songbook.png
|
|
|
|
.. |SEARCH_COPYRIGHT| image:: pics/search_copyright.png
|
|
|
|
.. |SEARCH_CCLI| image:: pics/search_ccli.png
|
|
|
|
.. |SEARCH_TITLE| image:: pics/search_title.png
|
|
|
|
.. |SEARCH_LYRIC| image:: pics/search_lyric.png
|
|
|
|
.. |SEARCH_AUTHOR| image:: pics/search_author.png
|
|
|
|
.. |SEARCH_THEME| image:: pics/search_theme.png
|
|
|
|
.. |SEARCH_TOPIC| image:: pics/search_topic.png
|
|
|
|
.. |SEARCH_TEXT_REFERENCE| image:: pics/search_text_reference.png
|
|
|
|
.. |SEARCH_REFERENCE| image:: pics/search_reference.png
|
|
|
|
.. |SEARCH_TEXT| image:: pics/search_text.png
|
|
|