Replies: 2 comments 8 replies
-
Hey, no worries, audiobooks + plex has always been a bit of a workaround and can be quite confusing. To add to the confusion the guide was written before other tools/plug-in's were made, and the guide has tried to keep up with all the new ways but it's not perfect. Not to mention, I've tried to accommodate Linux only users, windows only users, etc. So depending on what systems you have access to there are different tools to use. Converting mp3's to single chapterized m4b is optional, but if you have thousands of books all the mp3 files can really bog down your server. That said, there are many many free apps that can do the conversion, the "Auto M4B Tool" docker that I made is a Linux utility that automates the conversion. If using autoM4B then no need to use dropit. Tags: With the new Audnexus plex plug in the minimum amount of tags you need are correct ALBUM and ARTIST, the plugin will scrape all the other data (cover, series, narrator, etc.). That said I personally like all of my files to have all tags properly set in the file (in case I use audiobook apps/servers other than plex). Most CD ripping software lets you set the ALBUM and ARTIST tag, in this case there is no need to do any additional tagging, just move the book to the folder plex watches for Audiobooks. Flow: Soup to Nuts (basic):
Soup to Nuts (Automated Linux/Windows):
It sounds like the auto m4b docker isn't working right. Do you have all the folders created (temp, recently added, merge, untagged, delete, backup, fix)? It's important to create the temp folder structure exactly like outlined here https://github.com/seanap/auto-m4b |
Beta Was this translation helpful? Give feedback.
-
Not that docker, that is just the underlying tool. The way you are setting it up is how I used to use the tool manually (it works but it's way more complicated than it needs to be). All of the steps you outlined are done automatically when using the Auto-M4B docker
Example yml code (replace the version: '3.7'
services:
auto-m4b:
image: seanap/auto-m4b
container_name: auto-m4b
volumes:
- /mnt/storage/docker/autom4b/config:/config
- /mnt/storage/temp:/temp |
Beta Was this translation helpful? Give feedback.
-
I hate to send a question like this because of the incredible amount of time you have put into getting this together, but I'm lost and I'm not sure where to go forward with this configuration to get it working. I'm struggling with understanding the workflow soup --> nuts - When I download my audiobook from cd and it has multiple MP3s do I create a directory somewhere that is named in a specific format and do I put that folder in temp or mergemp3?
I just found out that the link in https://github.com/seanap/Plex-Audiobook-Guide for the auto merge takes you https://github.com/seanap/Auto-M4B-Tool#m4b-tool-automation which loads below your line that says "...outdated..." so I never even saw that until I was done setting up the docker following the steps on that page. The new auto-M4B setup...I don't even really see any steps to set that up...does it use the docker that I already setup from the previous page? I feel like I'm missing pieces to the puzzle. As it sits right now, I can copy in mp3 files to mergemp3 and it will convert them, but a completed m4b file never ends up anywhere, it looks like it just ends up getting deleted.
Sorry, I'm all over the place, but mp3tag, dropit, docker, bookcopy.sh it's all setup and now I need to figure out how to get the correct config for the auto convert/combine from linux/docker working correctly. HELP.
Beta Was this translation helpful? Give feedback.
All reactions