File: unimported.rst

package info (click to toggle)
beets 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,016 kB
  • sloc: python: 46,429; javascript: 8,018; xml: 334; sh: 261; makefile: 125
file content (22 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.