Skip to content

Commit

Permalink
docs: add documentation for missing -a
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
  • Loading branch information
qlyoung committed Mar 18, 2017
1 parent 25e3129 commit d35442c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/plugins/missing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Usage

Add the ``missing`` plugin to your configuration (see :ref:`using-plugins`).
By default, the ``beet missing`` command lists the names of tracks that your
library is missing from each album.
library is missing from each album. It can also list the names of albums that
your library is missing from each artist.
You can customize the output format, count
the number of missing tracks per album, or total up the number of missing
tracks over your whole library, using command-line switches::
Expand All @@ -20,6 +21,7 @@ tracks over your whole library, using command-line switches::
print with custom FORMAT
-c, --count count missing tracks per album
-t, --total count total of missing tracks
-a, --album show missing albums for artist instead of tracks

…or by editing corresponding options.

Expand Down Expand Up @@ -60,6 +62,10 @@ List all missing tracks in your collection::

beet missing

List all missing albums in your collection::

beet missing -a

List all missing tracks from 2008::

beet missing year:2008
Expand Down

0 comments on commit d35442c

Please sign in to comment.