Skip to content

Commit

Permalink
docs: clarify installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Apr 7, 2024
1 parent 3a19664 commit 38cdcfe
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@ This is a plugin for Moe utilizing the musicbrainz metadata source and provides
* Update musicbrainz collections automatically on import or manually.
* Various API functions.

************
Installation
************
1. Install via pip

.. code-block:: bash
$ pip install moe_musicbrainz
*************
Configuration
=============
*************
Add ``musicbrainz`` to the ``enabled_plugins`` configuration option.

This plugin has the following configuration options:

``username``
Musicbrainz username.
``password``
Expand Down Expand Up @@ -36,8 +50,9 @@ The following options involve auto updating a specific collection on musicbrainz
``auto_remove = False``
Whether to automatically remove releases from ``collection_id`` when removed from the library.

*************
Custom Fields
=============
*************
This plugin adds the following custom fields:

Track Fields
Expand All @@ -48,8 +63,9 @@ Album Fields
~~~~~~~~~~~~
* ``mb_album_id`` - musicbrainz album aka release id

**********************
Command-line Interface
======================
**********************
This plugin adds the following commands:

mbcol
Expand Down

0 comments on commit 38cdcfe

Please sign in to comment.