advplyr
8442a629fb
Fix:Get libraries endpoint return only libraries accessible to user
2022-01-16 11:17:09 -06:00
advplyr
024627fefc
Fix:Ensure chapter start/end are numbers
2022-01-13 16:43:32 -06:00
advplyr
712aad2f14
Fix:FFprobe requires path update config #302
2022-01-10 17:57:51 -06:00
advplyr
e5f8be5b24
Fix:Scanner smart re-order
2022-01-10 11:12:47 -06:00
advplyr
411183e4b4
Fix:Typo in function for language tags #305
2022-01-09 19:21:13 -06:00
advplyr
b284a9bd57
Add:Language and ASIN id3 tag parse, language filter, asin search, asin audible match, add fields to details #305
2022-01-09 18:37:16 -06:00
advplyr
afd2b8c98f
Add:Smart audio track order based on best match track and disc #155
2022-01-09 17:36:25 -06:00
advplyr
1be0ff7654
Add:Scanner set default cover provider #291
2022-01-08 17:03:33 -06:00
advplyr
2c29a273f3
Change:Make square covers the default
2022-01-08 16:42:30 -06:00
advplyr
ab62ec689d
Fix:Sort series before limiting #295
2022-01-07 17:26:12 -06:00
ISO-B
f2e09e524f
Cleaned unused require from prober
2022-01-07 15:17:35 +02:00
ISO-B
dc05c38430
Fixes reading multiline data from file tags
...
Swiched fluent-ffmpeg to node-ffprobe.
Fluent's ffprobe can't handle multiline tag data due to it's parsing process.
node-ffprobe supports getting probe data using json format which keeps line changes.
2022-01-07 15:15:53 +02:00
advplyr
8ee4751cac
Fix:Sync audiobook progress
2022-01-05 19:07:32 -06:00
advplyr
4778d09501
Fix:Stream container not opening on mount
2022-01-05 18:01:33 -06:00
ISO-B
7607381ea4
Added _isbn to Book so it's always string
2022-01-04 14:46:40 +02:00
ISO-B
01c8013309
Changed replaceAll to replace since node12 doent' have it
2022-01-04 14:41:34 +02:00
ISO-B
2f8a90c21a
Added isbn search
...
Search now also searches books using isbn.
ISBN match has to be exact to prevent isbn matches to flood results.
2022-01-04 12:20:28 +02:00
ISO-B
021d3cfa1a
Added isbn fetching for metadata
...
If file metadata has isbn tag it will be fetched and used for book
2022-01-03 21:40:03 +02:00
mx03
02db145a0c
Fix: escape special characters in provider urls
2021-12-30 10:57:28 +01:00
advplyr
b80d735750
Add:User listening stats page and new library stats
2021-12-29 15:53:19 -06:00
advplyr
e56196a137
Add:Alternative bookshelf view with titles #232
2021-12-28 15:50:17 -06:00
advplyr
3905ef677d
Merge pull request #270 from mx03/patherror
...
Bug: Missing path variable
2021-12-27 11:36:12 -06:00
mx03
ace37cc54f
Missing Path variable
2021-12-27 17:51:19 +01:00
mx03
090a6a3696
Sort filters
2021-12-27 11:43:07 +01:00
advplyr
dd7aed8f90
Fix:Add natural sort to books/all route #261
2021-12-26 16:17:10 -06:00
advplyr
de579347e8
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2021-12-26 11:28:48 -06:00
advplyr
ef94a6bb29
Change:Series volume numbers to use language sensitive sorting #261
2021-12-26 11:25:07 -06:00
mx03
46e13f8971
fix cover cache not purged after change
2021-12-25 21:56:39 +01:00
advplyr
49fcaefd01
Fix:Open stream update with full audiobook object #255
2021-12-25 07:22:46 -06:00
advplyr
a17348f916
Change:Fallback to audio stream tags if probe format has no tags and remove old scanner #256
2021-12-24 18:06:17 -06:00
advplyr
3f8551f9a1
Change:Bookshelf to return minified audiobook objects and limit 100 #255
2021-12-24 16:37:57 -06:00
mx03
6fb5352ed5
Fix audible match if title or author has special characters
2021-12-21 14:02:27 +01:00
advplyr
1b03af4041
Add:Api route to sync stream data for use in android native
2021-12-19 18:45:56 -06:00
advplyr
1463af28ce
Add:Support AAC audio files #244
2021-12-16 18:44:50 -06:00
advplyr
394789d64e
Fix:metadata covers check file exists on scan #239
2021-12-15 19:39:26 -06:00
advplyr
b18af414b6
Fix:Check failed ffmpeg image command +additional errors logs #239
2021-12-14 15:19:23 -06:00
advplyr
57b464c867
Fix:Set full cover path for extracted covers & use temp fix to update books without a full cover path
2021-12-13 16:53:04 -06:00
Keagan Hilliard
d6ae50f89a
Remove sharp in favor of ffmpeg, fallback to cover
2021-12-13 11:29:31 -08:00
advplyr
ddf0fa72e8
Add:Cover image cache, resize & use webp image #223
2021-12-12 17:15:37 -06:00
Keagan Hilliard
69fa00608f
Added an endpoint to serve different cover sizes
2021-12-12 08:52:27 -08:00
advplyr
3d6bbeb3cd
Fix:Find books api endpoint #225
2021-12-08 14:29:10 -06:00
advplyr
c5465ad8e0
Add:Select cover search provider, Add:Persist selected provider, Change:API routes for searching
2021-12-07 18:42:56 -06:00
advplyr
9548be7075
Merge pull request #226 from keaganhilliard/master
...
Added ASIN support in the title field
2021-12-07 18:11:32 -06:00
advplyr
2b3688b141
Update async function, update debug log
2021-12-07 18:10:56 -06:00
Keagan Hilliard
059d6d96a7
Added ASIN support in the title field
2021-12-07 10:27:30 -08:00
advplyr
fde6700a82
Fix:Multi select dropdown menus overflow and update on scroll,Fix: Batch edit only submit updates that were made #222
2021-12-06 17:55:43 -06:00
advplyr
c17af1fc28
Fix:Sort books for series #220
2021-12-06 16:18:26 -06:00
advplyr
975984e8d1
Add:forceRescan rescans existing audio files,Fix:False positives for if an audio file was updated
2021-12-05 11:29:42 -06:00
advplyr
040548c6db
Fix:Reorder libraries route and draggable table,Fix:Update filter daata
2021-12-05 09:52:23 -06:00
Igor Kaldowski
b68c181631
Add: Force re-scan library
2021-12-04 23:57:47 +00:00