Ajout de auto-m4b

This commit is contained in:
Mikael Hardy 2025-05-12 11:41:20 +02:00
parent 30aa8f5e58
commit dce86c577f
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# auto-m4b
[Github](https://github.com/seanap/auto-m4b)
Permet de concaténer des mp3 en 1 seul m4b

View File

@ -0,0 +1,14 @@
version: '3.7'
services:
auto-m4b:
image: seanap/auto-m4b
container_name: auto-m4b
volumes:
- /opt/appdata/auto-m4b/config:/config
- /storage/medias/audiobooks_workdir:/temp
environment:
- PUID=1000
- PGID=1000
- CPU_CORES=2
- SLEEPTIME=1m
- MAKE_BACKUP=Y