1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-07-07 17:57:19 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
6f65350269 Update:JSDocs for task manager 2023-10-20 16:39:32 -05:00
f02992dd4d Remove the setting of file permissions 2023-09-06 07:12:11 -05:00
d56e3a3617 Merge branch 'master' into sqlite_2 2023-07-11 17:07:13 -05:00
995cf51ae3 Update:Default m4b encoding bitrate to 128k 2023-07-11 16:57:30 -05:00
cf7fd315b6 Init sqlite take 2 2023-07-04 18:14:44 -05:00
b52e240025 Add:Batch re-scan 2023-05-27 14:51:03 -05:00
1da471e136 Fix:Embed metadata tool embed ASIN, SERIES and SERIESPART 2023-05-26 17:57:56 -05:00
ef954ee68f Remove downloads folder in metadata dir 2023-04-03 17:28:55 -05:00
d900093976 Fix:Make m4b embed cover image 2023-01-22 18:00:35 -06:00
616ffb8f79 Add:M4b tool configurable options bitrate/channels/codec 2022-12-19 17:13:04 -06:00
e2af33e136 Update:Refactor socket connection management into SocketAuthority 2022-11-24 15:53:58 -06:00
e3ba739db5 Update:Encode & embed metadata API endpoints, separate cache & search endpoints into controllers 2022-11-19 13:28:06 -06:00
1118b8b782 Metadata embed and m4b merge fixes and cleanup 2022-11-05 13:13:52 -05:00
3824154c15 Forgot to update the merge 2022-11-03 10:20:32 -06:00
c1938f78c2 Added json file support 2022-11-02 19:40:50 -06:00
02d997897c Add:Cancel m4b merge button 2022-10-02 14:31:04 -05:00
39979ff8a3 Add:Tasks widget in appbar for merging m4bs & remove old m4b merge routes 2022-10-02 14:16:17 -05:00
f36a5eae6d Update:Audiobook merge to set metadata with tone and replace m4b in library item 2022-09-26 18:07:31 -05:00
d0af1c3c9a Remove fs-extra dependency 2022-07-05 19:53:01 -05:00
f5aae25cc8 remove random character 2022-06-06 18:52:08 -07:00
8d03943acb remove extra debug log 2022-06-06 18:51:49 -07:00
853513b926 update approach for ensuring download directory always exists 2022-06-06 18:51:08 -07:00
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
3bc3914fd9 Fix cover art not being generated for m4b export
This commit fixes an issue where cover art was not being generated
properly when creating an M4B audiobook.

More context can be found in discord:
https://discord.com/channels/942908292873723984/981321213882282035/982777444631195681
2022-06-04 17:50:26 -07:00
84c12a6e7e Add:Experimental embed metadata in audio files 2022-05-01 18:33:46 -05:00
ad3fbe7abf Add back in m4b merge downloader in experimental 2022-04-21 18:52:28 -05:00