auto-m4b
Application Docker from AlexRed's Repository
Vue d'ensemble
auto-m4b is a docker container that will watch a folder for new books, auto convert mp3 books to chapterized m4b, and move all m4b books to a specific output folder. This output folder is where the beets.io audible plugin will look for audiobooks and use the audible api to perfectly tag and organize your books. See: https://github.com/seanap/beets-audible
TLDR: watches a /recentlyadded folder, all multifile m4b/mp3/m4a/ogg books will be converted to a chapterized m4b and saved to an /untagged folder
Github: https://github.com/seanap/auto-m4b
Dockerhub: https://hub.docker.com/r/seanap/auto-m4b
Limitations:
- The chapters are based on the mp3 tracks. A single mp3 file will become a single m4b with 1 chapter, also if the mp3 filenames are garbarge then your m4b chapternames will be terrible as well. See section on Chapters for how to manually adjust.
- Right now book folders with nested subfolders will be moved to a /fix folder for manual filename/folder fixing. It should be possible to modify the auto-m4b-tool.sh script to automatically prefix the subfoldername and move the files up a level, let me know if you know how to do this.
- The conversion process actually strips some tags and covers from the files, which is why you need to use a tagger (mp3tag or beets.io) before adding to Plex.
Exigences
Notes
===
--cpu-shares=256 by default, this will limit the container to 25% of your available CPU cycles.
Conversion speed depends on your cpu, and at 25% it can be slow. 1GB audiobook may take 30 minutes or more. Either change --cpu-shares=1024 (full cpu usage), or run it overnight.
===
--cpu-shares=256 by default, this will limit the container to 25% of your available CPU cycles.
Conversion speed depends on your cpu, and at 25% it can be slow. 1GB audiobook may take 30 minutes or more. Either change --cpu-shares=1024 (full cpu usage), or run it overnight.
Arguments d'exécution
- Réseau
bridge- Coquille
bash- Privilégié
- false
- Paramètres supplémentaires
--cpu-shares=256
Configuration du modèle
DataPathrw
- Cible
- /config
- Défaut
- /mnt/user/appdata/auto-m4b
- Valeur
- /mnt/user/appdata/auto-m4b
Staging FolderPathrw
Folder where operations will take place. Inside of the folder, the following structure will be used: recentlyadded, merge, untagged, delete, fix, backup. Suggested location: empty directory placed on a cache drive near your media, the subdirectories will be created automatically. Note: you may need to run chown nobody:users -R * on the folder.
- Cible
- /temp
Save Backup Before JobVariable
[Y | N] If set to Y, will make a backup of files in the /temp/backup directory.
- Cible
- MAKE_BACKUP
- Défaut
- N
- Valeur
- N
PUIDVariable
- Défaut
- 99
- Valeur
- 99
PGIDVariable
- Valeur
- 100
Scan IntervalVariable
Interval to check for /temp/recentlyadded files in minutes.
- Cible
- SLEEPTIME
- Défaut
- 1m
- Valeur
- 1m
Catégories
Télécharger les statistiques
187,720
Total des téléchargements
7,274
Ce mois-ci
7,458
Moyenne / Mois
Total des téléchargements au fil du temps
Chargement du graphique...
Détails
Référentiel
seanap/auto-m4bDernière mise à jour2024-07-04
Première vue2023-10-08
Exécutez auto-m4b sur Unraid.
auto-m4b est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.