[gnome-music/gnome-3-12] added help to repeat songs bug 726994



commit 43390d54405dc6adf841db606a6fd8abbe758426
Author: Shobha Tyagi <tyagishobha gmail com>
Date:   Tue Mar 25 02:51:26 2014 +0530

    added help to repeat songs bug 726994
    
    updated Makefile.am for play songs on repeat

 help/C/playlist-repeat.page |   35 +++++++++++++++++++++++++++++++++++
 help/Makefile.am            |    1 +
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/help/C/playlist-repeat.page b/help/C/playlist-repeat.page
new file mode 100644
index 0000000..3334a33
--- /dev/null
+++ b/help/C/playlist-repeat.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="2column task"
+      id="playlist-repeat">
+
+  <info>
+    <link type="guide" xref="index#use"/>
+    <revision pkgversion="3.12" date="2014-03-25" status="review"/>
+
+    <credit type="author">
+      <name>Shobha Tyagi</name>
+      <email its:translate="no">tyagishobha gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Repeat all songs in the playlist or only the current song.</desc>
+
+  </info>
+
+  <title>How do I play songs on repeat?</title>
+
+  <list>
+    <title>In the taskbar, click on the button on the right side:</title>
+    <item>
+      <p>Select <gui>Repeat Song</gui> to repeat a single song.</p>
+    </item>
+    <item>
+      <p>Select <gui>Repeat All</gui> to repeat all the song in the
+      playlist.</p>
+    </item>
+  </list>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 53a1dab..a679868 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,6 +11,7 @@ HELP_FILES = \
         playlist-create-artists.page \
         playlist-delete.page \
         playlist-remove-songs.page \
+        playlist-repeat.page \
         playlist-shuffle.page \
         search.page \
         legal.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]