advplyr
eab019c577
Use horizontal kebab icon
2023-04-14 16:48:24 -05:00
advplyr
179f11f55d
Add:Delete library items from file system #1439
2023-04-14 16:44:41 -05:00
advplyr
5a21e63d0b
Add:Delete library files, condense item options in more menu #1439
2023-04-13 18:03:39 -05:00
advplyr
718890cfad
Add:Download button to download full library item #580
2023-04-09 17:05:35 -05:00
advplyr
5e5b674c17
Add:Remove all chapters button in chapter editor #1603
2023-04-09 12:47:36 -05:00
advplyr
25ca950dd0
Update listening sessions per device and show open sessions
2023-04-08 18:01:24 -05:00
advplyr
8fca84e4bd
Fix:Chapter editor show save button when shifting times #1648
2023-04-08 14:32:12 -05:00
advplyr
034b8956a2
Add:Batch embed metadata and queue system for metadata embedding #700
2023-04-02 16:13:18 -05:00
advplyr
c89d77dd06
Merge pull request #1627 from vincentscode/epub-reader
...
Save Progress for EPUBs
2023-03-24 18:01:13 -05:00
advplyr
3138865d69
Update toc menu and media progress display
2023-03-24 17:57:41 -05:00
Vincent Schmandt
4d29ebd647
Save Locations locally, add separate progress tracker
2023-03-23 08:45:00 +01:00
advplyr
fd58df4729
Add:Abridged book detail, parse from audible, abridged book filter #1408
2023-03-22 18:05:43 -05:00
advplyr
c629923a80
Merge pull request #1562 from mfcar/addNextScheduleInfo
...
Improve dates, times and schedule backup info
2023-03-05 11:44:59 -06:00
advplyr
b4f1fd5b25
Remove currently from date/time setting
2023-03-05 11:38:07 -06:00
advplyr
022bf9d0ef
Show current episode download on init and download queue page updates
2023-03-05 10:35:34 -06:00
mfcar
61c759e0c4
Add tasks queue dropdown
2023-03-05 11:15:36 +00:00
mfcar
cfb3ce0c60
Merge branch 'master' into addDownloadQueue
2023-03-04 22:00:18 +00:00
mfcar
6aeed24296
Update example label
2023-03-04 11:51:53 +00:00
mfcar
d8b6e09bc0
Merge branch 'master' into addNextScheduleInfo
2023-03-04 11:09:35 +00:00
mfcar
cfb5e909a9
Improve podcast search
2023-02-27 18:22:17 +00:00
mfcar
071444a9e7
Improve dates, times and schedule backup info
2023-02-27 18:04:26 +00:00
mfcar
34ac972130
Add download queue
2023-02-27 02:56:07 +00:00
advplyr
ba4f585318
Update client/pages/library/_library/podcast/search.vue
2023-02-24 17:57:25 -06:00
mfcar
3f859723a6
Typo
2023-02-24 23:45:06 +00:00
mfcar
7a47032a96
Improve explicit label and add a AlreadyInYourLibrary indicator
2023-02-24 23:31:16 +00:00
mfcar
c14d13440f
Add explicit info
2023-02-22 12:48:12 +00:00
mfcar
08d7a9aa14
Add size stats
2023-02-19 21:39:28 +00:00
advplyr
a8f6202302
Remove Gentium Book font, reduce appbar icon and title font size
2023-02-11 15:02:56 -06:00
Tomazed
8c4d3b93c8
revert formatting
2023-02-03 11:25:02 +01:00
Tomazed
c411cf04cc
ItemMetaDataUtils Header localized
2023-02-03 11:16:45 +01:00
advplyr
024d052a7b
Update:Show total duration of episodes on podcast page
2023-01-19 17:55:40 -06:00
advplyr
ff10287d05
Fix:Force AAC when transcoding ALAC audio file streams #1372
2023-01-07 15:58:57 -06:00
advplyr
7a7708403f
Update:Item metadata utils tag and genre loading indicator visible in viewport #1346
2023-01-07 15:44:59 -06:00
advplyr
5a26704c32
Add:Option to disable backup of audio files in embed metadata tool #1370
2023-01-07 15:16:52 -06:00
advplyr
3e4b1652fc
Fix disc/track metadata mapping
2023-01-06 17:39:15 -06:00
advplyr
878330b4fb
Fix filePathToPOSIX used in scan, updates for music track page
2023-01-06 17:10:55 -06:00
Lars Kiesow
452af43916
Fix Hidden Settings Menu
...
This patch fixes several problems of the settings menu related to
display on mobile devices or small(ish) windows:
- The `isMobileLandscape` is now calculated correctly. Previously, this
was set to `true` if a device was in portrait mode.
- Showing the button to collapse the settings menu and making the menu
collapsible now use the same mechanism. Previously, it could happen
that the menu was opened and not fixed, but no button to close it
again was shown.
- The icons fore opening and closing the settings menu are now both
arrows, indicating that their functionality is reversed.
- The button to open the menu now always has the string “Settings”,
instead of using the name of the current page. The current page hader
is listed below that anyway and this is the action component to open
the settings menu after all.
This fixes #1334
2023-01-01 19:49:43 +01:00
advplyr
70ba2f7850
Add:RSS feed for series & cleanup empty series from db #1265
2022-12-31 16:58:19 -06:00
advplyr
a364fe5031
Merge RSS feed modals into a universal one
2022-12-31 15:26:37 -06:00
advplyr
d8ee61bfab
Update:Personalized API endpoint include query string to add rssFeed to entities
2022-12-31 14:31:38 -06:00
advplyr
0e6b0d3eff
Update:Remove RSS feeds from login response payload and include feeds from library items request
2022-12-31 10:59:12 -06:00
advplyr
8bbfee334c
Update:Show RSS feed icon on collection card & update API endpoint for fetching collections
2022-12-31 10:33:38 -06:00
Lars Kiesow
f1329d2847
Accessibility Improvements for Main Settings
...
This patch fixes some accessibility problems on the main settings page.
Most notably, it makes sure that the different options have labels which
are picked up by screen readers.
As a more generic addition, this also makes sure that the dropdown
component will always have a proper label constructed, explaining what
the dropdown is for and what its current value is.
2022-12-30 19:14:04 +01:00
advplyr
308ccf470f
Add:Open RSS feed for collection #606 #1265
2022-12-27 18:03:31 -06:00
advplyr
e803dcd325
Update:RSS feed API routes
2022-12-26 16:58:36 -06:00
advplyr
b884f8fe11
Laying the groundwork for music media type #964
2022-12-22 16:38:55 -06:00
advplyr
c4be75b5bd
Fix:Backups cron scheduler modal #1304
2022-12-20 12:35:31 -06:00
advplyr
616ffb8f79
Add:M4b tool configurable options bitrate/channels/codec #1029 #1257
2022-12-19 17:13:04 -06:00
advplyr
fe25a1bc54
Update item metadata pages sort
2022-12-18 15:16:32 -06:00
advplyr
edbe1851b5
Add translation strings for item metadata utils #1166
2022-12-18 15:11:48 -06:00
advplyr
4971787482
Add:Manage genres #1163
2022-12-18 14:52:53 -06:00
advplyr
4d93e39fa9
Add:Item metadata utils config page for managing tags #1163
2022-12-18 14:17:52 -06:00
advplyr
d7cc8a052a
New translation strings for collections/playlist #1166
2022-12-17 17:47:35 -06:00
advplyr
5165f11460
Add:Create playlist from a collection #1226
2022-12-17 17:31:19 -06:00
advplyr
c06d734d5e
Update:Persist series sort/filter options #1272
2022-12-17 15:10:25 -06:00
advplyr
7852804a9c
Update:Remove call to server for user settings, user settings stored locally
2022-12-17 14:50:01 -06:00
advplyr
dc03835742
Update:Trim whitespace from chapter titles in chapter editor #1248
2022-12-15 17:40:34 -06:00
advplyr
2af7b6b6f1
Add translation strings for batch update page #1166
2022-12-13 16:59:46 -06:00
advplyr
e59351566d
Add:Batch append details #848
2022-12-13 16:28:05 -06:00
advplyr
ea42ab7624
Update get all users route
2022-12-12 17:48:57 -06:00
advplyr
0ae853c119
Update library items batch get route
2022-12-12 17:36:53 -06:00
advplyr
3c0fdff7b4
Update libraries reorder and get all authors routes
2022-12-12 17:33:59 -06:00
advplyr
027d7f7a5b
Fix:Chapter editor show save button when applying lookup data #1237
2022-12-01 17:42:02 -06:00
advplyr
725f8eecdb
Fix:Batch selecting ebooks showing play button in appbar #1235
2022-11-30 17:09:00 -06:00
advplyr
6bb18f8800
Fix:Purge cache buttons on config page for mobile screens #1228
2022-11-28 17:55:52 -06:00
advplyr
7d58361ced
Update:Chapter editor add reset button, cleanup ui, add translation strings #1166
2022-11-28 17:49:58 -06:00
advplyr
a3723f3d06
Update:New translation strings for chapter editor #1166
2022-11-28 17:00:06 -06:00
advplyr
78d1cd0cfb
Add:Chapter editor button to set chapters using audio tracks #1229
2022-11-28 16:55:13 -06:00
advplyr
29a6434fdc
Playlist and collections cleanup
2022-11-27 15:12:55 -06:00
advplyr
c1360267c6
Fix:Collection page set library on refresh
2022-11-27 14:22:46 -06:00
advplyr
084bea6b15
Update:Collections i18n strings
2022-11-27 14:19:22 -06:00
advplyr
2032dd88ba
Hide add to playlist buttons for ebooks
2022-11-27 14:16:22 -06:00
advplyr
b743b34fab
Update playlist cover to square of 4 items
2022-11-27 14:11:17 -06:00
advplyr
1332147c4a
Update playlist icons
2022-11-27 13:34:50 -06:00
advplyr
623a706555
Update:Create playlist items table
2022-11-26 17:58:52 -06:00
advplyr
7e171576e0
Update:Add libraries playlists API endpoint, add lazy playlists card
2022-11-26 17:24:46 -06:00
advplyr
1131bfa751
Update:Creating user playlists modal
2022-11-26 16:25:14 -06:00
advplyr
53f73e1201
Settings content updates
2022-11-26 11:08:09 -06:00
jmt-gh
c62a1dfff0
Convert Backup page to use new settings component
...
This commit moves the Backup page to use the new settings component.
As part of this, I had to do a little bit of modification for some of
the strings, as I cleaned up the way the strings are laid out on the
page.
2022-11-25 21:12:23 -08:00
jmt-gh
61f8055493
convert notifications page to use new settings component
2022-11-25 21:12:12 -08:00
jmt-gh
000d7fd249
convert library stats page to use new settings component
2022-11-25 21:11:45 -08:00
jmt-gh
087de03a1f
convert log page to use new settings component
2022-11-25 21:11:32 -08:00
jmt-gh
a3ca6159fb
convert stats page to use new settings component
2022-11-25 21:11:17 -08:00
jmt-gh
5de6ee136a
Convert Users settings page to use new component
...
This commit moves the Users settings page to use the new Settings
Content component. Similar to the Libraries page, this one is already a
component. I mimiced the behavior of the existing libraries component to
get the same functionality needed here
2022-11-25 21:10:05 -08:00
jmt-gh
d5a19f2b42
Convert Library settings page to use new component
...
This commit moves the library settings page over to use the new
component. This page is 1 of 2 that actually has a component for itself,
so it was mostly just modifying that existing component and wrapping it
2022-11-25 21:08:54 -08:00
jmt-gh
e3ec5dd506
convert sessions page to use settings content component
2022-11-25 21:08:10 -08:00
jmt-gh
762748225d
convert settings page to use settings content component
2022-11-25 21:07:41 -08:00
jmt-gh
f59edffa43
update notification settings to match other pages
2022-11-25 11:04:11 -08:00
SunX
82b7068130
Update _id.vue
2022-11-22 12:51:37 +08:00
advplyr
7df8795d52
Fix:Icon sizes
2022-11-21 07:18:10 -06:00
advplyr
b37b382ea7
Update:More translation strings #1103 #1166
2022-11-20 17:11:51 -06:00
Lars Kiesow
fdfb07ff2c
Add a few tooltips
...
Starting to use audiobookshelf, the function of some buttons weren't
very clear to me and while some buttons have tooltips, others have not.
This patch adds some additional tooltips to the user interface,
further explaining some of the functionality.
2022-11-20 18:50:34 +01:00
advplyr
e3ba739db5
Update:Encode & embed metadata API endpoints, separate cache & search endpoints into controllers
2022-11-19 13:28:06 -06:00
advplyr
7485cf1a26
Add:Batch select audiobook play button, item page mobile screen size cleanup
2022-11-19 10:20:10 -06:00
advplyr
7d8c8fa5bb
Update:Navigation for mobile screen include authors page and podcast latest page
2022-11-16 17:23:18 -06:00
advplyr
96a739e22d
Fix:Removing all sessions from last page of sessions table #1168
2022-11-16 16:28:46 -06:00
advplyr
c3ec036009
Update:New strings for translation #1103 #1166
2022-11-16 16:11:06 -06:00
advplyr
a07a69e7de
Version bump 2.2.3
2022-11-12 17:22:16 -06:00
advplyr
cbc2f64e2e
Add:Croatian language #1103
2022-11-12 16:55:42 -06:00
advplyr
78559520ab
Add:Player queue for audiobooks #1077
2022-11-12 16:48:35 -06:00
advplyr
3357ccfaf3
Add:Buttons to add/remove podcast episodes from player queue
2022-11-12 15:41:41 -06:00
advplyr
b260bcaeb1
Merge pull request #1144 from austinphilp/fix-listening-sessions-count-bug
...
Fix listening sessions count bug
2022-11-12 08:02:07 -06:00
advplyr
3ffc481a54
Fix users latest session computed property
2022-11-12 08:03:13 -06:00
Austin Philp
eb295453fc
Cleanup
2022-11-11 15:47:20 -08:00
advplyr
28feed6ea2
Fix:Remove collections when removing library
2022-11-11 17:44:19 -06:00
Austin Philp
c6dc4054be
Use total
from listening-sessions endpoint to display total sessions
2022-11-11 15:41:50 -08:00
advplyr
4cbc8676c6
Update:Rename UserCollections to Collections
2022-11-11 17:13:10 -06:00
advplyr
c33314edfb
Add:Language select in account page #1103
2022-11-09 18:00:20 -06:00
advplyr
6e064eeafb
Add:Server setting for default language #1103
2022-11-08 18:09:07 -06:00
advplyr
400e34a4c7
Update:More localization strings #1103
2022-11-08 17:10:08 -06:00
advplyr
2662b3ec49
Update:More localization strings #1103
2022-11-08 08:37:39 -06:00
advplyr
faac6f677a
Update:More localization strings #1103
2022-11-07 18:27:17 -06:00
advplyr
eb463a2958
Add:Start of localization i18n #1103
2022-11-06 17:56:44 -06:00
advplyr
1118b8b782
Metadata embed and m4b merge fixes and cleanup
2022-11-05 13:13:52 -05:00
advplyr
c6e9fe6513
Update:Chapter lookup modal show # of chapters found vs current # of chapters #1070
2022-11-02 17:28:26 -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
685b4e77eb
Remove old viewMode code
2022-10-28 17:27:06 -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
ce4e48cbd7
Add:Region support for audible chapter lookup
2022-10-15 15:31:07 -05:00
advplyr
fdece944f4
Remove leftover string in chapter editor
2022-10-08 17:37:43 -05:00
advplyr
dcc223949a
Update:Add note for number of backups to keep #1041
2022-10-08 16:30:21 -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
94012e5dff
Add:Chapter editor shift all chapters by X seconds #927
2022-10-05 18:01:42 -05:00
advplyr
803c9699ef
Version bump 2.2.0
2022-10-02 15:54:05 -05:00
advplyr
d22b475539
Update tools copy
2022-10-02 14:49:24 -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
a729ce1512
Fix:Metadata embed tool chapters list
2022-10-02 08:44:38 -05:00
advplyr
cd04533eea
Update:Setting up paths to eventually support subdirectory
2022-10-01 16:07:30 -05:00
advplyr
1a4833f873
Add:Chapter editor lookup chapters and apply titles only #991
2022-09-29 18:06:13 -05:00
advplyr
3a7639f690
Update:Chapter editor lookup modal add color legend and style improvements #657
2022-09-29 17:55:45 -05:00
advplyr
9ee6eaade9
Add:Hide series from home page option #919
2022-09-27 17:48:45 -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
b6e3559aba
Update:Notification config UI for mobile #996
2022-09-25 11:50:41 -05:00
advplyr
39a13e3610
Add:Notification system max queue and max failed attempts settings #996
2022-09-25 10:42:26 -05:00
advplyr
88726bed86
Update:Notification system descriptions #996
2022-09-25 09:46:45 -05:00
advplyr
0ef2a2e4b6
Update:Notifications onTest for testing and parse title/body template #996
2022-09-24 16:15:16 -05:00
advplyr
8e8046541e
Add:Notification edit/delete and UI updates #996
2022-09-24 14:03:14 -05:00
advplyr
37a3fdb606
Notifications UI update and delete endpoint
2022-09-23 18:10:03 -05:00
advplyr
b08ad8785e
Notification create/update events UI
2022-09-22 18:12:48 -05:00
advplyr
ff04eb8d5e
Add:Notification settings, notification manager trigger #996
2022-09-21 18:01:10 -05:00
advplyr
ae4ac392c6
Add:Podcasts latest episodes page
2022-09-17 15:23:33 -05:00
advplyr
c16e6d19ae
Add:Experimental tone library for scanning metadata
2022-09-11 15:35:06 -05:00
advplyr
c17612a233
Merge pull request #961 from barrycarey/issue-694-clear-issues
...
Pass lib ID to toolbar so it can refresh state when clearing issues.
2022-09-02 17:58:01 -05:00
barry
4ccb4243f7
Pass lib ID to toolbar so it can refresh state when clearing issues. Fixes #694
2022-09-02 18:20:38 -04:00
barry
eb25ca7af5
Pass lib ID to toolbar so it can refresh state when clearing issues. Fixes #694
2022-09-01 21:03:41 -04:00
advplyr
872d5178e6
Update podcast episode queue order
2022-09-01 17:11:57 -05:00
advplyr
8ec4bd4279
Fix:User permissions for collection API routes and UI #951
2022-08-31 15:46:10 -05:00
advplyr
40e999fcae
Fix:Chapter page navigating away while playing chapter does not stop audio #945
2022-08-28 15:11:14 -05:00
advplyr
c0dd58a94e
Add:Player queue for podcast episodes & autoplay next episode #603
2022-08-28 13:12:38 -05:00
advplyr
721de0a343
Remove old square covers config
2022-08-20 16:13:55 -05:00
advplyr
0aadf579f3
Update:Backups include author images #781
2022-08-20 15:10:31 -05:00
advplyr
8224ca7650
Add:Set schedule for automatic backups #822
2022-08-18 18:46:42 -05:00
advplyr
c5f91ec508
Add:Separate setting for alt bookshelf view on home page
2022-08-13 18:18:42 -05:00
advplyr
d06c61b329
Add:Library specific setting for use square covers and remove from server settings #387
2022-08-13 13:56:37 -05:00
advplyr
0c5db214d1
Add:Delete playback session button and api route
2022-08-13 12:24:19 -05:00
advplyr
b9deb32b20
Update:Book item page show subtitle under title and series above author #898
2022-08-07 10:38:13 -05:00
advplyr
d6afb17bf2
Fix:Library stats page overflowing under side nav #896
2022-08-06 08:10:12 -05:00
advplyr
2cba9d8f4a
Fix:Finished items showing yellow bar on item page
2022-08-06 08:00:28 -05:00
advplyr
24a142e718
Add:RSS feed icon over library item covers when feed is open #893
2022-08-05 19:23:18 -05:00
advplyr
513d946faa
Update:Updates to collections page for mobile screen sizes
2022-08-04 18:06:39 -05:00
advplyr
fddf850a41
Add:Cron validation api endpoint
2022-08-01 18:06:22 -05:00
advplyr
f702c02859
Add click to play session at timestamp in users playback sessions table
2022-07-30 18:20:15 -05:00
advplyr
53cf6edd6a
Update:Show prompt before marking item as finished that has progress #805
2022-07-30 12:40:43 -05:00
advplyr
3cf8b9dca9
Update start playback from bookmark time confirm to new confirm prompt
2022-07-30 11:53:48 -05:00
advplyr
bcc2f847f9
Add:Click timestamp in listening sessions table to open playback at timestamp #798 , add confirm prompt
2022-07-30 11:36:04 -05:00
advplyr
a8c7905f6d
Add:Bookmarks icon btn on library item page and ability to open player at specified time #796
2022-07-29 19:06:52 -05:00
advplyr
6244909332
Update:Timestamp input support over 99 hours and focus input #657
2022-07-25 19:32:04 -05:00
advplyr
5db949e4a7
Update:Save after editing chapters redirects to previous page #827
2022-07-25 18:57:00 -05:00
advplyr
c453d3e8c7
Update:Chapter editor to use timestamp input for chapter start time with toggle to show seconds #657
2022-07-25 18:40:11 -05:00
advplyr
18123664ee
Fix:RSS Feed cover, Update:Remove experimental scanner
2022-07-18 18:39:51 -05:00
advplyr
9e7b84f289
Update:JWT signing
2022-07-18 17:19:16 -05:00
advplyr
86ee4dcff2
Update:Scanner adjustable number of parallel audio probes to use less CPU
2022-07-16 18:54:34 -05:00
advplyr
bca2cfda13
Update:Remove log listener for root user & only set when on logger config page
2022-07-07 17:25:52 -05:00
advplyr
f27982d887
Update:Default backup schedule to 1:30 to avoid conflict with new episode checks #761
2022-07-05 17:38:17 -05:00
jmt-gh
3f6bc90824
remove truncation from number column
2022-06-29 08:25:12 -07:00
advplyr
256a9322ef
Fix:Mobile toolbar for podcasts and add collections for books #693
2022-06-26 11:34:58 -05:00
advplyr
ce961f90ba
Merge pull request #759 from jmt-gh/update_stats_uis
...
Update Library Stats and Your Stats UIs to match other Settings UIs
2022-06-22 17:50:05 -05:00
advplyr
01e7098f00
Updates to setting formatting and copy
2022-06-22 17:47:21 -05:00
jmt-gh)
d0637c1e3d
update library and your stat UIs to match
2022-06-19 19:25:44 -07:00
jmt-gh)
f6702d299d
update html formatting
2022-06-19 18:08:04 -07:00
jmt-gh)
033b7ece28
update text formatting
2022-06-19 17:46:38 -07:00
jmt-gh)
5f5dce6d53
initial Settings update
2022-06-19 17:31:52 -07:00
jmt-gh
50b1098797
add back in empty state
2022-06-19 10:07:09 -07:00
jmt-gh
fdfaa7eba4
unify on 'Listening Sessions'
2022-06-19 10:01:06 -07:00
jmt-gh
5525587513
update sessions table to match other settings tables UI
2022-06-19 09:54:22 -07: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
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
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
fd13607d89
Update:Logs to use server local timezone instead of UTC #656
2022-06-18 11:34:28 -05:00
advplyr
8ab0f164a6
Update server settings ui and add display settings section
2022-06-18 10:32:12 -05:00
Cassie Esposito
9ba0e52bb7
Added an option to change date format
2022-06-17 01:26:10 -07:00
jmt-gh
3279901ab0
remove clientside changes
2022-06-12 12:24:29 -07:00
jmt-gh
3d85d0bce6
add settings page setting
2022-06-12 00:21:37 -07:00
jmt-gh
effc63755b
remove unused console.log
2022-06-11 11:07:49 -07:00
jmt-gh
b90934a72a
remove unused modal
2022-06-11 11:06:19 -07:00
jmt-gh
e01748eb2f
Full support for generating/applying chapter data
...
This commit adds the rest of the support for actually being able to use
Overdrive MediaMarkers.
Shoutout to benonymity's project OverdriveChapterize, where I was able
to port over the logic to actually do the timestamp conversions
https://github.com/benonymity/OverdriveChapterizer/blob/main/chapters.py
I still need to do a lot of cleanup of the actual code, and finish the UI.
2022-06-11 10:57:17 -07:00
jmt-gh
430fbf5e46
Parse out mediamarkers from all files
...
This commit updates the logic in
generateChaptersFromOverdriveMediaMarkers to create a single array of
objects that holds all of the clean MediaMarker data. it still needs to
be conveted to the NewChapters format.
I should also rename this function to "cleanChaptersFromOMM", but I"ll
do that later
2022-06-11 09:34:22 -07:00
jmt-gh
27e6b9ce0d
DRAFT client support for overdrive media markers
...
Initial client side support. Still a good amount to do. Specifically
around actually parsing out all of the media markers, and generating a
single chapter object that can be applied
2022-06-11 02:01:37 -07:00
advplyr
fbbceaa642
Add:Persist RSS feeds in db #696 , Update:RSS feed data model
2022-06-07 18:29:43 -05:00
advplyr
3d821dacb7
Fix:Sessions table cleanup
2022-06-04 15:51:00 -05:00
advplyr
5cd343cb01
Add:All listening sessions config page
2022-06-04 12:44:42 -05: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
acf22ca4fa
Testing video media type
2022-05-30 19:26:53 -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
advplyr
a5dacd7821
Merge master
2022-05-28 13:58:52 -05:00
advplyr
b2aab06e01
Add:Listening session modal with all details
2022-05-27 17:39:24 -05:00
advplyr
f002532c1e
Add:User listening sessions page, Update:Listening sessions to save media times and device info
2022-05-26 19:09:46 -05:00
advplyr
54663f0f01
Fix:Listening stats on users page and user listening-sessions api endpoint
2022-05-26 15:10:12 -05:00
Kaldigo
d15264832d
Updated matching with latest changes, Added override toggle for quickmatch, added asin and isbn to quickmatch query, updated audible provider to use audnexus
2022-05-23 03:56:51 +01:00
advplyr
8beac53f5f
Update:Send source back with auth request
2022-05-21 11:21:03 -05:00
advplyr
dabcad5ebd
Update experimental e-reader alert
2022-05-20 16:47:00 -05:00
advplyr
796602d1b2
Add:Enable e-reader server setting to allow all users to access experimental e-reader #614
2022-05-20 16:34:51 -05:00
advplyr
2a235b8324
Add:RSS feeds for audiobooks #606
2022-05-19 18:51:58 -05:00
advplyr
313b9026f1
Add:Authors page links to filter by author books and link to series page #609
2022-05-19 17:42:34 -05:00
advplyr
c962090c3a
Update:No longer creating initial root user and initial library, add init root user page, web app works with no libraries
2022-05-14 17:23:22 -05:00
advplyr
eaa383b6d8
Update:Show siderail on all pages not just library pages
2022-05-13 17:40:43 -05:00
advplyr
74d26eece4
Add:Re-broadcast podcast with RSS feed no longer experimental #553 , Update:Podcast RSS feed modal warnings and note text
2022-05-11 18:34:17 -05:00
advplyr
5a6867e98a
Add:Listening sessions calendar heat map
2022-05-11 16:27:40 -05:00
advplyr
5591704aad
Fix:Uploads page set folder path on load #581
2022-05-10 17:49:25 -05:00
advplyr
cc1181b301
Add:Chapter editor, lookup chapters via audnexus, chapters table on audiobook landing page #435
2022-05-10 17:03:41 -05:00
advplyr
a7d422e23f
Add:Alternate view for home page, series and collections without wood texture #424
2022-05-09 18:23:23 -05:00
advplyr
7f27eabf3e
Update:Authors page check user can access library items and can edit
2022-05-08 18:48:57 -05:00
advplyr
4f7588c87d
Update:Author names to link to authors page
2022-05-08 18:43:24 -05:00
advplyr
fbd7ae10d1
Add:Authors landing page #187
2022-05-08 18:21:46 -05:00
advplyr
8702ac1ccf
Fix:Manage tracks page
2022-05-05 18:04:17 -05:00
advplyr
2e070227ab
Update:Give full permissions to admin users except updating root or viewing root api token #137
2022-05-03 19:16:16 -05:00
advplyr
195a30096f
Update:Experimental RSS feed setting custom slugs with default to library item id #553
2022-05-03 18:52:34 -05:00
advplyr
9b9de84740
Add:Experimental embed audio metadata page
2022-05-02 18:48:00 -05:00
advplyr
678dceefed
Add:Experimental generate podcast RSS feed #553
2022-05-02 16:42:30 -05:00
advplyr
8b38dda229
Add:experimental generate podcast feed for testing
2022-05-02 14:41:59 -05:00
advplyr
84c12a6e7e
Add:Experimental embed metadata in audio files #141
2022-05-01 18:33:46 -05:00
advplyr
591a866f8c
Fix:Removing section from upload page #530
2022-04-30 12:31:58 -05:00
advplyr
049ae73d74
Update:Guest user accounts cannot change the account password #537
2022-04-29 18:38:13 -05:00
advplyr
729fdd5c9f
Update:User type admin permissions to create podcasts and download episodes #507
2022-04-29 18:29:40 -05:00
advplyr
220bbc3d2d
Fix:Series covers on home page not spread out correctly #505 , Update:Server settings are now returned with auth requests
2022-04-29 17:43:46 -05:00
advplyr
4185807da4
Add:Check for new episodes manual check and update last check time, Update:Adding new podcasts and downloading podcast episodes restricted to admin users
2022-04-29 16:42:40 -05:00
advplyr
33dfb764fa
Add:Support for openaudible folder structure (subject to change), add support for treating single audio files in the root directory as library items #401
2022-04-27 19:42:34 -05:00
advplyr
ac58536501
Fix:Drag n drop folder upload
2022-04-27 18:03:00 -05:00
advplyr
4bc7cd2045
Fix: show books with invalid audio files and add error icon on book items #491
2022-04-24 18:05:15 -05:00
advplyr
5389115120
Add: Button on series page to mark all series as finished #452
2022-04-24 17:46:21 -05:00
advplyr
034d858f18
Change new podcast modal to remove episode download list #494 , Fix error when importing many episodes (set max size to 5MB) #493 , show podcast episodes downloading and in queue on podcast landing page
2022-04-23 19:41:06 -05:00
Selfhost Alt
f9530897c0
Add tooltip to explain the max backup size
2022-04-23 10:23:01 -07:00
Selfhost Alt
7c7e8285a4
Make maximum backup size configurable
2022-04-23 10:19:31 -07:00
advplyr
554e9ec238
Remove download button form item landing page
2022-04-22 04:53:09 -05:00
advplyr
f2d9de5a5f
Library stats page links to genres, authors, items #453 , use overall days when hours > 10000
2022-04-20 18:43:39 -05:00
advplyr
8be3bebee8
Fix showing series on book landing page
2022-04-20 18:20:31 -05:00
advplyr
ef88972b25
Fix total listening time stats check for strings, remove from experimental since listening sessions are created for all playbacks
2022-04-20 18:16:27 -05:00
advplyr
a62f7a4861
Update uploader to support podcast folder structure
2022-04-14 18:24:24 -05:00
advplyr
cbde451120
Add redirects for media types on unsupported pages
2022-04-14 12:57:34 -05:00
advplyr
4edba20e9e
Update podcast search page to support manually entering podcast RSS feed
2022-04-13 16:55:48 -05:00
advplyr
a90cfc4d04
Fix experimental e-reader with new data model
2022-04-13 08:26:43 -05:00
advplyr
469278cd1e
Fix:Global search support podcasts
2022-04-12 16:54:52 -05:00
advplyr
10d9e11387
Update abmetadata file for new data model, add chapter and description section parser
2022-04-12 16:05:16 -05:00
advplyr
3276b04256
Fix authors filter query string
2022-04-08 18:34:30 -05:00
advplyr
cfe27dff80
Add:Server setting to set custom sorting prefixes to ignore #358
2022-03-31 15:07:50 -05:00
advplyr
3f8e685d64
Podcasts add get episode feed and download, add edit podcast episode modal
2022-03-27 15:37:04 -05:00
advplyr
08e1782253
Fix use first accessible library depending on display order, default library id checked on server when authenticating
2022-03-27 09:45:28 -05:00
advplyr
12027b9a76
Podcast episode player fixes, episode table ui updates
2022-03-26 18:23:33 -05:00
advplyr
0e665e2091
Add playing podcast episodes, episode progress, podcast page, podcast home page shelves
2022-03-26 17:41:26 -05:00
advplyr
e32d05ea27
Podcast library item card, edit details, batch edit
2022-03-26 15:23:25 -05:00
advplyr
173b72c3b5
Add:Purge cache promp alert
2022-03-26 12:08:05 -05:00
advplyr
3150822117
New data model removing media entity for books
2022-03-26 11:59:34 -05:00
advplyr
920ca683b9
Podcast episode downloader, update podcast data model
2022-03-21 19:24:38 -05:00
advplyr
28d76d21f1
Add expand library item authors to /items/:id route
2022-03-21 05:08:33 -05:00
advplyr
122f2a2556
New data model fix collections page & table
2022-03-20 16:16:39 -05:00
advplyr
f8d0384155
Migration change metadata folder from /books to /items, podcast data model updates, add podcast routes
2022-03-19 10:13:10 -05:00
advplyr
deadc63dbb
Add podcast add modal
2022-03-18 19:16:54 -05:00
advplyr
6a06ba4327
Fix player content url, update user progress object include media entity id, update reset progress route
2022-03-18 15:31:46 -05:00
advplyr
c9ea5dd2d7
New data model backups and move backups to API endpoints
2022-03-18 13:44:29 -05:00
advplyr
57399bb79e
Clean up ApiRouter adding MiscController, move upload and scan to api endpoints
2022-03-18 11:51:55 -05:00
advplyr
099ae7c776
New data model play media entity, PlaybackSessionManager
2022-03-17 19:10:47 -05:00
advplyr
1cf9e85272
New data model update MeController user progress routes
2022-03-17 13:33:22 -05:00
advplyr
c4eeb1cfb7
New data model Book media type contains Audiobooks updates
2022-03-17 12:25:12 -05:00
advplyr
1dde02b170
Add user API token with copy to clipboard
2022-03-17 09:28:31 -05:00
advplyr
4c2ad3ede5
Add author edit modal & remove from experimental
2022-03-14 18:53:49 -05:00
advplyr
7d66f1eec9
New data model edit tracks page, match, quick match, clean out old files
2022-03-13 19:34:31 -05:00
advplyr
be1e1e7ba0
New data model update stats page and routes, update users page
2022-03-13 17:33:50 -05:00
advplyr
4bdef893af
New data model batch routes and batch editor
2022-03-13 17:10:48 -05:00
advplyr
ea9ec13845
New data model for global search input and search page
2022-03-13 12:39:12 -05:00
advplyr
30f15d3575
Add:Authors page match authors and display author image
2022-03-13 10:35:35 -05:00
advplyr
65df377a49
New model update audio player, stream, collections
2022-03-12 19:59:35 -06:00
advplyr
2d19208340
New model updates for series, collections, authors routes
2022-03-12 18:50:31 -06:00
advplyr
2a30cc428f
New api routes, updating web client pages, audiobooks to libraryItem migration
2022-03-10 18:45:02 -06:00
advplyr
65793f7109
Start of new data model
2022-03-08 19:31:44 -06:00
advplyr
c6eb1096e8
Add:Podcast search page
2022-03-06 19:02:06 -06:00
advplyr
6a4d3a55b1
Fix:User last activity
2022-03-05 10:10:42 -06:00
advplyr
95bacce5e5
Add:Start/complete date on audiobook page #383 , Fix local hls stream url
2022-03-04 18:44:20 -06:00
advplyr
295c6b0c74
Add:Generate book metadata file when book details are changed,Add:Server setting for storing book metadata in book folder
2022-02-27 14:28:18 -06:00
advplyr
eb109c398f
Change:Server setting for coverDestination to storeCoverWithBook boolean, Add:abmetadata generator
2022-02-27 12:47:56 -06:00