seanap / Auto-M4B-Tool

Script to automate using m4b-tool to convert recently added mp3 audiobook folders to a single chapterized m4b.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-m4b-tool fails when setting up as systemd service

xtinct101 opened this issue · comments

Hi,

Firstly, thanks for this awesome script and worflow. This has been such a great tool to automate and organize all my files.

I have everything working as needed but when I try to run the script as a systemd service it fails.
The error I get is "the input device is not a TTY"
I also get this error when using rc.local to start the script.
Any ideas?

Ok, got it working.
2 issues for me why this didn't work:

  • I was using symlinks and the path's get all wrong when it launches the docker call
  • I needed to remove the "t" from the docker command so instead of "-it" just "-i"
    Thanks again for the great script.