@@ -43,21 +43,25 @@ import
43
43
``````
44
44
::
45
45
46
- beet import [-CWAPRqst] [-l LOGPATH] DIR ...
46
+ beet import [-CWAPRqst] [-l LOGPATH] PATH ...
47
47
beet import [options] -L QUERY
48
48
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 single
53
- album or a directory whose leaf subdirectories are albums (the latter case is
54
- true of typical Artist/Album organizations and many people's "downloads"
55
- folders). The music will be copied to a configurable directory structure (see
56
- below) and added to a library database (see below). The command is interactive
57
- and will try to get you to verify MusicBrainz tags that it thinks are suspect.
58
- (This means that importing a large amount of music is therefore very tedious
59
- right now; this is something we need to work on. Read the
60
- :doc: `autotagging guide </guides/tagger >` if you need help.)
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.)
61
65
62
66
* By default, the command copies files your the library directory and
63
67
updates the ID3 tags on your music. If you'd like to leave your music
@@ -116,6 +120,8 @@ right now; this is something we need to work on. Read the
116
120
``--group-albums `` option to split the files based on their metadata before
117
121
matching them as separate albums.
118
122
123
+ .. _rarfile : https://pypi.python.org/pypi/rarfile/2.2
124
+
119
125
.. only :: html
120
126
121
127
Reimporting
0 commit comments