From 869d0781d55c0d9c631f12e1009126ff18f18382 Mon Sep 17 00:00:00 2001 From: Pieter Mulder Date: Mon, 2 Jan 2017 14:34:00 -0500 Subject: [PATCH] Absubmit add section on skipped file by the plugin Add a section to the absubmit plugin documentation about files that are skipped by this plugin. --- docs/plugins/absubmit.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins/absubmit.rst b/docs/plugins/absubmit.rst index a8cd1b3806..6519e6159c 100644 --- a/docs/plugins/absubmit.rst +++ b/docs/plugins/absubmit.rst @@ -25,6 +25,8 @@ Type:: to run the analysis program and upload its results. This will work on any music with a MusicBrainz track ID attached. +The plugin skips any file missing a MusicBrainz ID (MBID). This should rarely happen as Beets tags all files with their MBID on import. Files of in an unsupported encoding format are also skipped. `streaming_extractor_music`_ currently supports files with the following extensions: ``mp3``, ``ogg``, ``oga``, ``flac``, ``mp4``, ``m4a``, ``m4r``, ``m4b``, ``m4p``, ``aac``, ``wma``, ``asf``, ``mpc``, ``wv``, ``spx``, ``tta``, ``3g2``, ``aif``, ``aiff`` and ``ape``. + Configuration -------------