jmt-gh
8d03943acb
remove extra debug log
2022-06-06 18:51:49 -07:00
jmt-gh
853513b926
update approach for ensuring download directory always exists
2022-06-06 18:51:08 -07:00
jmt-gh
c606a41314
update Cache folder creation to leverage ensureDirs
2022-06-06 08:18:15 -07:00
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
advplyr
ac00f3ebe7
Merge pull request #692 from cassieesposito/getBookDataFromDir-refactor
...
Fixed bugs that caused getSequence to run twice and broke year recognition
2022-06-05 18:02:39 -05:00
Cassie Esposito
6846de98f8
Fixed bugs that caused getSequence to run twice and broke year recognition
2022-06-05 15:52:18 -07:00
advplyr
881baa818d
Fix:Progress filter
2022-06-05 15:26:27 -05:00
advplyr
b671145e73
Merge pull request #682 from jmt-gh/update_cover_on_merge
...
Support embedding cover art metadata in the embed metadata tool
2022-06-05 13:04:12 -05:00
jmt-gh
8809c7b900
Handle null and delete cover cases
...
This commit adds in supporting if a cover path is null. If this is the
case, we completely remove the video stream from the file, as the user
either:
a) uploaded a file with no video stream (so removing it is a no-op)
b) removed the cover in ABS, so we should respect that on merge
2022-06-05 10:36:42 -07:00
advplyr
ae8f3aa918
Version bump 2.0.20
2022-06-05 10:59:01 -05:00
advplyr
5d4047c171
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2022-06-05 10:16:19 -05:00
advplyr
6f80591afd
Fix:Switching to next track pausing player #685
2022-06-05 10:06:07 -05:00
jmt-gh
9b6fa8fe8c
Merge branch 'advplyr:master' into update_cover_on_merge
2022-06-04 19:00:41 -07:00
jmt-gh
d6c02ebb2c
Support embedding cover art metadata
...
Added support for chapter metadata in #678 , but completely missed that
coverart wasn't getting embedded in the embed metadata tool. This commit
adds that in
2022-06-04 18:56:55 -07:00
advplyr
788d867ec3
Merge pull request #681 from jmt-gh/m4b_no_coverart
...
Fix cover art not being generated for M4B export
2022-06-04 20:56:04 -05:00
jmt-gh
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
advplyr
3d821dacb7
Fix:Sessions table cleanup
2022-06-04 15:51:00 -05:00
advplyr
e0546c6164
Version bump 2.0.19
2022-06-04 14:42:36 -05:00
advplyr
be7ccfb209
Merge pull request #678 from jmt-gh/issue_676_chapter_metadata
...
Support embedding updated chapter metadata (issue #676 )
2022-06-04 14:02:44 -05:00
advplyr
938a8c6f80
Fix:Casing typo in LibraryItem
2022-06-04 13:00:51 -05:00
advplyr
5cd343cb01
Add:All listening sessions config page
2022-06-04 12:44:42 -05:00
jmt-gh
ab0094a53b
Support embedding updated chapter metadata (676)
...
This commit resolves issue #676 . The embed metadata tool was missing the
flag that tells ffmpeg to not only update the "top" metadata, but also
the chapter metadata.
2022-06-04 10:17:42 -07:00
advplyr
2d5e4ebcf0
Add:Audio player next/prev chapter buttons
2022-06-04 12:07:38 -05:00
advplyr
3171ce5aba
Update:Paginated listening sessions
2022-06-04 10:52:37 -05:00
advplyr
0e1692d26b
Fix:Matching authors with multiple authors split by comma #667
2022-06-03 19:21:31 -05:00
advplyr
e8cd18eac2
Add:Alert when progress is not syncing
2022-06-03 19:11:13 -05:00
advplyr
bf928692d5
Update:API route for getting playback session and getting media progress
2022-06-03 18:59:42 -05:00
advplyr
792490b629
Merge pull request #664 from bskrtich/docker_updates
...
feat: Updates to docker file and gh action
2022-06-03 05:02:11 -05:00
advplyr
0d1ff35c5e
Add:Not Finished progress filter #650
2022-06-02 18:20:18 -05:00
advplyr
67e02fddbd
Comment out expand on player ui
2022-06-02 17:54:07 -05:00
advplyr
09beb6a2ae
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2022-06-02 16:32:42 -05:00
advplyr
1bd657f07d
Fix:Mark as finished once media has ended #635
2022-06-02 16:31:52 -05:00
advplyr
2dba17a7ae
Merge pull request #651 from selfhost-alt/handle-another-backup-parse-error
...
Gracefully handle unexpected end of file when listing backup files
2022-06-02 07:26:42 -05:00
Brandon Skrtich
4900649908
feat: Updates to docker file and gh action
...
* Clean up Dockerfile
* Add health check to Dockerfile
* Update gh action versions
2022-06-02 05:55:01 +00:00
advplyr
c3b33ea37a
Fix:Sanitize filename to remove line breaks and check filename length is not too long #663
2022-06-01 20:14:10 -05:00
advplyr
36bd6e649a
Fix:Remove podcast episode to also remove library file #636
2022-06-01 17:45:52 -05:00
advplyr
4621c78573
Update:Show version number in bottom of siderail #660 and save previous version data to continue showing if update is available
2022-06-01 17:15:13 -05:00
advplyr
c88bbf1ce4
Fix:Authors landing page available on refresh #659
2022-06-01 16:29:29 -05:00
advplyr
d37b25a6f6
Update audio player to player ui and separate out components
2022-05-31 20:13:46 -05:00
advplyr
792268f5ee
Merge branch 'master' into video
2022-05-31 18:53:30 -05:00
advplyr
5f2d6f4d5e
Add:Support for wav #652
2022-05-31 18:45:40 -05:00
Selfhost Alt
1350a91fba
Handle another type of corrupted backup file
2022-05-30 23:53:00 -07:00
advplyr
acf22ca4fa
Testing video media type
2022-05-30 19:26:53 -05:00
advplyr
705aac40d7
Remove experimental set bookshelf texture
2022-05-30 09:58:02 -05:00
advplyr
7456052620
Fix:Match update cover image #648
2022-05-30 09:52:42 -05:00
advplyr
6cd4ec7fce
Version bump v2.0.18
2022-05-29 13:18:31 -05:00
advplyr
93b8e11378
Fix:Mark media as finished if less than 5 seconds remain on a sync and call progress sync again when last track ends #635
2022-05-29 12:55:14 -05:00
advplyr
6161daeef0
Fix:OPML file upload reset
2022-05-29 12:22:16 -05:00
advplyr
cfcd351570
Add:Match All Authors button #642
2022-05-29 12:15:39 -05:00
advplyr
514893646a
Add:OPML Upload for bulk adding podcasts #588
2022-05-29 11:46:45 -05:00