advplyr
277ff8a5a5
Add:Book library filter for Share Open
2024-07-04 15:45:47 -05:00
advplyr
d5e00c8bbd
Update:Get personalized home page shelves and get library items endpoint optional includes for media item shares, show public icon on shared book items
2024-07-01 17:26:13 -05:00
advplyr
2673742d8d
Update User-Agent strings
2024-06-24 17:14:20 -05:00
Matt Basta
2843a3b6d7
Add user agent string to feed requests
2024-06-23 12:35:37 -04:00
Nicholas Wallace
cadef9b023
Misnamed variable and cumulative length
2024-06-15 01:20:22 +00:00
Nicholas Wallace
34b340f179
Fix: overdrive mediamarkers parse hours
2024-06-15 01:17:07 +00:00
advplyr
a018374d26
Update:Validate ASIN for author, chapter and match requests
2024-06-09 13:43:03 -05:00
Daniel Brain
06202811b4
Fix ssrfFilter url
2024-06-05 20:32:52 +10:00
advplyr
9c33446449
Update:Support for ENV variables to disable SSRF request filter (DISABLE_SSRF_REQUEST_FILTER=1) #2549
2024-06-03 17:21:18 -05:00
advplyr
1337c60cde
Fix:Debian pkg crash due to using toSorted that is only available in Node20+ #3024
2024-05-27 13:22:20 -05:00
advplyr
5bbcb9cac3
Fix:Embedded chapters sort order #3007
2024-05-24 16:49:39 -05:00
advplyr
a11cf7a90e
Fix:Book library author name sort order with multi-author books #2859
2024-05-16 14:56:19 -05:00
advplyr
dc0eaa32c9
Merge pull request #2954 from mikiher/series-progress-fixes
...
Fix series and collapsed series progress to be consistent and show average of book series progress
2024-05-12 13:37:10 -05:00
advplyr
672672dd2a
JSDoc formatting updates
2024-05-07 17:39:10 -05:00
mikiher
c674042319
Add libraryItemIds to collapsedSeries objects
2024-05-07 18:19:55 +03:00
mikiher
a668921e29
Prettier-only formatting changes
2024-05-07 18:16:32 +03:00
CoffeeKnyte
5041f80cb0
Added limit variable to getAuthorsWithCount()
...
- Clarified and updated the comments
- added parameter "limit" to getAuthorsWithCount()
- the limit is set to 10 when called from LibraryController.js
- as per Nichwall's comments
2024-05-01 07:24:42 -04:00
CoffeeKnyte
95cdb23efb
split getAuthorsWithCount to 2 lighter functions
...
getAuthorsWithCount - now only gets the top 10 authors (in that library) by number of books
getAuthorsTotalCount - new function to only get total number of authors (in that library)
2024-04-30 11:14:55 -04:00
advplyr
1b2cf50633
Fix:Catch error with transcodes writing concat file & do not fallback to AAC encode if error message is a failure to find include file
2024-04-27 16:41:57 -05:00
advplyr
359a2752d8
Fix:Server crash when scanning in invalid epub #2856
2024-04-21 15:07:53 -05:00
advplyr
dbe10382fd
Update:Podcast episode downloader only takes audio streams #2858
2024-04-17 17:09:36 -05:00
advplyr
c4fd4ff9de
Fix:Update metadata.json when using item metadata utils #2837
2024-04-12 17:34:10 -05:00
advplyr
e60d2a9858
Add:Podcast library filter for languages and show language on podcast item page
2024-04-08 15:48:41 -05:00
Lauri Vuorela
2d68fa2c27
fix book limit for the contiue series shelf
2024-03-25 16:32:29 +01:00
advplyr
bfd4a378f3
Merge pull request #2737 from justcallmelarry/feature/add-toggle-for-skipping-earlier-instalments-in-continue-series
...
Add library toggle setting for skipping earlier instalments in Continue Series
2024-03-14 14:40:20 -05:00
advplyr
521db90ae0
Update JSDocs, remove unused libraryId replacement
2024-03-14 14:37:24 -05:00
advplyr
d02fc2debe
Update continue series skip earlier books query attribute to look for finished books, update wording on help text, map translations
2024-03-14 14:27:33 -05:00
Lauri Vuorela
65153fae9d
var => let
2024-03-14 09:42:50 +01:00
Lauri Vuorela
d4c1bc5dfc
use already fetched library settings, only fetch maxSequence if setting is turned on
2024-03-14 09:41:48 +01:00
advplyr
dbf4bd5c3d
Merge pull request #2691 from lkiesow/hash-in-filename
...
Fix file names with URL control characters
2024-03-12 17:40:37 -05:00
Lauri Vuorela
c83399c7b5
use the toggle to not show earlier works than the ones already read
2024-03-12 17:04:26 +01:00
advplyr
c93c863d82
Merge pull request #2677 from Teekeks/enhance-ebook-filter
...
feat: Expanded filter to include "has no ebook" and "has no supplementary ebooks" options
2024-02-29 14:00:50 -06:00
Lars Kiesow
987842ed04
Fix file names with URL control characters
...
This patch ensures that files names like `series #3 xy.jpg` are actually
handled correctly instead of the part after `#` being interpreted as
fragment and being discarded.
I noticed that in a few rare cases the App wouldn't properly display
cover images. It turns out that due the file names containing a `#`, the
file path got corrupted, causing Audiobookshelf to return a 403.
2024-02-29 17:56:55 +01:00
advplyr
38f12f4795
Fix:Podcast schedule max new episodes to download setting to 0 and fix input blurs #2680
2024-02-27 17:17:33 -06:00
Teekeks
655bebfec4
feat: Expanded filter to include "has no ebook" and "has no supplementary ebooks" options
2024-02-27 18:30:05 +01:00
advplyr
d9e7f5d133
Update BinaryManager JSDocs, move validVersions to required binary objects
2024-02-17 17:40:33 -06:00
advplyr
a119b05d85
Merge branch 'master' into ffmpeg-latest
2024-02-17 17:05:51 -06:00
advplyr
aacf37e32b
Fix:Year in Review crashing when listening session has a null genre #2623
2024-02-16 16:16:55 -06:00
advplyr
52323b7eb5
Update:Podcast episode download show ffmpeg progress and print full debug log dump on error
2024-02-16 16:05:02 -06:00
mikiher
d43a1109c8
Modify BinaryManager to download version 6.1 and remove old dowloaded versions
2024-01-25 17:51:06 +02:00
advplyr
f5545cd3f4
Add:Scanner extracts cover from comic files #1837 and ComicInfo.xml parser
2024-01-14 17:51:26 -06:00
advplyr
e8fa029df7
Fix:Specific podcast rss feed cannot be fetched due to accept header #2446
2024-01-10 08:12:26 -06:00
advplyr
da25eff5c1
Fix:Parse series sequence from OPF in cases where series_index is not directly underneath series meta #2505
2024-01-08 18:21:15 -06:00
advplyr
69e23ef9f2
Add:Epub metadata parser and cover extractor #1479
2024-01-07 17:51:07 -06:00
advplyr
a426da534c
Fix:Export OPML not escaping characters #2487
2024-01-05 14:45:25 -06:00
advplyr
9f909b0d85
Update:Library folder browser to also work for debian and windows
2024-01-03 16:23:17 -06:00
advplyr
aa63aa6cf3
Merge branch 'master' into binary-manager
2024-01-02 14:16:27 -06:00
Jacob Southard
e4effebc19
Add try/catch to fileutils.getFileMtimeMs
2023-12-29 10:04:59 -06:00
mikiher
3051b963ef
Merge branch 'advplyr:master' into binary-manager
2023-12-27 06:44:22 +02:00
advplyr
0d0bdce337
Fix:Fetch RSS feed request accept header #2446
2023-12-25 13:15:55 -06:00