File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,22 @@ This is a plugin for Moe utilizing the musicbrainz metadata source and provides
7
7
* Update musicbrainz collections automatically on import or manually.
8
8
* Various API functions.
9
9
10
+ ************
11
+ Installation
12
+ ************
13
+ 1. Install via pip
14
+
15
+ .. code-block :: bash
16
+
17
+ $ pip install moe_musicbrainz
18
+
19
+ *************
10
20
Configuration
11
- =============
21
+ *************
22
+ Add ``musicbrainz `` to the ``enabled_plugins `` configuration option.
23
+
24
+ This plugin has the following configuration options:
25
+
12
26
``username ``
13
27
Musicbrainz username.
14
28
``password ``
@@ -36,8 +50,9 @@ The following options involve auto updating a specific collection on musicbrainz
36
50
``auto_remove = False ``
37
51
Whether to automatically remove releases from ``collection_id `` when removed from the library.
38
52
53
+ *************
39
54
Custom Fields
40
- =============
55
+ *************
41
56
This plugin adds the following custom fields:
42
57
43
58
Track Fields
@@ -48,8 +63,9 @@ Album Fields
48
63
~~~~~~~~~~~~
49
64
* ``mb_album_id `` - musicbrainz album aka release id
50
65
66
+ **********************
51
67
Command-line Interface
52
- ======================
68
+ **********************
53
69
This plugin adds the following commands:
54
70
55
71
mbcol
You can’t perform that action at this time.
0 commit comments