Skip to content

metabrainz/critiquebrainz

Repository files navigation


CritiqueBrainz

Server for the CritiqueBrainz project

GitHub last commit GitHub pull requests

WebsiteDocumentationBug tracker


About

CritiqueBrainz is a repository for Creative Commons licensed music and book reviews. Here you can read what other people have written about an album or event and write your own review!

CritiqueBrainz is based on data from MusicBrainz - open music encyclopedia and BookBrainz - open book encyclopedia. Everyone - including you - can participate and contribute.

CritiqueBrainz is operated by the MetaBrainz Foundation which has a long-standing history of curating, protecting and making music and book data available to the public.

For more information about this project, look at our website.

Changes and other important announcements about the CritiqueBrainz services will be announced on our blog. If you start using our services in any production system, we urge you to follow the blog!

Commercial use

All of our data is available for commercial use. You can find out more about our commercial use support tiers on the MetaBrainz site.

Contributing

If you are interested in helping out, consider donating to the MetaBrainz Foundation.

If you are interested in contributing code or documentation, please have a look at the issue tracker or come visit us in the #metabrainz IRC channel on irc.libera.chat.

Documentation

Documentation is available at https://critiquebrainz.readthedocs.io/.

Building documentation

If you want to build documentation yourself, follow these steps using python 3

$ cd ./docs
$ pip3 install -r requirements.txt
$ make html

After that open ./docs/_build/html/index.html in your favourite browser.

License Notice

Copyright (C) 2022 MetaBrainz Foundation Inc.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA