Peter Codar
Peter Codar
After executing the command `sudo docker-compose run --rm search load-search-indexes.sh ` which fails, because ``` Thu May 20 17:04:25 UTC 2021: Load annotation search index... load-search-indexes.sh: 'annotation' has data already...
If you try to use the command `sudo docker-compose run --rm musicbrainz fetch-dump.sh both` as mentioned here: https://github.com/metabrainz/musicbrainz-docker#user-content-recreate-database-with-indexed-search only the search dumps will be downloaded, but not the database data...
I would like to run this 3 steps "unattended": `sudo docker-compose run --rm musicbrainz fetch-dump.sh search && admin/delete-search-indexes all && sudo docker-compose run --rm search load-search-indexes.sh --force` Unfortunately, the first...
Yesterday, I have deleted all search indexes, replicated the data up-to-date and then executed: `sudo docker-compose exec indexer python -m sir reindex` The following 2 annotations id 835827 and id...
Your tool works great! I had to split a 2,5GB text file, but only needed the first 1'000 lines. Unfortunately, I realized the missing "number of files" parameter in the...
Maybe it would be even better to add a free selection of extensions in the settings menu. Something like: `*.nzb; *.nzb.gz; *.rar; *.zip` In combination with the added domains on...
I would like to grant access for a user to several folders like this ``` \1 Folder accessible for all users \2 Folder for John only \3 Folder for Mary...
I have installed http://kodi.wiki/view/Add-on:CU_LRC_Lyrics and it works fine on my Raspberry Pi-KODI using a direct attached TV screen. Could you please show the same lyrics (scraped from on online source...
According to your write example ``` readonly List UPDATES = new List { new SetOperation(new Tag("comment", COMMENT)), new SetOperation(new Tag("keywords", new string[] { "first", "second", "third", "hello world" })) };...
**Describe the bug** If a user/IP address tries too many time to login with the wrong password, the IP will be blocked. **To Reproduce** Steps to reproduce the behavior: 1....