Organize your audiobook collection!
This is a simple C# program that helps organize your audiobook collection into a structured directory format based on the OpenAudible book list export.
Download the Latest Release here.
The program will now quickly organize a copy of your books in the specified folder.
J.K. Rowling (Artist)
└── Wizarding World (series)
└── Book 1
└── Harry Potter and the Sorcerer's Stone.mp3
It will monitor the export file and automatically start transferring the new files if it is changed (new export)
docker run --rm -d -v <folderwithbooklist>:/app/export -v <books>:/app/source -v <destination>:/app/destination orbitalteapot/openaudiblebookmanagerservice:latest
Enter the /app/* path for all three inputs
docker run --rm -it -v <folderwithbooklist>:/app/export -v <books>:/app/source -v <destination>:/app/destination orbitalteapot/openaudiblebookmanagerconsole:latest
git clone https://github.com/orbitalteapot/OpenAudible-FileOrganizer.git
cd OpenAudible-FileOrganizer
docker compose build