diff --git a/manual/source/configure.rst b/manual/source/configure.rst index 895ed54..e1bf9f9 100644 --- a/manual/source/configure.rst +++ b/manual/source/configure.rst @@ -299,6 +299,8 @@ it is resized. Click on the black button next to Default Color. You have the option of choosing among the colors you see or entering your own. +.. _media_configure: + Media ===== diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index d4197be..8ec4bf6 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -237,6 +237,45 @@ arrow will give you two options for the use of the timer. Click this button to start or stop the timer function. You can also use the keyboard shortcut :kbd:`L` to start and stop the continuous loop. +Using the Media Timer +--------------------- + +**Note:** The media timer is only available when you are using Phonon as your +default player. Please check your media configuration here: +:menuselection:`Settings --> Configure OpenLP --> Media`. Configure your player +using Phonon with these instructions. :ref:`media_configure`. + +The media timer is used when you have a media file in your service manager and +you would like it to start and/or stop at a specified time. + +After adding your media file to the :ref:`creating_service` you can mouseover +your file and the popup will show you the play time "Length" in hours, minutes +and seconds. + +.. image:: pics/service_media_timer.png + +Right click on your media file and left click +|service_timer| :guilabel:`Start Time`. + +.. image:: pics/service_media_timer_start.png + +**Item Start and Finish Time** + The start and stop time default to the beginning and end of the video. + +.. image:: pics/service_media_timer_config.png + +Change the hours, minutes and seconds to the times you want your video to begin +and end. When you are finished click :guilabel:`Ok` to save your changes or +:guilabel:`Cancel` to leave the times as they were originally. When you display +your media live it will start and stop with the times you configured. + +.. image:: pics/service_media_timer_configend.png + +After your changes have been saved you can check your start and stop times by +putting your mouse cursor over the media file. + +.. image:: pics/service_media_timerend.png + Using the "Blank to" Control ---------------------------- diff --git a/manual/source/pics/service_media_timer.png b/manual/source/pics/service_media_timer.png new file mode 100644 index 0000000..98c1323 Binary files /dev/null and b/manual/source/pics/service_media_timer.png differ diff --git a/manual/source/pics/service_media_timer_config.png b/manual/source/pics/service_media_timer_config.png new file mode 100644 index 0000000..d454004 Binary files /dev/null and b/manual/source/pics/service_media_timer_config.png differ diff --git a/manual/source/pics/service_media_timer_configend.png b/manual/source/pics/service_media_timer_configend.png new file mode 100644 index 0000000..14aa9f6 Binary files /dev/null and b/manual/source/pics/service_media_timer_configend.png differ diff --git a/manual/source/pics/service_media_timer_start.png b/manual/source/pics/service_media_timer_start.png new file mode 100644 index 0000000..72e1084 Binary files /dev/null and b/manual/source/pics/service_media_timer_start.png differ diff --git a/manual/source/pics/service_media_timerend.png b/manual/source/pics/service_media_timerend.png new file mode 100644 index 0000000..50e2c14 Binary files /dev/null and b/manual/source/pics/service_media_timerend.png differ