ContainerN00b

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ContainerN00b

  1. It depends on how much editor work was done. If MB is in the middle of "classical clean up" phase, the replication packets can be much bigger then usual. With "usual" I would say about some hundred kB. This replication packets include only text, no covers or other pictures. Covers remains always on coverartarchive.org
  2. You have the choice: a ) Download data dumps from ftp://ftp.musicbrainz.org/pub/musicbrainz/data/fullexport/ and import it manually or b ) Subscribe (free for private use) to the Live data Feed: https://musicbrainz.org/doc/Live_Data_Feed (you need an access token to get the hourly produced replication packets with all the data changes from the last hour(s).
  3. What do you mean with "not using Unraid"? I think, I've found it: https://lime-technology.com/what-is-unraid/ I'm completely wrong here, sorry. I thought, docker containers could be used everywhere, are not bound to a specifc environment. Sorry again, my fault!
  4. "...not using unraid"? I'm running VMware with ubuntu 64bit, docker and this container. Anything wrong with this configuration?
  5. Thank you for this container. I hoped, that this will work better then the official provided (outdated) Virtual Machine. After following all the steps in https://hub.docker.com/r/linuxserver/musicbrainz/ I can't access the running container, I get only a Unable to connect Firefox can’t establish a connection to the server at 192.168.1.37:5000. I see this lines in the logfile: The container version number is: Linuxserver.io version:- 71 Build-date:- July-21-2017-11:27:46-UTC I'm sure the IP address and the port are correct. The used create-command was: sudo docker create --name=musicbrainz -p 5000:80 -e PGID=1000 -e PUID=1000 -e BRAINZCODE=longblabla -e WEBADDRESS=192.168.1.37 -e TZ="Europe/London" linuxserver/musicbrainz What do I have to change to access this local webserver?