From: Richard Kettlewell Date: Thu, 26 Nov 2009 18:41:17 +0000 (+0000) Subject: Track properties X-Git-Tag: 5.0~38^2~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/a9ace56da67aedfd82c9f70b6cc11f1fa290fd69 Track properties --- diff --git a/disobedience/manual/disobedience.css b/disobedience/manual/disobedience.css index e28b881..4c3392c 100644 --- a/disobedience/manual/disobedience.css +++ b/disobedience/manual/disobedience.css @@ -36,6 +36,13 @@ h2 a { color: black } +p.chapter a { + color: black; + font-family: helvetica,sans-serif; + font-weight: bold; + font-size: 18pt +} + a:active { color: red } diff --git a/disobedience/manual/index.html b/disobedience/manual/index.html index 6c9bc7e..7e37478 100644 --- a/disobedience/manual/index.html +++ b/disobedience/manual/index.html @@ -29,20 +29,20 @@ along with this program. If not, see .

This is the manual for Disobedience, the graphical client for DisOrder.

-

1. Introduction

+

1. Introduction

-

2. Window Layout

+

2. Window Layout

-

3. Tabs

+

3. Tabs

+

4. Track Properties

+ + + + diff --git a/disobedience/manual/intro.html b/disobedience/manual/intro.html index 0603538..86d247f 100644 --- a/disobedience/manual/intro.html +++ b/disobedience/manual/intro.html @@ -185,8 +185,8 @@ along with this program. If not, see .

Once you have logged in successfuly, Disobedience will remember these login settings, so it should not be necessary to enter them again. If you need to change them for any reason, you can either - select the Server > Login option to bring the login window back, or - (if you prefer), edit the file ~/.disorder/passwd + select the Server > Login option to bring the login window + back, or (if you prefer), edit the file ~/.disorder/passwd directly.

diff --git a/disobedience/manual/properties.html b/disobedience/manual/properties.html new file mode 100644 index 0000000..dc81890 --- /dev/null +++ b/disobedience/manual/properties.html @@ -0,0 +1,93 @@ + + + + + Disobedience: Track Properties + + + +

4. Track Properties

+ +

The chapter describes how to edit track properties.

+ +

+ +

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

+ +

4.1 Track Name Parts

+ +

The first three fields for each track are the parts of its name: + the artist, album and title. These control what appear in the + similarly named columns in the queue and other tabs. If they are + wrong then you can edit them here to correct them.

+ +

The double-headed arrow at the right of each field will copy the + current field value to all the other tracks in the window. For + instance if an album name is mis-spelled or wrong then you could + follow the following procedure to correct it for all its + tracks:

+ +
    + +
  1. In the Choose tab, select all the tracks in the album.
  2. + +
  3. Select Edit > Track Properties to bring up the track + properties window.
  4. + +
  5. Edit the album name in the first track.
  6. + +
  7. Click the arrow button to the right of the corrected version.
  8. + +
  9. Click the OK button.
  10. + +
+ +

4.2 Tags

+ +

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).

+ +

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.

+ +

4.3 Track Weight

+ +

Every track has an associated weight. A higher weight makes the + track more likely to be picked at random and lower weight makes it + less likely to be picked at random. (In the simplest case the + probability that it will be picked is equal to its weight divided + by the total weight of all tracks, although there are a number of + other factors that modify this.)

+ +

If no weight has been explicitly set then the track gets a + default weight of 90,000.

+ +

One way to prevent a track being picked at random would be to + set its weight to zero, but in fact there is a box you can untick + to suppress random selection of tracks too.

+ + + diff --git a/disobedience/manual/tabs.html b/disobedience/manual/tabs.html index 7b7485c..7c73c45 100644 --- a/disobedience/manual/tabs.html +++ b/disobedience/manual/tabs.html @@ -26,7 +26,7 @@ along with this program. If not, see .

3. Tabs

-

The chaper contains detailed descriptions of the Queue, Recent, +

The chapter contains detailed descriptions of the Queue, Recent, Choose and Added tabs.

3.1 The Queue

@@ -160,6 +160,14 @@ along with this program. If not, see . bottom right of the screen (or jump to the next one by pressing CTRL+G).

+

If you enter more than one word at a time then only tracks which + match both words will be listed.

+ +

You can search for tags as + well as words. For instance to search for the tag + “happy” you would enter tag:happy in the + search box.

+

To clear the search, press the Cancel button.

3.4 Newly Added Tracks

diff --git a/disobedience/manual/track-properties.png b/disobedience/manual/track-properties.png new file mode 100644 index 0000000..27093b8 Binary files /dev/null and b/disobedience/manual/track-properties.png differ