From b72c028a0b5b3b1a13d2b70ff1219fd4213c0eb9 Mon Sep 17 00:00:00 2001 From: PotcFdk Date: Mon, 25 Oct 2021 02:31:49 +0200 Subject: [PATCH 1/2] Update absubmit.rst Reword the first sentence of the Submitting Data paragraph. --- docs/plugins/absubmit.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/plugins/absubmit.rst b/docs/plugins/absubmit.rst index 953335a14..e43fb37a9 100644 --- a/docs/plugins/absubmit.rst +++ b/docs/plugins/absubmit.rst @@ -23,12 +23,11 @@ the plugin ``absubmit`` in your configuration (see :ref:`using-plugins`). Submitting Data --------------- -Type:: +To run the analysis program and upload its results, type:: beet absubmit [-f] [-d] [QUERY] -To run the analysis program and upload its results. By default, the -command will only look for AcousticBrainz data when the tracks +By default, the command will only look for AcousticBrainz data when the tracks doesn't already have it; the ``-f`` or ``--force`` switch makes it refetch data even when it already exists. You can use the ``-d`` or ``--dry`` swtich to check which files will be analyzed, before you start a longer period From 85a2eb8e9662b1a361d36db97eb0a3d57dc0064d Mon Sep 17 00:00:00 2001 From: PotcFdk Date: Mon, 25 Oct 2021 02:39:32 +0200 Subject: [PATCH 2/2] Update absubmit.rst [...] when the tracks do{es->}n't already have [...] --- docs/plugins/absubmit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/absubmit.rst b/docs/plugins/absubmit.rst index e43fb37a9..e26032edb 100644 --- a/docs/plugins/absubmit.rst +++ b/docs/plugins/absubmit.rst @@ -28,7 +28,7 @@ To run the analysis program and upload its results, type:: beet absubmit [-f] [-d] [QUERY] By default, the command will only look for AcousticBrainz data when the tracks -doesn't already have it; the ``-f`` or ``--force`` switch makes it refetch +don't already have it; the ``-f`` or ``--force`` switch makes it refetch data even when it already exists. You can use the ``-d`` or ``--dry`` swtich to check which files will be analyzed, before you start a longer period of processing.