beets/docs/plugins/unimported.rst
2019-10-15 15:32:50 +02:00

18 lines
No EOL
685 B
ReStructuredText

Unimported Plugin
===========
The ``unimported`` plugin allows to list all files in the library folder which are not listed in the beets library database.
Command Line Usage
------------------
To use the ``unimported`` plugin, enable it in your configuration (see
:ref:`using-plugins`). Then use it by invoking the ``beet unimported`` command.
The command will list all files in the library folder which are not imported. You can
exclude file extensions using the configuration file::
unimported:
ignore_extensions: jpg png
The default configuration moves all English articles to the end of the string,
but you can override these defaults to make more complex changes.