Replies: 4 comments 3 replies
-
The config folder is where all the app data is stored and is very important. It doesn't matter where you store your config folder but you need to have one. The way docker works is from the perspective of the docker container you map an external folder to an internal folder. Kinda like an alias. so when you see Example: Many people mount their NAS to something like |
Beta Was this translation helpful? Give feedback.
-
I was just mirroring the folder structure from the readme (this folder structure is on the Windows share):
Then I created the I even went a step further and created a credentials file and added it to When I browse to As for the config, I'm still not grasping exactly what is supposed to be in there. Just add the line and leave it be? I'm not storing anything on the container, it's just touching files on a Windows share (I obviously know nothing about Docker, sorry). |
Beta Was this translation helpful? Give feedback.
-
did you ever get this to work? I have a similar issue in that auto-m4b doesn't detect anything in /temp/recentlyadded using Docker Desktop on Windows. Folder structure is definitely correct. If i manually run the line from the script:
It finds and moves the files and then I get a different error:
This just loops round continuously, it hasn't actually finished converting anything. I have to move the files back to /temp/recentlyadded to get it to stop docker compose YAML:
|
Beta Was this translation helpful? Give feedback.
-
ok, this is interesting. I tried running auto-m4b-tool.sh from inside the container and it worked fine. I noticed edits I made to the file didn't change what was appearing in the log, so what is the cron job running? How is the script being executed? Not very familiar with the workings of Linux to figure it out but if it was calling the auto-m4b-tool.sh in the root folder then it should work, but it isn't |
Beta Was this translation helpful? Give feedback.
-
I'm having difficulties getting this to work. To lay the groundwork:
Plex is hosted on Windows. A "working directory" has been created that houses the working directories, this is a network share.
Running the
auto-m4b
docker image in a Ubuntu Server 22.0.1 LTS VM in VMware Workstation. The working directory is accessible to to the Linux VM.I have placed an audiobook's worth of MP3s in the
recentlyadded
folder and have waited much longer than 5 minutes and have checked thebackup
,merge
, anduntagged
folders for any output and have found nothing.During the configuration process, I noticed in the
docker-compose.yml
it refers to/path/to/config:/config
, I'm not sure what config is supposed to be referenced here, so I omitted the line and only input my/path/to/temp:/temp
path in as/home/autom4b/temp:/temp
where/temp
is mounted to the Windows share.I was able to pull the log, see below:
What am I doing wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions