-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audiobooks with multiple folders #232
Comments
This should work.
If it does not work like you would expect, I need:
Best |
Hi Andreas, i found my problem :) I thought i would be using your files, instead i'm running the "docker"-fork of seanap. I think the way it is automating the task is causing the problem. The code which is run is https://github.com/seanap/auto-m4b/blob/main/auto-m4b-tool.sh In line 71 the way is handling nested folders is the problem. But i think my skills are too limited here to fix ist :( Best regards and thank you for all of your help, Stefan |
While I appreciate the fact, that other people are using my tools to create scripts like that, I think that the specific script is overcomplicating everything and causing a lot of unnecessary load on the file system... instead of using the I personally think that a tool like
Are you running linux? If so you could do the following very simple approach:
That's it... Now you can put your files into an organized structure like this: For series add the part number (
For single books, use
Possible issues:
I'm currently working on reorganising my personal filesystem structure to support AudioBookShelf. As soon as it's done, I plan to update the documentation with a guide supporting it. Another feature I'm planning for |
Thank you again. Currently i'm trying to setup the docker container (on a synology nas). I have only used docker compose yet, so still need some time/help to get it running :) |
I would like to merge an audiobook that consists of multiple folder (CD1, CD2 etc.).
I can not copy the files to one folder, because then the chapters are in the wrong order as the tracks are numbered from 1 to... in each folder.
When i try to merge the parent folder this audiobook is moved to the "fix"-folder.
Best regards,
Stefan
The text was updated successfully, but these errors were encountered: