diff --git a/manual/source/mediamanager.rst b/manual/source/mediamanager.rst index d13cc9b..3a0c7d8 100644 --- a/manual/source/mediamanager.rst +++ b/manual/source/mediamanager.rst @@ -37,8 +37,12 @@ Songs Clicking on Songs in the Media Manager will display all of the songs you have added by Title and Author/Authors. +.. image:: pics/mediamanager_songs.png + Using the buttons you can: +.. image:: pics/mediamanager_songs_buttons.png + `Add a song:` Brings up the dialog box to add a new song `Edit the selected song:` Brings up the dialog box to make changes to the song @@ -63,8 +67,12 @@ Bibles Clicking on Bibles in the Media Manager will display your options for searching and adding chapters and verses to the Service Manager. +.. image:: pics/mediamanager_bibles.png + Using the buttons you can: +.. image:: pics/mediamanager_bibles_buttons.png + `Import a Bible:` This is discussed in detail on the Bible Importer page in the manual. @@ -79,6 +87,8 @@ Manager. **Quick tab** +.. image:: pics/mediamanager_bibles_quick.png + `Version:` Once you have imported a Bible, it will be displayed in the Version drop down box. Select the version of the Bible you want to use here. @@ -98,13 +108,14 @@ You will type your search query in this box for the following two searches. `Search type:` You may search for a specific verse using this format below. -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 +* 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 + `Text Search:` @@ -113,7 +124,11 @@ search, the more you will narrow down your results. **Results** `Clear and Keep.` -Each search you make will display your verses below. If you would like to +Each search you make will display your verses below. + +.. image:: pics/mediamanager_bibles_results.png + +If you would like to display verses that are out of sequence you may select `Keep` in the drop down box and continue your search for the next verse or verses. All searches will be shown and kept below. @@ -122,6 +137,8 @@ previous search from the list below. **Advanced tab** +.. image:: pics/mediamanager_bibles_advanced.png + This tab is convenient for selecting book, chapter and verse by name and number. Version and Second are the same as in Quick tab above. Click on each box and select the version you wish to display and Second version if you wish to display @@ -136,8 +153,13 @@ Results will work the same as the Quick tab above. Presentations ^^^^^^^^^^^^^ + +.. image:: pics/mediamanager_presentations.png + Using the buttons you can: +.. image:: pics/mediamanager_presentations_buttons.png + `Load a new presentation:` This brings up a dialog box to find your presentation and list it in OpenLP. @@ -159,8 +181,13 @@ Right clicking on a Presentation file will bring up some of the same options. Images ^^^^^^ + +.. image:: pics/mediamanager_images.png + Using the buttons you can: +.. image:: pics/mediamanager_images_buttons.png + `Load a new Image:` This brings up a dialog box to find your Image and list it in OpenLP. @@ -186,11 +213,15 @@ Right clicking on an Image file will bring up some of the same options. Media ^^^^^ - Media is an audio or video file. Generally if you can play or view your media on your computer without OpenLP, you can also play it in OpenLP. +.. image:: pics/mediamanager_media.png + Using the buttons you can: + +.. image:: pics/mediamanager_media_buttons.png + `Load a new Media:` This brings up a dialog box to find your Media and list it in OpenLP. @@ -214,6 +245,12 @@ Right clicking on a Media file will bring up some of the same options. Custom ^^^^^^ +.. image:: pics/mediamanager_custom.png + +Using the buttons you can: + +.. image:: pics/mediamanager_custom_buttons.png + Custom gives you the option of creating your own slide. This could be useful for displaying readings, liturgy or any text that may not be found in Songs or Bibles. @@ -237,6 +274,8 @@ Right clicking on a Custom file will bring up some of the same options. When you Add a new Custom slide a dialog box will appear. +.. image:: pics/mediamanager_custom_edit.png + `Title:` Name of your Custom slide. `Add:` After clicking on Add you will enter your text you want to display in @@ -245,6 +284,7 @@ finished adding your text, click on the Save button. `Theme:` Select the theme you want to use for your Custom slide from this drop down box. + `Credits:` Anything typed in this box will be displayed in the footer information on the display. When you are finished, click the Save button. diff --git a/manual/source/pics/mediamanager_bibles.png b/manual/source/pics/mediamanager_bibles.png new file mode 100644 index 0000000..0c4769f Binary files /dev/null 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 new file mode 100644 index 0000000..df378c7 Binary files /dev/null and b/manual/source/pics/mediamanager_bibles_advanced.png differ diff --git a/manual/source/pics/mediamanager_bibles_buttons.png b/manual/source/pics/mediamanager_bibles_buttons.png new file mode 100644 index 0000000..b0765ff Binary files /dev/null and b/manual/source/pics/mediamanager_bibles_buttons.png differ diff --git a/manual/source/pics/mediamanager_bibles_quick.png b/manual/source/pics/mediamanager_bibles_quick.png new file mode 100644 index 0000000..815371e Binary files /dev/null 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 new file mode 100644 index 0000000..e7d4e38 Binary files /dev/null and b/manual/source/pics/mediamanager_bibles_results.png differ diff --git a/manual/source/pics/mediamanager_buttons.png b/manual/source/pics/mediamanager_buttons.png new file mode 100644 index 0000000..5431f02 Binary files /dev/null and b/manual/source/pics/mediamanager_buttons.png differ diff --git a/manual/source/pics/mediamanager_custom.png b/manual/source/pics/mediamanager_custom.png new file mode 100644 index 0000000..afa0ad7 Binary files /dev/null and b/manual/source/pics/mediamanager_custom.png differ diff --git a/manual/source/pics/mediamanager_custom_buttons.png b/manual/source/pics/mediamanager_custom_buttons.png new file mode 100644 index 0000000..b95a208 Binary files /dev/null and b/manual/source/pics/mediamanager_custom_buttons.png differ diff --git a/manual/source/pics/mediamanager_custom_edit.png b/manual/source/pics/mediamanager_custom_edit.png new file mode 100644 index 0000000..efef0ce Binary files /dev/null and b/manual/source/pics/mediamanager_custom_edit.png differ diff --git a/manual/source/pics/mediamanager_custom_search.png b/manual/source/pics/mediamanager_custom_search.png new file mode 100644 index 0000000..b9c17b4 Binary files /dev/null and b/manual/source/pics/mediamanager_custom_search.png differ diff --git a/manual/source/pics/mediamanager_images.png b/manual/source/pics/mediamanager_images.png new file mode 100644 index 0000000..61a8580 Binary files /dev/null and b/manual/source/pics/mediamanager_images.png differ diff --git a/manual/source/pics/mediamanager_images_buttons.png b/manual/source/pics/mediamanager_images_buttons.png new file mode 100644 index 0000000..5ec67d7 Binary files /dev/null and b/manual/source/pics/mediamanager_images_buttons.png differ diff --git a/manual/source/pics/mediamanager_media.png b/manual/source/pics/mediamanager_media.png new file mode 100644 index 0000000..0091e25 Binary files /dev/null and b/manual/source/pics/mediamanager_media.png differ diff --git a/manual/source/pics/mediamanager_media_buttons.png b/manual/source/pics/mediamanager_media_buttons.png new file mode 100644 index 0000000..18f0bab Binary files /dev/null and b/manual/source/pics/mediamanager_media_buttons.png differ diff --git a/manual/source/pics/mediamanager_presentations.png b/manual/source/pics/mediamanager_presentations.png new file mode 100644 index 0000000..ef2f0e9 Binary files /dev/null and b/manual/source/pics/mediamanager_presentations.png differ diff --git a/manual/source/pics/mediamanager_presentations_buttons.png b/manual/source/pics/mediamanager_presentations_buttons.png new file mode 100644 index 0000000..61eaa22 Binary files /dev/null and b/manual/source/pics/mediamanager_presentations_buttons.png differ diff --git a/manual/source/pics/mediamanager_songs.png b/manual/source/pics/mediamanager_songs.png new file mode 100644 index 0000000..408514d Binary files /dev/null and b/manual/source/pics/mediamanager_songs.png differ diff --git a/manual/source/pics/mediamanager_songs_buttons.png b/manual/source/pics/mediamanager_songs_buttons.png new file mode 100644 index 0000000..6c4c3f5 Binary files /dev/null and b/manual/source/pics/mediamanager_songs_buttons.png differ