X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c3feb35be30a8018ae00b08baeaf60060f99c1b2..5dba54ab01bce6ca8a6f1fd64b46cd304501b596:/disobedience/manual/properties.html diff --git a/disobedience/manual/properties.html b/disobedience/manual/properties.html new file mode 100644 index 0000000..bce107d --- /dev/null +++ b/disobedience/manual/properties.html @@ -0,0 +1,106 @@ + + + +
+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 selecting Edit > + Track Properties or via the right-click pop-up menu.
+ +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:
+ +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.
+ +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.
+ +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.
+ +