mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
18 lines
524 B
ReStructuredText
18 lines
524 B
ReStructuredText
Play Plugin
|
|
===========
|
|
|
|
The ``unimported`` plugin allows to list all files in the library folder which are not imported.
|
|
|
|
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] # default []
|
|
|
|
|
|
|