advplyr
d6da161b13
Music albums grouping and page
2023-01-02 18:02:04 -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
ca6765c8e7
Add translations for series #1166
2022-12-31 15:04:37 -06:00
advplyr
6bfa281dc5
Update:Series page toolbar add context menu and confirm dialog for marking series as finished
2022-12-31 14:56:18 -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
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
2c344a0bc0
Make User Settings Accessible via Screen Reader
...
This patch should fix most of the problems for users trying to access
the user settings via screen reader. It makes sure user interface
elements can be reached via keyboard and provides proper labels, roles
and values so you not only can interact with elements but also know what
you are actually changing.
While not focused on other views, this should also already fix a number
of accessibility issues with other settings pages.
2022-12-29 05:00:40 +01:00
advplyr
d4bea34423
Merge pull request #1333 from lkiesow/keynoard-navigation-border
...
Highlight items when navigating via keyboard
2022-12-28 17:01:17 -06:00
Lars Kiesow
4b0c59b174
Highlight items when navigating via keyboard
...
This patch highlights items in the app bar if a user uses the keyboard
to navigate in audiobookshelf. This ensures that users actually know
which item they have selected.
This also modifies the text for the library selector, so that users
which are using a screen reader understand that it is a selector for
libraries and not only a button related to the current library.
2022-12-28 22:59:27 +01:00
Lars Kiesow
a0840d2a08
Text description of home link
...
This patch adds the missing alt attribute to the image linking the home
page of audiobookshelf. This allows screen readers to explain to users
where this link leads to.
2022-12-28 22:55:11 +01:00
advplyr
b884f8fe11
Laying the groundwork for music media type #964
2022-12-22 16:38:55 -06:00
advplyr
147ffc0210
Fix:Cover size widget behind home page arrow #1288
2022-12-18 18:37:03 -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
9b1f7f566f
Fix:On bookshelf view show series name placard on shelf #1239
2022-12-17 16:36:41 -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
ba3d84a924
Update client/components/app/Appbar.vue
2022-12-15 17:57:42 -06:00
Tomazed
48f493a9f5
Missing Localization in Appbar.vue
2022-12-15 17:50:13 +01:00
advplyr
0ae853c119
Update library items batch get route
2022-12-12 17:36:53 -06:00
advplyr
9f4547cff8
Update client/components/app/Appbar.vue
2022-12-05 17:13:03 -06:00
advplyr
a98106593d
Update client/components/app/Appbar.vue
2022-12-05 17:12:58 -06:00
advplyr
c625b3f08c
Update client/components/app/Appbar.vue
2022-12-05 17:12:53 -06:00
Lars Kiesow
616caecdf1
Add Missing Tooltips
...
This patch adds a few more missing tooltips to the user interface.
2022-12-05 23:16:27 +01:00
advplyr
4959a28485
Update:Playlists cover size
2022-12-03 15:44:53 -06:00
advplyr
6baa0fa047
Fix:Multi-select library items using shift key #1236
2022-12-01 17:39:23 -06:00
advplyr
725f8eecdb
Fix:Batch selecting ebooks showing play button in appbar #1235
2022-11-30 17:09:00 -06:00
advplyr
083f8faa46
Update:Fetch library API to return numUserPlaylists, only display playlists in siderail if user has playlists
2022-11-27 14:34:27 -06:00
advplyr
b743b34fab
Update playlist cover to square of 4 items
2022-11-27 14:11:17 -06:00
advplyr
af0e02b9a2
Update lazybookshelf playlist socket events
2022-11-27 13:38:08 -06:00
advplyr
1332147c4a
Update playlist icons
2022-11-27 13:34:50 -06:00
advplyr
c957e9483e
Update:Playlist edit modal
2022-11-27 11:53:48 -06:00
advplyr
7e171576e0
Update:Add libraries playlists API endpoint, add lazy playlists card
2022-11-26 17:24:46 -06:00
advplyr
53f73e1201
Settings content updates
2022-11-26 11:08:09 -06:00
jmt-gh
4db34e0c56
Add new settings content component
...
This commit adds a new settings conent component. This is a container
component for the settings pages, so that they all get the same
formatting by default. It handles the header text, description text, and
any "add new" plus button as needed.
2022-11-25 21:06:18 -08:00
advplyr
180293ebc1
Update:Cleanup socket usage & add func for emitting events to admin users
2022-11-24 16:35:26 -06:00
advplyr
145e0217b6
Update:Media session show next/prev track buttons #1201
2022-11-22 16:57:18 -06: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
cd92a22f4d
Update:Account button icon size
2022-11-19 12:09:05 -06:00
advplyr
bcd224f534
Update:Add translation strings for bookshelf #1103 #1166
2022-11-19 11:44:08 -06:00
advplyr
1a93103e50
Update:Remove limit for batch editing #1170
2022-11-19 11:27:08 -06:00
advplyr
45ccf9d4be
Update:Hide bookshelf toolbar inputs when batch selecting
2022-11-19 11:24:21 -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
3316394f5c
Add:Button on series books page to re-add series to continue listening #1159
2022-11-15 17:20:57 -06:00
advplyr
c5d66989a6
Update:Bookshelf toolbar for series page on mobile
2022-11-15 17:05:03 -06:00
advplyr
8f83752abc
Fix:Get library items endpoint limit & total entities count
2022-11-13 13:25:20 -06:00
advplyr
bcc7fcb645
Add:Polish translations, update translation json files with new strings, fix side rail buttons to center and wrap long text #1103
2022-11-13 08:15:41 -06:00
advplyr
a07a69e7de
Version bump 2.2.3
2022-11-12 17:22:16 -06:00
advplyr
3357ccfaf3
Add:Buttons to add/remove podcast episodes from player queue
2022-11-12 15:41:41 -06:00
advplyr
4cbc8676c6
Update:Rename UserCollections to Collections
2022-11-11 17:13:10 -06:00
advplyr
400e34a4c7
Update:More localization strings #1103
2022-11-08 17:10:08 -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
Scott Ruoti
b1111912f7
Added sorting by sequence for series and collapsing series in series view
2022-11-05 20:30:13 -04:00
Scott Ruoti
c1035d97e8
Show book sequences for collapsed series when filtering by series
2022-11-05 20:01:01 -04: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
e752b4071d
Update:Cleanup bookshelf toolbars & fix siderail icon
2022-10-28 18:10:19 -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
77139c7256
Add:Support for shift selecting multiple library items #1020
2022-10-15 17:17:40 -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
cd04533eea
Update:Setting up paths to eventually support subdirectory
2022-10-01 16:07:30 -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
a35b35c062
Merge pull request #1005 from Undergrid/multi_select_quick_match
...
Multi select quick match
2022-09-24 17:46:51 -05:00
advplyr
ff04eb8d5e
Add:Notification settings, notification manager trigger #996
2022-09-21 18:01:10 -05:00
Nick Thomson
7d4e7ce2c0
Initial commit
2022-09-19 16:29:24 +01:00
advplyr
ae4ac392c6
Add:Podcasts latest episodes page
2022-09-17 15:23:33 -05:00
advplyr
0e98620939
Remove back arrow on toolbar
2022-09-10 09:10:29 -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
3cafa87eda
Add:Podcast episode table batch mark as finished #941
2022-08-28 14:47:31 -05:00
advplyr
dee4ca3559
Add:Local setting for autoplay next item in queue #603
2022-08-28 14:21:28 -05:00
advplyr
c0dd58a94e
Add:Player queue for podcast episodes & autoplay next episode #603
2022-08-28 13:12:38 -05:00
advplyr
be28b9899e
Update:Audio player does not open on load
2022-08-27 17:27:55 -05:00
advplyr
67f6cd3c56
Fix:Search page tags category items
2022-08-23 16:07:53 -05:00
advplyr
4ec217e5d0
Fix:App bar for mobile screen, UI updates for schedule tabs
2022-08-20 14:32:38 -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
e02169907d
Add:Filter for RSS feeds open #893
2022-08-06 07:58:19 -05:00
advplyr
92bedeac15
Update:Click chapter times in chapters table to jump to timestamp
2022-07-30 12:25:15 -05:00
arabshapt
668ebf8550
feature: use svg instead of png where possible for better quality
2022-07-30 13:58:20 +02: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
3b4ac3a230
Fix:Long library names overflow #858
2022-07-26 18:54:32 -05:00
advplyr
af7e3a03f0
Fix:Audio player when using chapter track then playing an item without chapters
2022-07-13 19:38:34 -05:00
jmt-gh
b823a93ae2
integrate modal to sidenavs
2022-07-08 20:29:18 -07:00
advplyr
806a8cf659
Update:Library config page for mobile #753 and style updates
2022-07-02 09:10:47 -05:00
advplyr
256a9322ef
Fix:Mobile toolbar for podcasts and add collections for books #693
2022-06-26 11:34:58 -05:00
advplyr
2795f657b5
Merge pull request #755 from jmt-gh/update_sessions_table
...
Update Sessions page to have a matching "settings UI"
2022-06-19 18:28:35 -05:00
advplyr
b12a344776
Fix:Chromecast button on mobile screen sizes #756
2022-06-19 15:43:45 -05:00
jmt-gh
fdfaa7eba4
unify on 'Listening Sessions'
2022-06-19 10:01:06 -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
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
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
0edc46b771
update log page to have a matching UI
2022-06-19 01:46:42 -07:00
jmt-gh
5c0e792782
fix placard size so continue listening fits
2022-06-19 01:03:56 -07:00
jmt-gh
38c259a45e
initial commit for responsive search bar on mobile
2022-06-17 07:48:42 -07: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
e8cd18eac2
Add:Alert when progress is not syncing
2022-06-03 19:11:13 -05:00
advplyr
4621c78573
Update:Show version number in bottom of siderail #660 and save previous version data to continue showing if update is available
2022-06-01 17:15:13 -05:00
advplyr
d37b25a6f6
Update audio player to player ui and separate out components
2022-05-31 20:13:46 -05:00
advplyr
acf22ca4fa
Testing video media type
2022-05-30 19:26:53 -05:00
advplyr
705aac40d7
Remove experimental set bookshelf texture
2022-05-30 09:58:02 -05:00
advplyr
cfcd351570
Add:Match All Authors button #642
2022-05-29 12:15:39 -05:00
advplyr
a8d5b543d7
Update:Parsing sequence from folder will strip leading zeros #562
2022-05-22 19:17:21 -05:00
advplyr
8beac53f5f
Update:Send source back with auth request
2022-05-21 11:21:03 -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
7e5ab477b2
Update:Persist scroll position for bookshelves #604
2022-05-18 18:37:38 -05:00
advplyr
228d9cc301
Fix:Library scan toasts
2022-05-18 16:33:24 -05:00
advplyr
8061ee29d5
Add:Media session controls and metadata
2022-05-15 15:48:41 -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
639c930779
Fix:Remove all button when not viewing issues page #585
2022-05-11 17:39:15 -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
f51a31c8ca
Update:Remove back arrow in appbar
2022-05-09 15:12:55 -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
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
d869a9836e
Add:More menu for podcast episode cards with Mark as Finished and Edit Podcast #559
2022-05-03 17:21:22 -05:00
Cassie Esposito
21785c8e72
Merge branch 'advplyr:master' into tooltips_for_appbar
2022-04-30 09:27:48 -07:00
Cassie Esposito
bdf6ccbd2d
Removed duplicate conditional from line 62 of client/components/app/Appbar.vue
2022-04-30 09:21:27 -07:00
advplyr
c2a4b32192
Fix:Series on search page not directing to series page #533
2022-04-29 17:12:02 -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
Cassie Esposito
620bf7990f
Added tooltips for edit, delete, and deselect all buttons to client/components/app/Appbar.vue
2022-04-28 15:44:07 -07:00
advplyr
2e28c9b06d
Add: button on issues page to remove all library items with issues #476
2022-04-24 18:25:33 -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
e3ae3f7e6a
Update personalized api endpoint to new optimal function that only loops through library items once
2022-04-24 16:56:30 -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
advplyr
ebc9e1a888
Fix batch mark as finished and clear selection #490
2022-04-23 17:17:05 -05:00
advplyr
3dbce8fd71
Fix:Persist playback rate #419
2022-04-23 16:51:13 -05:00
advplyr
5d12cc3f23
Podcast home page shelves for currently listening episodes, newest episodes. Podcast episode card
2022-04-22 19:31:11 -05:00
advplyr
7f3543400a
Add realtime updates to collections bookshelf
2022-04-21 08:30:44 -05:00
Selfhost Alt
f0615c2971
Include the type of filter being applied in the UI
2022-04-18 21:20:32 -07:00
advplyr
5d305c96ad
Add support for WMA and AIFF audio files #449 , add remove orphan streams, clean up audio mime type logic
2022-04-16 12:37:10 -05:00
jflattery
e1af25d9d8
Accessible tweaks
2022-04-13 20:17:00 +00:00
advplyr
469278cd1e
Fix:Global search support podcasts
2022-04-12 16:54:52 -05:00
advplyr
ac097862fc
Update sorting and filtering for podcasts, add title ignore prefix to podcast metadata, check user permissions for podcast episode row UI
2022-04-11 19:42:09 -05:00
advplyr
174dac8fd4
Add collapse series, add filter by series include sequence and sort, show number of episodes on podcast card
2022-04-09 19:44:46 -05:00
advplyr
baf738f5ba
Fix updating media progress object id
2022-04-08 19:27:35 -05:00
advplyr
3d3f20296c
Add displayTitle and displayAuthor to playback session
2022-04-02 10:26:42 -05:00