X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/595b20dc23bc133d57ef9c22451876841221b3aa..a4243347741f0f7079858e03bca8fc32990f525c:/templates/help.tmpl diff --git a/templates/help.tmpl b/templates/help.tmpl index 2ffcd38..3c1536f 100644 --- a/templates/help.tmpl +++ b/templates/help.tmpl @@ -47,8 +47,8 @@ USA being listed first.) Where possible, estimated start times are given.

-

Each track has a @label{playing.scratch} +

Each track has a @label{playing.remove} button next to it. For the currently playing track this can be used to stop playing the track before it has finished; this is called “scratching”. For a track in the queue it @@ -169,9 +169,43 @@ USA

This screen allows you to choose a track to be played, by navigating - through the directory structure of the tracks filesystem. The following - buttons appear:

+ through the directory structure of the tracks filesystem. + + @if{@eq{@label{menu.choosewhich}}{choosealpha}} + { + +

At the top of the page is a list of first letters. Click on + any of these takes you to a list of directories starting with + that letter.

+ +

Below this is a search form. You can enter one or more + keywords here and select @label{search.search} and get a list of + tracks containing all those keywords. It is possible to limit + search results to tracks with a particular tag, by using + tag:TAG among the search terms. Select + @label{search.clear} to clear the search results.

+ +

Initially the rest of the page is empty. However when you + have selected an initial letter, you will see a list of the + matching directories and files. Select a directory to enter it, + or a file to play it. + + } + { + +

At the top of the page is a search form. You can enter one or + more keywords here and select @label{search.search} and get a + list of tracks containing all those keywords. It is possible to + limit search results to tracks with a particular tag, by using + tag:TAG among the search terms.

+ +

Below this appears a list of top-level files and directories. + Select a directory to enter it, or a file to play it.

+ + } +

The following icons will also appear:

+ @@ -189,12 +223,12 @@ USA
- -

This screen has two forms: choose, which give - you all the top-level directories at once, and choosealpha, - which breaks them down by initial letter.

+ +

NB. Some keywords, known as “stopwords”, are + excluded from the search, and will never match. See the stopword option in disorder_config(5) for + further details about this.

This screen will may not be available if you are not logged in or if your user has limited rights.

@@ -229,31 +263,6 @@ USA
-

Search

- - -
- - TODO search is folded into choose now - -

This screen allows you to search for keywords in track names. If you - specify more than one keyword then only tracks containing all of them are - listed. Results are grouped by artist, album and title.

- -

It is possible to limit results to tracks with a particular - tag, by using tag:TAG among the search terms.

- -

Some keywords, known as “stopwords”, are excluded - from the search, and will never match. See the stopword option in disorder_config(5) for - further details about this.

- -

This screen will may not be available if you are not logged in - or if your user has limited rights.

- -
-

Login

@@ -317,6 +326,9 @@ USA

disorder_config(5) - configuration

+

disorder_templates(5) - + template language

+

disorder(1) - command line client