Results 799 comments of advplyr

> Side comment: is there any way to export my book info (especially after a match) aside from keeping ABS files in the book folders? If you don't keep the...

Updated in [v2.1.5](https://github.com/advplyr/audiobookshelf/releases/tag/v2.1.5) Adding lock to prevent 2 watcher scans running at the same time.

Where in the mobile app are you seeing this? I just realized the subtitle isn't shown in the mobile app which I'm going to add now as you suggested with...

Updated in [2.1.3](https://github.com/advplyr/audiobookshelf/releases/tag/v2.1.3)

This was improved a bit in v2 but still needs work

I don't think we want to run them synchronously. The heavy I/O is because of many ffprobes running at once which I improved a bit on v2, but we are...

I don't think the image being killed with 80 audiobooks is a common issue. This is highly dependent on your specs of course and one of the biggest factors in...

I want to add that the asynchronous/synchronous might be a bit misleading because in node.js asynchronous doesn't mean running in parallel. Whereas in other languages these could be used interchangeably.

> > I want to add that the asynchronous/synchronous might be a bit misleading because in node.js asynchronous doesn't mean running in parallel. Whereas in other languages these could be...

> You can summon workers with NodeJS. These will run on a different thread but can communicate with the master > > https://nodejs.org/api/worker_threads.html We use worker threads for making M4b...