audiobookshelf/server/managers
jmt-gh 35f29ca22b Use ensureDir instead of mkdir to fix 698
This commit updates the mkdir for creating the download location to
ensureDir, which is an alias for mkdirs and mkdirp, meaning they will
create the entire path of the directory if it does not exist.

https://github.com/jprichardson/node-fs-extra/blob/master/docs/ensureDir.md
2022-06-06 08:12:58 -07:00
..
AbMergeManager.js Use ensureDir instead of mkdir to fix 698 2022-06-06 08:12:58 -07:00
AudioMetadataManager.js Handle null and delete cover cases 2022-06-05 10:36:42 -07:00
BackupManager.js Handle another type of corrupted backup file 2022-05-30 23:53:00 -07:00
CacheManager.js Fix:Create cache dirs on server init 2022-05-15 11:19:04 -05:00
CoverManager.js Add:Support for openaudible folder structure (subject to change), add support for treating single audio files in the root directory as library items #401 2022-04-27 19:42:34 -05:00
DownloadManager.js Update:No longer creating initial root user and initial library, add init root user page, web app works with no libraries 2022-05-14 17:23:22 -05:00
LogManager.js Create podcast manager and re-organize managers 2022-03-20 16:41:06 -05:00
PlaybackSessionManager.js Testing video media type 2022-05-30 19:26:53 -05:00
PodcastManager.js Testing video media type 2022-05-30 19:26:53 -05:00
RssFeedManager.js Add:RSS feeds for audiobooks #606 2022-05-19 18:51:58 -05:00