mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
22 lines
728 B
ReStructuredText
22 lines
728 B
ReStructuredText
Unimported Plugin
|
|
=================
|
|
|
|
The ``unimported`` plugin allows one to list all files in the library folder
|
|
which are not listed in the beets library database, including art files.
|
|
|
|
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 or entire subdirectories using the configuration
|
|
file:
|
|
|
|
::
|
|
|
|
unimported:
|
|
ignore_extensions: jpg png
|
|
ignore_subdirectories: NonMusic data temp
|
|
|
|
The default configuration lists all unimported files, ignoring no extensions.
|