Andreas
Andreas
> This eliminated the first issue and now only leaves the cannot read metadata, file does not exist problem. I think that there is a permission problem... `dockerd` is a...
From my install script (no guarantees...): ``` ## docker (Community Edition) dpkg -s "docker-ce" &> /dev/null if [ "$?" -ne "0" ]; then curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add...
Well this seems to be something i should take a look at... I'll reopen the ticket and take a look, unfortunately I'm not able to do this in the next...
Ok, this one should be fixed with the latest `Dockerfile` and the latest changes. If not, please feel free to reopen and please provide `--debug` output (e.g. `m4b-tool merge --debug...
Please check with the latest pre-release, it should be fixed there.
This is strange. The `mp4info` binary dependency is missing, but if you are using docker, this should not be the case because all dependencies are installed in the docker image....
Nice find. I'll take a look on this, as soon as I am not as busy any more... thank you.
Thanks for reporting. I need to update some dependencies and check the build steps. If you use the latest pre-release, you should have the latest code (except some minor changes)....
Thanks for reporting. I'll have a look at this. Directory matching is pretty complex, although I can't think of a case, where the structure, you describe, makes sense. I'll take...
Mmh, strange. I have to investigate this... thanks for reporting. > Is there another option to remove all existing tags/not keep them on the new file? Only with third-party (`ffmpeg`,...