mikiher
017e51f2da
Merge 5017e7ce9e
into 108b2a60f5
2025-06-22 01:03:37 +03:00
Vito0912
5336d0525e
add explicit to podcasts
2025-06-21 12:29:54 +02:00
Vito0912
bb4eec9355
add explicit
2025-06-21 12:02:44 +02:00
advplyr
7b92c15a46
Include durationSeconds on RSS podcast episode parsed from duration
2025-06-19 17:28:21 -05:00
advplyr
9d4303ef7b
Update book library secondary title sort to use title ignore prefixes #4414
2025-06-17 16:25:30 -05:00
mikiher
5017e7ce9e
Merge branch 'advplyr:master' into audible-confidence-score
2025-06-16 10:26:58 +03:00
advplyr
5025c6a3ea
Merge pull request #4383 from JKubovy/improve-podcast-episode-search
...
Use fuse.js for podcast episode search
2025-06-13 17:29:13 -05:00
advplyr
6d0d1415e4
Add fuse.basic.min.js in libs instead of full npm package, use lower threshold for quick matching
2025-06-13 17:23:24 -05:00
advplyr
777a055fcd
Update podcast episode downloads to have a fallback user agent string
2025-06-12 17:31:12 -05:00
advplyr
b45085d2d6
Update podcast episode download user agent to fix #4401
2025-06-12 17:19:24 -05:00
advplyr
6968a5c02a
Merge pull request #4378 from Vito0912/feat/PodcastNots
...
Notifications for failed rss feeds and disabled rss feeds
2025-06-09 16:25:19 -05:00
advplyr
5e2bb0b12c
Fix notification js docs and update description/defaults
2025-06-09 16:21:05 -05:00
advplyr
7122756e58
Update notification description grammar
2025-06-09 15:51:14 -05:00
advplyr
c8cea4e6af
Update book library sort by author to use title as secondary sort #4380
2025-06-08 17:28:19 -05:00
Jan Kubovy
eda7036f70
Use fuse.js for podcast episode search
...
Replace levenshtein distance with fuse.js fuzzy searching library. Search in episode's title and subtitle
2025-06-06 10:43:52 +00:00
Vito0912
6aa7c8a3d8
added notification
2025-06-05 13:34:18 +02:00
advplyr
1119ddef8a
Add RSS Feed Open filter for podcast libraries to match book libraries #4335
2025-05-27 17:56:27 -05:00
advplyr
d03c338b48
Fix log for podcast rss feed with no guid #4325
2025-05-24 17:09:58 -05:00
mikiher
387e58a714
Add levenshteinSimilarity function to utils
2025-05-21 09:57:44 +03:00
advplyr
0ed6045d1e
Add support for searching podcast episode titles #3301
2025-05-15 17:16:15 -05:00
advplyr
d60ad96f8a
Update search to exclude returning series with no books #3736
2025-05-11 16:59:11 -05:00
Nikolaj Schumacher
3cc527484d
Fix .ignore file causing ignores outside the directory
...
The file "a/.ignore" should only cause the directory "a" to be ignored.
However, it also ignores all files starting with "a".
After this fix, it will only ignore paths starting with "a/".
2025-05-04 22:43:44 +02:00
advplyr
45987ffd63
Fix library stats returning null instead of 0 #4251
2025-05-03 17:25:01 -05:00
advplyr
2cc9d1b7f8
Update watcher to re-scan library items when non-media files are added/updated #4245
2025-05-01 17:17:40 -05:00
Nishantsingh11
e6264540af
constants.js in server/utils and client/plugins updated.
2025-04-20 18:34:33 +05:30
Nishantsingh11
3bbeb8f27a
fix(AIFF is supported, but AIF isn't)
2025-04-20 07:56:44 +05:30
advplyr
6ed66fea16
Update podcast rss feed parser to use psc chapters on episodes
2025-03-31 17:57:39 -05:00
advplyr
4fb5330308
Create new StatsController and move year in review stats endpoint
2025-03-29 17:34:17 -05:00
advplyr
7013600697
Fix library items count for users with item restricting permissions #4163
2025-03-26 17:29:48 -05:00
advplyr
92bb3527de
Add logs when sanitizing filename and update podcast episode download to set targetFilename on init #4121
2025-03-19 17:39:23 -05:00
advplyr
7d0f61663e
Merge pull request #4133 from Vito0912/feat/downloadMultiple
...
Adds the option to download selected books
2025-03-18 17:37:50 -05:00
advplyr
ff36a9327c
Fix multiple download for podcasts & cleanup
2025-03-18 17:28:49 -05:00
mikiher
40504da4d7
Improve book library page query performance for author sort order ( #4080 )
...
* Add migration to create authorNames* columns, in libraryItems including update triggers and indices
* Add authorNames columns and indices to LibraryItem model
* Add database triggers for updating author names in libraryItems (for new databases)
* Populate authorNames during book scanning
* Update book sorting to use new authorNames columns
* Add an index on podcastEpisodes.publishedAt
* Fix group_concat order by and update to sqlite 3.44.2
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2025-03-17 17:09:49 -05:00
Vito0912
3c9966e849
clean up
2025-03-17 20:04:01 +01:00
Vito0912
0123dacb29
download multiple items
2025-03-17 19:35:59 +01:00
advplyr
de22177dbf
Update opf parser to support refines meta elements
2025-03-13 17:49:05 -05:00
Roukanken
b86797a245
Fix: Load epub covers via cover-image property
2025-03-11 21:05:21 +01:00
IUser
e7ca6a4ea9
Fix spelling
2025-03-09 14:01:53 -07:00
advplyr
a17127f078
Merge pull request #4031 from nichwall/temp_file_ignore_refactor
...
Refactor ignore file logic
2025-02-23 16:56:09 -06:00
advplyr
20f812403f
Add fileUtils recurseFiles and shouldIgnoreFile tests
2025-02-23 16:53:11 -06:00
mikiher
364ccd85fe
Use count cache only when no filter is set
2025-02-23 08:53:57 +02:00
Nicholas Wallace
13c20e0cdd
Add: generic function to ignor files
2025-02-22 12:28:51 -07:00
advplyr
9d7f44f73a
Fix RSS Feed Open query
2025-02-21 17:39:36 -06:00
advplyr
7919a8b581
Fix get podcast library items endpoint when not including a limit query param #4014
2025-02-20 17:40:54 -06:00
advplyr
6290cfaeb1
Auto format
2025-02-18 17:19:06 -06:00
advplyr
fd3d4f5fcf
Merge pull request #3978 from sloped/fix/detect-http-https-upgrades
...
fix: allow upgrading HTTP to HTTPS for redirects
2025-02-18 17:18:36 -06:00
mikiher
659164003f
Clear LibraryItemsPodcastFilters count cache after podcast[Episode] is created or destroryed
2025-02-16 13:27:47 +02:00
mikiher
de5d8650e8
Add profiling to podcast library filterdata queries
2025-02-16 12:47:23 +02:00
mikiher
8f192b1b17
Add profiling to podcasts and podcast episodes page queries
2025-02-16 09:46:32 +02:00
mikiher
21343b5aa0
Add count cache to libraryItemsPodcastQueries
2025-02-16 09:40:29 +02:00