I would like to write a tool for audiobooks, that is doing mainly the following:
- convert aax to mp3 including metadata
- put the mp3 in a database (probably mongo DB)
- compare the information with a database (do you know any?)
- split the mp3 into parts (provided by database mentioned before)
The main reason is that I'm sick of different providers of audiobooks and I want to have them in my own library. Therefore I need a database for audiobooks, preferably in many languages. I guess the hardest part is splitting the mp3 into parts provided by the database (I still need to find). Because the parts might be different and you know there is sometimes stuff like "Welcome to audible" and whatsoever. So do you have any idea where I can find this database?