@@ -49,19 +49,22 @@ import
49
49
Add music to your library, attempting to get correct tags for it from
50
50
MusicBrainz.
51
51
52
- Point the command at a directory full of music. The directory can be a
53
- single album or a directory whose leaf subdirectories are albums (the
54
- latter case is true of typical Artist/Album organizations and many
55
- people's "downloads" folders). The path can also be a single file or an
56
- archive. Beets supports `zip ` and `tar ` archives out of the box. To
57
- extract `rar ` files you need to install the `rarfile `_ package and the
58
- `unrar ` command. The music will be copied to a configurable directory
59
- structure (see below) and added to a library database (see below). The
60
- command is interactive and will try to get you to verify MusicBrainz
61
- tags that it thinks are suspect. (This means that importing a large
62
- amount of music is therefore very tedious right now; this is something
63
- we need to work on. Read the :doc: `autotagging guide </guides/tagger >`
64
- if you need help.)
52
+ Point the command at some music: directories, single files, or
53
+ compressed archives. The music will be copied to a configurable
54
+ directory structure and added to a library database. The command is
55
+ interactive and will try to get you to verify MusicBrainz tags that it
56
+ thinks are suspect. See the :doc: `autotagging guide </guides/tagger >`
57
+ for detail on how to use the interactive tag-correction flow.
58
+
59
+ Directories passed to the import command can contain either a single
60
+ album or many, in which case the leaf directories will be considered
61
+ albums (the latter case is true of typical Artist/Album organizations
62
+ and many people's "downloads" folders). The path can also be a single
63
+ song or an archive. Beets supports `zip ` and `tar ` archives out of the
64
+ box. To extract `rar ` files, install the `rarfile `_ package and the
65
+ `unrar ` command.
66
+
67
+ Optional command flags:
65
68
66
69
* By default, the command copies files your the library directory and
67
70
updates the ID3 tags on your music. If you'd like to leave your music
0 commit comments