Older versions of OpenAudible supported command-line options using the Java runtime: ```bash java -jar OpenAudible.jar --help ```
This may prove useful at some time with regard to integration with Livecode extensions.
Some builds included commands such as: ``` --sync Sync library with Audible --download Download new audiobooks --convert Convert downloaded files --export Export metadata ``` Recent releases focus on GUI use, so these options may no longer be available. Advanced users can still automate OpenAudible indirectly by parsing its exported JSON library files, typically found in: ``` ~/OpenAudible/library/ ``` These contain metadata such as title, author, and file paths for converted audiobooks, making them suitable for use as a local “pseudo-API”.