diff --git a/manual/source/pics/plugin_alerts.png b/manual/source/pics/plugin_alerts.png new file mode 100644 index 0000000..331aa26 Binary files /dev/null and b/manual/source/pics/plugin_alerts.png differ diff --git a/manual/source/pics/plugin_bibles.png b/manual/source/pics/plugin_bibles.png new file mode 100644 index 0000000..084c7f6 Binary files /dev/null and b/manual/source/pics/plugin_bibles.png differ diff --git a/manual/source/pics/plugin_custom.png b/manual/source/pics/plugin_custom.png new file mode 100644 index 0000000..a3c39f8 Binary files /dev/null and b/manual/source/pics/plugin_custom.png differ diff --git a/manual/source/pics/plugin_images.png b/manual/source/pics/plugin_images.png new file mode 100644 index 0000000..cf1b87e Binary files /dev/null and b/manual/source/pics/plugin_images.png differ diff --git a/manual/source/pics/plugin_list_main.png b/manual/source/pics/plugin_list_main.png new file mode 100644 index 0000000..38a3d6e Binary files /dev/null and b/manual/source/pics/plugin_list_main.png differ diff --git a/manual/source/pics/plugin_media.png b/manual/source/pics/plugin_media.png new file mode 100644 index 0000000..9e3acea Binary files /dev/null and b/manual/source/pics/plugin_media.png differ diff --git a/manual/source/pics/plugin_presentations.png b/manual/source/pics/plugin_presentations.png new file mode 100644 index 0000000..308773b Binary files /dev/null and b/manual/source/pics/plugin_presentations.png differ diff --git a/manual/source/pics/plugin_remote.png b/manual/source/pics/plugin_remote.png new file mode 100644 index 0000000..d70f0f6 Binary files /dev/null and b/manual/source/pics/plugin_remote.png differ diff --git a/manual/source/pics/plugin_songs.png b/manual/source/pics/plugin_songs.png new file mode 100644 index 0000000..cedee77 Binary files /dev/null and b/manual/source/pics/plugin_songs.png differ diff --git a/manual/source/pics/plugin_songusage.png b/manual/source/pics/plugin_songusage.png new file mode 100644 index 0000000..bf110aa Binary files /dev/null and b/manual/source/pics/plugin_songusage.png differ diff --git a/manual/source/plugin_list.rst b/manual/source/plugin_list.rst new file mode 100644 index 0000000..8b73505 --- /dev/null +++ b/manual/source/plugin_list.rst @@ -0,0 +1,82 @@ +.. _plugin_list: + +Plugin List +=========== + +OpenLP has many plugins you can activate. By default, all plugins are enabled, +except the Remote Access plugin. A plugin adds features and functionality to +OpenLP. + +To see which plugins are enabled select :menuselection:`Setttings --> Plugin List` +or :kbd:`Alt+F7` + +.. image:: pics/plugin_list_main.png + +Plugin Details +^^^^^^^^^^^^^^ + +The left side shows you the list of plugins. Click on a plugin to check its +status. + +**Status:** This shows if your plugin is Active or Inactive. Click the box to +change the status and click :kbd:`OK` to save your selection. + +**Version:** This is the version of the plugin. + +**About:** This is the description of the plugin. + +For a brief description of what each plugin does, please see below. + +|songs| **Songs Plugin** + The songs plugin provides the ability to display and manage songs. + +|bibles| **Bible Plugin** + The Bible plugin provides the ability to display Bible verses from different + sources during the service. + +|presentations| **Presentation Plugin** + the presentation plugin provides the ability to show presentations using a + number of different programs. The choice of available presentation programs + is available to the user in a drop down box. + +|images| **Image Plugin** + The image plugin provides displaying of images. One of the distinguishing + features of this plugin is the ability to group a number of images together + in the service manager, making the displaying of multiple images easier. + This plugin can also make use of OpenLP's "timed looping" feature to create + a slide show that runs automatically. In addition to this, images from the + plugin can be used to override the current theme's background, which renders + text-based items like songs with the selected image as a background instead + of the background provided by the theme. See the section on :ref:`adding_images`. + +|media| **Media Plugin** + The media plugin provides playback of audio and video. + +|custom| **Custom Slide Plugin** + The custom slide plugin provides the ability to set up custom text slides + that can be displayed on the screen the same way songs are. This plugin + provides greater freedom over the songs plugin. + +|songusage| **SongUsage Plugin** + This plugin tracks the usage of songs in services. + +|alerts| **Alerts Plugin** + The alert plugin controls the displaying of nursery alerts on the display + screen. See :ref:`alerts` for more information + +|remote| **Remote Plugin** + The remote plugin provides the ability to send messages to a running version + of OpenLP on a different computer via a web browser or through the remote API. + See the section on :ref:`remote_tab`. + +.. These are all the image templates that are used in this page. + +.. |ALERTS| image:: pics/plugin_alerts.png +.. |BIBLES| image:: pics/plugin_bibles.png +.. |CUSTOM| image:: pics/plugin_custom.png +.. |IMAGES| image:: pics/plugin_images.png +.. |MEDIA| image:: pics/plugin_media.png +.. |PRESENTATIONS| image:: pics/plugin_presentations.png +.. |REMOTE| image:: pics/plugin_remote.png +.. |SONGS| image:: pics/plugin_songs.png +.. |SONGUSAGE| image:: pics/plugin_songusage.png \ No newline at end of file