Keagan Hilliard
586c8a550a
Removed a noisy log and limit chapter embedding to items with only 1 audiofile
2022-11-03 10:09:49 -06:00
Keagan Hilliard
d57effe97c
Fixed a couple of issues, should be working well now
2022-11-03 09:32:50 -06:00
Scott Ruoti
473257f65e
Makes it so the when sorting and ignoring prefixes, they are actually ignored
2022-11-03 00:14:07 -04:00
Keagan Hilliard
c1938f78c2
Added json file support
2022-11-02 19:40:50 -06:00
pgodwin
b8d0395e6d
Add support for forward proxy auth. Tested with authentik.
...
- adds new method (`getUserFromProxyAuth) to server/Auth.js to check for
relevant environment variables and pull the user from the request headers..
- adds `/forwardauth` route to call new proxy auth method
- modified /client/login.vue to call `/forwardauth` and authenticate
the user if returned by forwardauth
- add a helper method in `server/utils/parseBool.js` to help check for
boolean values from environment
- update the readme.md to explain how enable forward auth.
2022-11-02 22:03:06 +10:00
advplyr
765a11f135
Update:Increase db lockfile stale time to 2 mins #1095
2022-10-29 17:37:56 -05:00
advplyr
fbbcbb4af1
Add:Series filters #712
2022-10-29 15:33:38 -05:00
advplyr
ce133cd6f2
Add:Series sort #712
2022-10-29 11:17:51 -05:00
advplyr
1a35def375
Update:default sorting ignore prefixes to just be the #869
2022-10-27 17:50:56 -05:00
advplyr
efecf7ed82
Update:Podcast episode auto download schedule setting for max new episodes to download #1091
2022-10-26 16:55:16 -05:00
advplyr
e1e10dca50
Update:Default library view to detail instead of bookshelf view & update settings copy
2022-10-22 09:13:20 -05:00
advplyr
0e96465d74
Remove old coverAspectRatio server setting
2022-10-22 09:01:00 -05:00
advplyr
88e9dabaaa
Update:fallback to comment meta tag for book descriptions
2022-10-22 08:37:56 -05:00
advplyr
f55559e9a3
Add:Support for webm and webma audio files #1079
2022-10-20 17:24:51 -05:00
advplyr
b16e69ee86
Update:New library icons and picker using icon font
2022-10-18 12:09:36 -05:00
advplyr
cb762c97a8
Fix:Podcast parsing pubDate from RSS feed #1072
2022-10-16 16:24:05 -05:00
advplyr
ce4e48cbd7
Add:Region support for audible chapter lookup
2022-10-15 15:31:07 -05:00
advplyr
067d90474b
Add:Collapsed series finished progress bar #1062
2022-10-14 17:59:00 -05:00
advplyr
e0e69fb164
Fix book log
2022-10-13 18:01:21 -05:00
advplyr
d7952dab04
Fix:Setting book chapters from audio files #1052
2022-10-08 17:32:46 -05:00
advplyr
bec599f325
Update:30s timeout for file downloading axios request #1050
2022-10-08 17:15:37 -05:00
advplyr
6a6d384d88
Update:Scanner folder name parse sequence starting with decimal and cast to number
2022-10-08 15:42:38 -05:00
advplyr
3900db14d3
Add:Multi-region audible & audnexus support #731
2022-10-07 17:18:28 -05:00
advplyr
793233e782
Fix:Authors page to only include library items from the current library #1049
2022-10-06 17:06:06 -05:00
advplyr
d440a9fd6a
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2022-10-04 17:43:43 -05:00
advplyr
928c6cf5b3
Fix:iTunes returning artist names with & instead of all comma separated #1022
2022-10-04 17:41:26 -05:00
Nick Thomson
876badbeea
Fix a crash under certain circumstances when updating tags when quick matching.
2022-10-03 01:38:52 +01:00
advplyr
8563bdde74
Update:Podcast episode downloads using episode title as filename without prefixing episode num
2022-10-02 17:12:44 -05:00
advplyr
803c9699ef
Version bump 2.2.0
2022-10-02 15:54:05 -05:00
advplyr
c254dc5144
Add:Button for testing scan probes in audiobook tracks table
2022-10-02 15:24:32 -05:00
advplyr
142205f060
Add:Purge items cache button and api endpoint
2022-10-02 14:46:48 -05:00
advplyr
02d997897c
Add:Cancel m4b merge button #1008
2022-10-02 14:31:04 -05:00
advplyr
39979ff8a3
Add:Tasks widget in appbar for merging m4bs & remove old m4b merge routes
2022-10-02 14:16:17 -05:00
advplyr
441b8c5bb7
Update:M4b Merge tool moved to manage page
2022-10-02 11:53:53 -05:00
advplyr
14e5e11344
Cleaned series match & renaming volumeNumber to sequence
2022-10-01 17:01:22 -05:00
advplyr
c23f31216a
Fix:iTunes crash on matching genres #1025
2022-10-01 16:51:22 -05:00
advplyr
cd04533eea
Update:Setting up paths to eventually support subdirectory
2022-10-01 16:07:30 -05:00
advplyr
6701551289
Fix:Ensure podcast library item folder exists before downloading episodes #1019
2022-09-30 16:55:31 -05:00
advplyr
63c55f08dc
Add:Remove episodes from continue listening shelf #919
2022-09-28 17:57:27 -05:00
advplyr
98e79f144c
Add:Remove item from continue listening shelf #919
2022-09-28 17:45:39 -05:00
advplyr
ac30a971c5
Fix:Clean user data on server start removing invalid media progress items
2022-09-28 17:12:27 -05:00
advplyr
9ee6eaade9
Add:Hide series from home page option #919
2022-09-27 17:48:45 -05:00
advplyr
f36a5eae6d
Update:Audiobook merge to set metadata with tone and replace m4b in library item #594
2022-09-26 18:07:31 -05:00
advplyr
b7bdaac163
Fix:Trim whitespace when parsing audio file meta tags #997
2022-09-25 17:15:19 -05:00
advplyr
162a1b7971
Add:Purge media progress button & api endpoint for items that no longer exist #921
2022-09-25 17:11:39 -05:00
advplyr
97da73baf3
Update:Experimental metadata embed tool to use tone
2022-09-25 15:56:06 -05:00
advplyr
39a13e3610
Add:Notification system max queue and max failed attempts settings #996
2022-09-25 10:42:26 -05:00
advplyr
7aa89f16c9
Add:Notification system queueing and queue limit #996
2022-09-25 10:19:44 -05:00
advplyr
88726bed86
Update:Notification system descriptions #996
2022-09-25 09:46:45 -05:00
advplyr
a35b35c062
Merge pull request #1005 from Undergrid/multi_select_quick_match
...
Multi select quick match
2022-09-24 17:46:51 -05:00