From a80fe344f7ddbd9dd320dd8303d9dc054f918d65 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 31 Jul 2011 15:25:52 +0100 Subject: [PATCH] Disobedience: mention global prefs in manual. Organization: Straylight/Edgeware From: Richard Kettlewell No screenshots yet. --- disobedience/manual/properties.html | 15 ++++++++++++--- disobedience/manual/window.html | 11 +++++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/disobedience/manual/properties.html b/disobedience/manual/properties.html index 34d215f..bce107d 100644 --- a/disobedience/manual/properties.html +++ b/disobedience/manual/properties.html @@ -31,7 +31,7 @@ along with this program. If not, see .

This window can be invoked from any of the four tabs by - selecting one or more tracks and then either selected Edit > + selecting one or more tracks and then either selecting Edit > Track Properties or via the right-click pop-up menu.

4.1 Track Name Parts

@@ -66,13 +66,22 @@ along with this program. If not, see .

Each track has an associated collection of tags. These can used when searching for tracks in the Choose tab or to control - which tracks are picked at random (although this functionality is - not readily available in current versions of Disobedience).

+ which tracks are picked at random.

To add tags to a track enter the tags you want to apply to it in the Tags field, separated by commas. Tags cannot contain commas and are compared without regard to whitespace.

+

To search by tag, prefix it with tag: in the search box.

+ +

To control how tracks are picked at random, select Control > + Global Preferences. If Required Tags contains a + comma-separated list of tags then only tracks with at least one of + the listed tags will be picked at random. Similarly + if Prohibited Tags contains a comma-separated list of tags + then no track with any of the listed tags will be picked at + random.

+

4.3 Track Weight

Every track has an associated weight. A higher weight makes the diff --git a/disobedience/manual/window.html b/disobedience/manual/window.html index 72fe5f7..a4c1642 100644 --- a/disobedience/manual/window.html +++ b/disobedience/manual/window.html @@ -144,10 +144,13 @@ along with this program. If not, see .

The Control menu options are mostly equivalent to the - buttons described above. The exceptions is Activate - Playlist which allows you to play - a playlist, and Compact Mode - which switches Disobedience's window to a smaller format.

+ buttons described above. The exceptions are:

+ +
    +
  • Compact Mode which switches Disobedience's window to a smaller format.
  • +
  • Global Preferences which allows global server settings to be modified.
  • +
  • Activate Playlist which allows you to play a playlist.
  • +

-- [mdw]