mbdata icon indicating copy to clipboard operation
mbdata copied to clipboard

MusicBrainz SQLAlchemy Models

Results 5 mbdata issues
Sort by recently updated
recently updated
newest added

The [documentation](https://musicbrainz.org/doc/MusicBrainz_Database/Download) states that: >Alternatively, if you are not interested in having a local MusicBrainz website and web service, you can use [mbdata](https://github.com/lalinsky/mbdata) that includes replication without the rest of...

I am trying to run the `mbslave init --create-database` The code here: https://github.com/acoustid/mbdata/blob/ea0e7e2af55096b221b54f3c1e59154f9c03583b/mbdata/replication.py#L584 seems to try to connect to the "musicbrainz" database before it is created, and I get the...

I don't really understand python but it seems to me that the application tries to read the environment variable MBSLAVE_DB_DB for the db name and not MBSLAVE_DB_NAME as it is...

I see the following error when running `mbslave sync` ``` % mbslave sync INFO:mbdata.replication:Downloading https://metabrainz.org/api/musicbrainz/replication-155737.tar.bz2?token=*** Traceback (most recent call last): File "/Users/simonhopkin/.local/bin/mbslave", line 8, in sys.exit(main()) ^^^^^^ File "/Users/simonhopkin/.local/pipx/venvs/mbdata/lib/python3.11/site-packages/mbdata/replication.py", line...

The following error is displayed when running `mbslave init --create-user --create-database` ``` psql:/var/folders/63/wlxrc7ds36s2mhyddjpg56_80000gn/T/tmprzrao_gq.sql:14: ERROR: relation "art_type" already exists Traceback (most recent call last): File "/Users/simonhopkin/.local/bin/mbslave", line 8, in sys.exit(main()) ^^^^^^...