Upload files to "/"
Initial commit
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Auto-m4b
|
||||
|
||||
## Description
|
||||
|
||||
Auto-M4B is a software tool designed to automate the conversion of audio files into M4B format, commonly used for audiobooks. It streamlines the process by handling file organization, chapter creation, and metadata tagging, making it easy to create professional-quality audiobooks efficiently.
|
||||
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
auto-m4b:
|
||||
image: seanap/auto-m4b
|
||||
container_name: auto-m4b
|
||||
volumes:
|
||||
- /home/mattspeer/docker/auto-m4b/config:/config
|
||||
- /downloads/auto-m4b/temp:/temp
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- CPU_CORES=2
|
||||
- SLEEPTIME=1m
|
||||
- MAKE_BACKUP=Y
|
||||
Reference in New Issue
Block a user