Commit Graph

364 Commits

Author SHA1 Message Date
32bdae31a8 Add:All providers option for searching covers #1774 2023-05-14 13:43:20 -05:00
b0bf9604bb Update:First sync after 20 seconds listening #1546 2023-05-11 15:31:47 -04:00
dfc7877f69 Fix:Persist book cover provider separate from match provider #1764 2023-05-09 19:26:37 -04:00
0387436111 feat: add support for inverting the selection on libraries and tags 2023-04-27 17:02:15 -04:00
dadd41cb5c Fix:Podcast episode quick match crash #1711 2023-04-21 17:49:25 -05:00
35e27e4f61 Merge pull request #1710 from Weldawadyathink/audiobook-covers-2
Add AudiobookCovers.com metadata provider
2023-04-21 16:17:48 -05:00
84839bea44 Cleanup audiobookcovers.com addition 2023-04-21 16:17:52 -05:00
c32efb8db8 Fix:Podcast episode search modal search filter #1699 2023-04-20 17:51:06 -05:00
f9ed412e4e Add AudiobookCovers.com metadata provider
AudiobookCovers.com acts as a cover-only metadata provider, therefore will only show up in the covers selector.
2023-04-19 22:13:52 -07:00
a57ff20f35 Merge pull request #1692 from divyangbw/fix-show-all-genres-on-match-tab
fix: Make sure all existing genres also show up on the match tab
2023-04-19 17:39:04 -05:00
cc5e92ec8e Update client/components/modals/notification/NotificationEditModal.vue 2023-04-18 18:06:22 -05:00
3b97e2146d fix: Make sure all existing genres also show up on the match tab 2023-04-17 20:09:59 -05:00
1b96297cc7 blur the url input when clicking submit to add info currently in input 2023-04-17 08:25:20 -06:00
e271e89835 Author API requests to use region from library provider 2023-04-16 15:53:46 -05:00
8542d433a2 Add:Audio file info modal #1667 2023-04-15 18:09:49 -05:00
179f11f55d Add:Delete library items from file system #1439 2023-04-14 16:44:41 -05:00
b96f878d69 Update:Sleep timer presets and add custom time input #1357 2023-04-09 15:37:49 -05:00
25ca950dd0 Update listening sessions per device and show open sessions 2023-04-08 18:01:24 -05:00
a59311f795 Update:Adjust timestamps in player for playback speed #1647 2023-04-07 18:05:23 -05:00
034b8956a2 Add:Batch embed metadata and queue system for metadata embedding #700 2023-04-02 16:13:18 -05:00
fc36e86db7 Update:Match tab show current cover and include resolutions #1605 2023-03-31 18:00:45 -05:00
60b4bc1a7e Update:Show resolution under cover in book details modal #1547 2023-03-31 17:42:52 -05:00
fd58df4729 Add:Abridged book detail, parse from audible, abridged book filter #1408 2023-03-22 18:05:43 -05:00
7181df0479 Fix:Patreon episodes with variable query strings #1622 2023-03-21 17:59:37 -05:00
c49010b4e1 Merge master 2023-03-18 17:26:11 -05:00
434d743d99 Clean translation files alphabetized 2023-03-07 10:28:10 -06:00
aef2c52630 Merge pull request #1581 from mfcar/improvePodcastEditing
Improve podcast editing
2023-03-05 12:28:12 -06:00
dccad3055b Remove library item listener from edit episode modal 2023-03-05 12:28:20 -06:00
c629923a80 Merge pull request #1562 from mfcar/addNextScheduleInfo
Improve dates, times and schedule backup info
2023-03-05 11:44:59 -06:00
72396c5a98 Add Prev/Next buttons on podcast editing 2023-03-04 19:04:55 +00:00
12f231b886 Add save action without closing the modal 2023-03-04 16:44:52 +00:00
071444a9e7 Improve dates, times and schedule backup info 2023-02-27 18:04:26 +00:00
34ac972130 Add download queue 2023-02-27 02:56:07 +00:00
0d3e6b1d0a Add rss details configuration 2023-02-25 13:20:26 +00:00
ad0edc6329 Fix merge conflicts and add language information on the feed rss 2023-02-23 00:33:04 +00:00
cc62a20a5d Merge branch 'master' into addSeasonInfo
# Conflicts:
#	client/components/modals/podcast/NewModal.vue
2023-02-23 00:06:21 +00:00
9c3f5406a9 Update client/components/modals/podcast/NewModal.vue 2023-02-22 17:36:42 -06:00
f4ec6948d2 Add dropown 2023-02-22 19:18:42 +00:00
9a51c3be0f Add dropdown to the episode type 2023-02-22 18:48:36 +00:00
c14d13440f Add explicit info 2023-02-22 12:48:12 +00:00
a006eb489d Fix schedule modal info 2023-02-21 21:40:15 +00:00
eeb7c80518 Add translation strings and change the input type to search 2023-02-21 19:30:42 +00:00
6d138ae905 Add episode filter 2023-02-19 20:07:32 +00:00
a8f6202302 Remove Gentium Book font, reduce appbar icon and title font size 2023-02-11 15:02:56 -06:00
debf0f495d Fix:OPML upload path separator #1476 2023-02-04 13:34:50 -06:00
b957e1a36b Update:API endpoints for library and library item scan updated to POST requests 2023-02-03 17:50:42 -06:00
cefc75a4ed Fix:Edit library modal blur inputs on submit #1427 2023-01-31 16:04:30 -06:00
8fa8360e99 Update:Manual match tab prefer using ASIN with audible providers #1352 2023-01-07 16:22:59 -06:00
a364fe5031 Merge RSS feed modals into a universal one 2022-12-31 15:26:37 -06:00
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