diff --git a/manual/source/configure.rst b/manual/source/configure.rst index f3a8d40..9b4d0d0 100644 --- a/manual/source/configure.rst +++ b/manual/source/configure.rst @@ -287,6 +287,8 @@ Display Workarounds Using alternating row colours in most cases makes it easier for the human eye to overview a list of items. Uncheck to disable. +.. _config_players: + Players ======= diff --git a/manual/source/glossary.rst b/manual/source/glossary.rst index f8db127..31b43c3 100644 --- a/manual/source/glossary.rst +++ b/manual/source/glossary.rst @@ -133,4 +133,12 @@ Theme Manager The theme manager is where themes are created and edited. Themes are the text styles and backgrounds that you use to personalize your services. -.. image:: pics/thememanager.png +.. image:: pics/theme_manager_main.png + + +Projector Manager +----------------- + +The :ref:`projector` is where you can manage and control projectors. + +.. image:: pics/projector_manager_list.png diff --git a/manual/source/mediamanager.rst b/manual/source/mediamanager.rst index 5b3cd61..6e05cf5 100644 --- a/manual/source/mediamanager.rst +++ b/manual/source/mediamanager.rst @@ -90,6 +90,9 @@ to find Bible verses and add them to the :ref:`g-service-manager`. Toolbar ^^^^^^^ +|buttons_edit| **Edit the selected bible:** + Edit the selected bibles meta data or book names. + |buttons_import| **Import Bible:** Import Bibles from a number of formats. This is discussed in detail on the :ref:`import_bibles` page. @@ -263,6 +266,11 @@ media item. The images media item shows a list of imported images. Toolbar ^^^^^^^ +|buttons_image_new_group| **Add group:** + Opens a dialog where a new image group can be added. + +.. image:: pics/images_add_group.png + |buttons_open| **Load image:** Import one or more images. Images need to be imported in order to be used in OpenLP. @@ -290,6 +298,12 @@ Toolbar **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 mediamanager 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, @@ -312,6 +326,11 @@ to resolve these issues. Toolbar ^^^^^^^ +|buttons_media_optical| **Load CD/DVD:** + Import mediaclip from audio CD or DVD. This feature only works is VLC is + installed on the computer and enabled in OpenLP. See :ref:`config_players` + for how to configure media players. + |buttons_open| **Load media:** Import one or more media files. Media files need to be imported in order to be used in OpenLP. @@ -409,6 +428,10 @@ same options. .. |BUTTONS_REPLACE_LIVE_BACKGROUND| image:: pics/buttons_replace_live_background.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_TITLE| image:: pics/search_title.png diff --git a/manual/source/menu_items.rst b/manual/source/menu_items.rst index 4f273cd..950d1d1 100644 --- a/manual/source/menu_items.rst +++ b/manual/source/menu_items.rst @@ -41,6 +41,9 @@ File **Song:** Import your songs previously exported. :ref:`import_songs` + **CCLI SongSelect:** + Import your songs from CCLI SongSelect. :ref:`import_songs` + **Bible:** Import Bibles from another program, the internet or a previously exported Bible from OpenLP. :ref:`import_bibles` @@ -85,6 +88,9 @@ Clicking on any of the next items will hide or show its respective panel. |button_mediamanager| **Media Manager:** Hide or show :ref:`media-manager`. +|button_projectormanager| **Projector Manager:** + Hide or show :ref:`projector`. + |button_servicemanager| **Service Manager:** Hide or show :ref:`creating_service`. @@ -119,6 +125,9 @@ If anything is deleted in this folder it is not recoverable through OpenLP. Changing screen resolution can have an affect on theme images. Use this to correct the images. +**Find Duplicated Songs:** + Start wizard for detecting and removing duplicated songs. + |plugin_songs| **Re-index Songs:** This rebuilds the internal song indexes to make them work following code corrections. You would generally use this after a software upgrade. @@ -197,4 +206,6 @@ Help .. |BUTTON_MEDIAMANAGER| image:: pics/button_mediamanager.png -.. |BUTTON_SERVICEMANAGER| image:: pics/button_servicemanager.png \ No newline at end of file +.. |BUTTON_SERVICEMANAGER| image:: pics/button_servicemanager.png + +.. |BUTTON_PROJECTORMANAGER| image:: pics/button_projector_manager.png diff --git a/manual/source/pics/button_image_new_group.png b/manual/source/pics/button_image_new_group.png new file mode 100644 index 0000000..ae2e0f8 Binary files /dev/null and b/manual/source/pics/button_image_new_group.png differ diff --git a/manual/source/pics/button_media_optical.png b/manual/source/pics/button_media_optical.png new file mode 100644 index 0000000..5890416 Binary files /dev/null and b/manual/source/pics/button_media_optical.png differ diff --git a/manual/source/pics/button_projector_manager.png b/manual/source/pics/button_projector_manager.png new file mode 100644 index 0000000..770fa57 Binary files /dev/null and b/manual/source/pics/button_projector_manager.png differ diff --git a/manual/source/pics/images_add_group.png b/manual/source/pics/images_add_group.png new file mode 100644 index 0000000..73b99df Binary files /dev/null and b/manual/source/pics/images_add_group.png differ diff --git a/manual/source/pics/images_select_image_group.png b/manual/source/pics/images_select_image_group.png new file mode 100644 index 0000000..ddd7ac7 Binary files /dev/null and b/manual/source/pics/images_select_image_group.png differ diff --git a/manual/source/pics/mediamanager_bibles.png b/manual/source/pics/mediamanager_bibles.png index 0d6ae44..f91dcb2 100644 Binary files a/manual/source/pics/mediamanager_bibles.png and b/manual/source/pics/mediamanager_bibles.png differ diff --git a/manual/source/pics/mediamanager_bibles_advanced.png b/manual/source/pics/mediamanager_bibles_advanced.png index 3eb73f4..413fdad 100644 Binary files a/manual/source/pics/mediamanager_bibles_advanced.png and b/manual/source/pics/mediamanager_bibles_advanced.png differ diff --git a/manual/source/pics/mediamanager_bibles_find.png b/manual/source/pics/mediamanager_bibles_find.png index 4e34775..4aa7c25 100644 Binary files a/manual/source/pics/mediamanager_bibles_find.png and b/manual/source/pics/mediamanager_bibles_find.png differ diff --git a/manual/source/pics/mediamanager_bibles_quick.png b/manual/source/pics/mediamanager_bibles_quick.png index 55e924e..db4b23b 100644 Binary files a/manual/source/pics/mediamanager_bibles_quick.png and b/manual/source/pics/mediamanager_bibles_quick.png differ diff --git a/manual/source/pics/mediamanager_bibles_results.png b/manual/source/pics/mediamanager_bibles_results.png index 43c5b64..64118f1 100644 Binary files a/manual/source/pics/mediamanager_bibles_results.png and b/manual/source/pics/mediamanager_bibles_results.png differ diff --git a/manual/source/pics/mediamanager_custom.png b/manual/source/pics/mediamanager_custom.png index 16cd546..ccf7159 100644 Binary files a/manual/source/pics/mediamanager_custom.png and b/manual/source/pics/mediamanager_custom.png differ diff --git a/manual/source/pics/mediamanager_images.png b/manual/source/pics/mediamanager_images.png index 9f98df5..3920396 100644 Binary files a/manual/source/pics/mediamanager_images.png and b/manual/source/pics/mediamanager_images.png differ diff --git a/manual/source/pics/mediamanager_media.png b/manual/source/pics/mediamanager_media.png index ae3edd9..0be1022 100644 Binary files a/manual/source/pics/mediamanager_media.png and b/manual/source/pics/mediamanager_media.png differ diff --git a/manual/source/pics/mediamanager_presentations.png b/manual/source/pics/mediamanager_presentations.png index e280d2e..56033f8 100644 Binary files a/manual/source/pics/mediamanager_presentations.png and b/manual/source/pics/mediamanager_presentations.png differ diff --git a/manual/source/pics/mediamanager_songs.png b/manual/source/pics/mediamanager_songs.png index c65e0fc..b214d85 100644 Binary files a/manual/source/pics/mediamanager_songs.png and b/manual/source/pics/mediamanager_songs.png differ diff --git a/manual/source/pics/mediamanager_songs_search.png b/manual/source/pics/mediamanager_songs_search.png index 791142d..5c2763f 100644 Binary files a/manual/source/pics/mediamanager_songs_search.png and b/manual/source/pics/mediamanager_songs_search.png differ diff --git a/manual/source/pics/preview.png b/manual/source/pics/preview.png index c47037c..3dca465 100644 Binary files a/manual/source/pics/preview.png and b/manual/source/pics/preview.png differ diff --git a/manual/source/pics/printservice1.png b/manual/source/pics/printservice1.png index 3a428d0..0dde68e 100644 Binary files a/manual/source/pics/printservice1.png and b/manual/source/pics/printservice1.png differ diff --git a/manual/source/pics/printservice2.png b/manual/source/pics/printservice2.png index 6df9aaf..3544ecf 100644 Binary files a/manual/source/pics/printservice2.png and b/manual/source/pics/printservice2.png differ diff --git a/manual/source/pics/printservice3.png b/manual/source/pics/printservice3.png index d22278f..e048346 100644 Binary files a/manual/source/pics/printservice3.png and b/manual/source/pics/printservice3.png differ diff --git a/manual/source/pics/servicemanager.png b/manual/source/pics/servicemanager.png index 00f6b21..1356e22 100644 Binary files a/manual/source/pics/servicemanager.png and b/manual/source/pics/servicemanager.png differ diff --git a/manual/source/pics/slidecontroller.png b/manual/source/pics/slidecontroller.png index 34174be..d746716 100644 Binary files a/manual/source/pics/slidecontroller.png and b/manual/source/pics/slidecontroller.png differ diff --git a/manual/source/projector.rst b/manual/source/projector.rst index fa7d44c..718e0a6 100644 --- a/manual/source/projector.rst +++ b/manual/source/projector.rst @@ -1,8 +1,8 @@ .. _projector: -======================== -Projector Remote Control -======================== +================= +Projector Manager +================= The Projector Manager allows you to remotely control a network-connected projector that conforms to the Japan Business Machine and Information System