advplyr
b12a344776
Fix:Chromecast button on mobile screen sizes #756
2022-06-19 15:43:45 -05:00
advplyr
f741064843
Merge pull request #748 from jmt-gh/update_log_page
...
Update Log page to have a matching "settings UI"
2022-06-19 10:07:56 -05:00
advplyr
d5138e4c0a
Merge pull request #747 from jmt-gh/fix_remove_button_padding
...
Fix padding on "Remove All Library Items" button
2022-06-19 10:06:26 -05:00
advplyr
42a30c33db
Merge pull request #746 from jmt-gh/update_placard_size
...
Fix placard sizes so "Continue Listening" fits
2022-06-19 10:06:04 -05:00
advplyr
e5d978f8e8
Merge pull request #744 from jmt-gh/issue_741
...
Add toggle for switching between Chapter and Book Duration in player (issue #741 )
2022-06-19 10:05:06 -05:00
advplyr
ccc82520a9
Update chapter track progress bar, timestamps, hide chapter ticks. Update mobile responsiveness for player
2022-06-19 10:04:15 -05:00
jmt-gh
0028136935
update height of content to optimize screen space
2022-06-19 01:53:23 -07:00
jmt-gh
0edc46b771
update log page to have a matching UI
2022-06-19 01:46:42 -07:00
jmt-gh
2261f3d1c3
fix right padding on remove all items button
2022-06-19 01:09:02 -07:00
jmt-gh
5c0e792782
fix placard size so continue listening fits
2022-06-19 01:03:56 -07:00
jmt-gh
644882e04f
add support for swapping progress bar between current chapter duration and book duration
2022-06-18 23:55:34 -07:00
advplyr
67f51c6de9
Version bump 2.0.22
2022-06-18 18:43:19 -05:00
advplyr
0c8fd6ab0e
Update:Uploader to treat audio files as separate audiobooks if uploading only audio files #670
2022-06-18 16:44:20 -05:00
advplyr
5452a57a14
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2022-06-18 13:11:20 -05:00
advplyr
19f020e7a6
Fix:Open playback session on init #743
2022-06-18 13:11:15 -05:00
advplyr
825641f2a9
Merge pull request #742 from mrdth/feature/fetch-author-image
...
Fetch author photo from external URL
2022-06-18 12:10:53 -05:00
advplyr
35ab4cb2fe
Update photo url input to photo path/url to be consistent with item covers
2022-06-18 12:05:30 -05:00
advplyr
fd13607d89
Update:Logs to use server local timezone instead of UTC #656
2022-06-18 11:34:28 -05:00
mrdth
f79b4d44b9
Fetch author photo from external URL
...
Add a new text field 'Photo URL' on the author edit modal, if there
is no existing image for an author.
When submitted, the image is saved from the URL provided
2022-06-18 17:04:38 +01:00
advplyr
91e30a6e84
Merge pull request #736 from cassieesposito/dateFormat
...
Date format
2022-06-18 10:34:32 -05:00
advplyr
8ab0f164a6
Update server settings ui and add display settings section
2022-06-18 10:32:12 -05:00
advplyr
578bb03404
Merge pull request #730 from jmt-gh/issue_719
...
Properly support multiple narrators when Matching (#719 )
2022-06-18 09:32:46 -05:00
advplyr
06582b5371
Merge pull request #739 from jmt-gh/mobile_responsive_search
...
Show search bar on mobile responsive views (fix #715 )
2022-06-18 09:30:17 -05:00
Cassie Esposito
7f6baf35b7
Merge branch 'advplyr:master' into dateFormat
2022-06-17 20:58:05 -07:00
advplyr
6227d0baa1
Update
2022-06-17 19:09:03 -05:00
advplyr
e334b585be
Libraries dropdown updates for mobile
2022-06-17 16:50:46 -05:00
advplyr
c83b3f19f7
Merge pull request #735 from samosbor/master
...
Update BookFinder.js: Retry Search with Clean Title and Author if No Books Found
2022-06-17 15:46:57 -05:00
Sam
d31ec055f9
check if cleantitle and cleanauthor are different
2022-06-17 10:31:31 -07:00
jmt-gh
38c259a45e
initial commit for responsive search bar on mobile
2022-06-17 07:48:42 -07:00
Cassie Esposito
b2ee24de98
Applied dateFormat setting to alternative bookshelf view
2022-06-17 01:35:24 -07:00
Cassie Esposito
9ba0e52bb7
Added an option to change date format
2022-06-17 01:26:10 -07:00
Sam
edc712e6f6
Merge branch 'master' of https://github.com/samosbor/audiobookshelf
2022-06-17 01:14:19 -07:00
Sam
485888b2d9
list includes syntax
2022-06-16 22:37:36 -07:00
advplyr
c2e90d4d83
Merge pull request #734 from jmt-gh/add_local_docker_build_commands
...
Add npm commands to build local docker containers
2022-06-16 17:09:48 -05:00
advplyr
f5d89b8f52
Merge pull request #733 from jmt-gh/multiline_pills
...
Update pills so that they handle multi-line properly
2022-06-16 17:08:59 -05:00
advplyr
378b40790a
Merge branch 'master' into multiline_pills
2022-06-16 17:08:47 -05:00
advplyr
be3d38392d
Merge pull request #732 from jmt-gh/update_pills
...
Update details "pills" so they don't overlap when they flow to new lines
2022-06-16 17:07:21 -05:00
Sam Osborne
27fef50983
retry search with clean title author
2022-06-16 13:48:37 -07:00
jmt-gh
167df85c1e
add npm commands to build local docker containers
2022-06-15 22:23:36 -07:00
jmt-gh
009e16c9a4
add break-all for multiline support for long entries
2022-06-15 22:12:56 -07:00
jmt-gh
b40cc767b2
add margin on y so pills don't touch when they overflow
2022-06-15 20:49:27 -07:00
jmt-gh
4f5f2d32be
Properly support multiple narrators when Matching
...
This commit adds proper support for multiple narrators when matching. We
were accidentally missing a split in the same way we handle it for
genres and tags
2022-06-15 20:23:56 -07:00
advplyr
66be3e0281
Update:Clear global search input when clicking dropdown item #723
2022-06-15 12:35:50 -05:00
advplyr
987f188f00
Merge pull request #720 from jmt-gh/fix_formatting
...
Fix indents from 4 spaces to 2 in parseOverdriveMediaMarkers.js
2022-06-14 13:28:11 -05:00
jmt-gh
daca2bdf2a
fix spacing from 4 to 2
2022-06-13 22:23:02 -07:00
advplyr
8894f52439
Merge pull request #716 from jmt-gh/abs_overdrive
...
Add support for leveraging chapter data directly from Overdrive mp3s during scanning
2022-06-13 18:25:44 -05:00
jmt-gh
863f81e55a
remove logger
2022-06-12 20:43:20 -07:00
jmt-gh
d03d3735e5
Add chapter end time support
2022-06-12 20:28:09 -07:00
advplyr
3bb2df6e12
Fix:Abs metadata parser to allow second equals sign in value #634
2022-06-12 17:47:14 -05:00
advplyr
80c9efc618
Update:Make m4b timeout to 30 mins
2022-06-12 15:59:36 -05:00