From: Banana Date: Thu, 8 Jul 2021 11:26:56 +0000 (+0200) Subject: updated tool description X-Git-Tag: 1.2~9 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=7c4999aae406b1d5e5923506b6a32e6739bf0749;p=bibliotheca-php.git updated tool description --- diff --git a/documentation/tool-musicbrainz.txt b/documentation/tool-musicbrainz.txt index e69de29..d858513 100644 --- a/documentation/tool-musicbrainz.txt +++ b/documentation/tool-musicbrainz.txt @@ -0,0 +1,17 @@ +Musicbrainz release information grabber + +Creating a new entry with the selected fields or updating an existing one. + +Based on +https://musicbrainz.org/doc/Development +https://musicbrainz.org/doc/MusicBrainz_API/Examples +https://musicbrainz.org/doc/MusicBrainz_API/Search +https://musicbrainz.org/doc/MusicBrainz_API +the grabber provides a simple search for artist and release (album). + +An option to make the target fields automatically selected by default to given values is also available +in the config file. + +# Setup +Rename the config-musicbrainz.php.default to config-musicbrainz.php in the config folder. +Follow the comments to update the settings.