Commit Graph

117 Commits

Author SHA1 Message Date
7f28fbb330 Update:Prevent MultiSelect input from adding items that are whitespace & trim whitespace before adding items 2024-05-26 14:37:07 -05:00
7d8fb3bb10 Change Tags and Narrators to work the same as Genres on the Match Import page. 2024-05-26 08:08:07 -04:00
6462a50713 Add more translation strings 2024-05-13 17:25:01 -05:00
13afa12456 Map Select All translations 2024-05-05 17:04:41 -05:00
0081525ed3 Add: space between covers on match tab 2024-05-05 17:31:12 +00:00
7e13cb6ecf Add: Select All for match tab 2024-05-05 17:27:45 +00:00
a6de76a983 Update:Close edit modal when pressing chapter edit button and already on chapter page #2915 2024-05-03 17:25:30 -05:00
41af913280 Update:Edit item cover tab UI for small screen sizes #2832 2024-04-07 16:24:23 -05:00
1396a432a4 Merge pull request #2797 from mikiher/rtl-fixes
Add dir="auto" attribute where RTL display is needed
2024-03-29 16:08:50 -05:00
50bd2648aa Fix:Server crash on matching book with an author name ending in comma #2796 2024-03-28 17:00:07 -05:00
33254654d5 Add dir="auto" attribute where it makes sense 2024-03-28 23:56:59 +02:00
b4eed3bad2 Merge pull request #2694 from mikiher/client-image-caching
Client side cover image caching
2024-03-01 17:48:08 -06:00
4fe672f09d Update cover image URLs with timestamp where available 2024-03-01 11:55:53 +02:00
38f12f4795 Fix:Podcast schedule max new episodes to download setting to 0 and fix input blurs #2680 2024-02-27 17:17:33 -06:00
0f4b11494e Merge branch 'advplyr:master' into fix-match-update 2024-02-22 12:20:49 +02:00
0cf2f8885e Add custom metadata provider controller, update model, move to item metadata utils 2024-02-11 16:48:16 -06:00
2ebdb44826 Merge cover and media update in Match.vue into a single /media API call 2024-02-01 12:03:12 +02:00
c0cb3a176f Update:Hide audiobook tools for windows install, remove debian folder picker alert 2024-01-16 17:19:45 -06:00
0282a0521b Sort audible match results by duration difference 2023-12-09 00:33:06 +02:00
33e287a543 Update:Persist show full path option for tables #2285 2023-11-09 16:26:49 -06:00
49403771c9 Update:Quick match all for library to use task instead of toast, remove scan socket events 2023-10-21 13:53:00 -05:00
290a377ef9 Update:Remove local cover path input & replace with url from web input, include SSRF request filter 2023-10-13 16:33:47 -05:00
401bd91204 Add:Show current book duration on match page as compared with book listed #1803 2023-10-03 17:16:49 -05:00
6eab985b1e Use encodeURIComponent for text inputs 2023-09-20 11:25:21 +00:00
75276f5a44 Fix:Server crash when updating cover to a directory #2007 2023-08-30 18:05:52 -05:00
daa8c4cd67 Update:Remove sort index from podcast episodes 2023-07-22 09:24:46 -05:00
9c65d655b8 Fix:Realtime update cover on cover tab in item edit modal 2023-07-15 12:37:33 -05:00
0ec50bb570 Remove experimental features and experimental ereader setting 2023-06-10 14:11:51 -05:00
019063e6f4 Update:New API routes for library files and downloads 2023-05-28 12:34:22 -05:00
fbfc015d92 Fix:Hide Chapters tab for ebook only items #1795 2023-05-27 08:31:47 -05:00
32bdae31a8 Add:All providers option for searching covers #1774 2023-05-14 13:43:20 -05:00
dfc7877f69 Fix:Persist book cover provider separate from match provider #1764 2023-05-09 19:26:37 -04:00
84839bea44 Cleanup audiobookcovers.com addition 2023-04-21 16:17:52 -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
3b97e2146d fix: Make sure all existing genres also show up on the match tab 2023-04-17 20:09:59 -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
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
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
a8f6202302 Remove Gentium Book font, reduce appbar icon and title font size 2023-02-11 15:02:56 -06:00
b957e1a36b Update:API endpoints for library and library item scan updated to POST requests 2023-02-03 17:50:42 -06:00
8fa8360e99 Update:Manual match tab prefer using ASIN with audible providers #1352 2023-01-07 16:22:59 -06:00
415dda37a4 Update:Match tab persist selected details to use #1276 2022-12-17 10:27:27 -06:00
2d9035d90b Update get tags route and revert podcast/books search route 2022-12-12 17:45:51 -06:00
7df8795d52 Fix:Icon sizes 2022-11-21 07:18:10 -06:00
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