Tomasz N.
a5750deaaf
The key change: Move the Database.bookAuthorModel.create() block outside the if (!author) check,
...
so it runs whether the author was just created OR already existed in the database.
This bug was visible when using "Match Books" for a library and the outcome was books had no author(s) assigned
despite the custom providers correctly providing those values.
2025-10-22 23:02:49 +02:00
advplyr
df1391d93f
Fix scanner after deleting single file books #4459
2025-07-09 13:42:53 -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
2cc9d1b7f8
Update watcher to re-scan library items when non-media files are added/updated #4245
2025-05-01 17:17:40 -05:00
advplyr
bc1b99efd6
Fix socket events check user permissions for library items #4199
2025-04-12 17:39:51 -05:00
advplyr
b47d7b734d
Update podcast scanner to remove media progress and episodes from playlist
2025-04-10 17:51:42 -05:00
advplyr
62194b8781
Fix podcast re-scan promise
2025-04-10 17:39:41 -05:00
advplyr
7c114a051a
Set podcast episode audio file index to 1 for scanned in episodes
2025-04-09 08:33:00 -05:00
advplyr
c7faafd0f3
Fix author order when scanning in multi-author books by setting bookAuthor.createdAt when bulk creating #4177
2025-04-03 17:50:10 -05:00
advplyr
84f99370ee
Update audio file scanner to support multiple series in series/series-part tags separated by semicolon if they match #4136
2025-03-21 17:53:17 -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
advplyr
de22177dbf
Update opf parser to support refines meta elements
2025-03-13 17:49:05 -05:00
Nicholas Wallace
10acf28fa6
Simplify log level determination
2025-03-08 12:46:36 -07:00
mikiher
7038f5730f
Set title[IgnorePrefix] when a podcast libraryItem is created
2025-02-16 14:57:05 +02:00
mikiher
bacefb5f6f
Format PodcastScanner (Pretteier-only changes)
2025-02-16 12:41:47 +02:00
mikiher
0169bf5518
Update podcast.numEpisodes when episodes are created or destroyed
2025-02-16 12:38:44 +02:00
advplyr
d9b206fe1c
Fix server crash when quick match all updates existing series sequence #3961
2025-02-14 16:56:37 -06:00
mikiher
a13143245b
Improve page load queries on title, titleIgnorePrefix, and addedAt sort order
2025-02-08 12:29:23 +02:00
advplyr
64e9ac9d8f
Fix merging embedded chapters for multi-track audiobooks giving incorrect chapter ids #3361
...
- Also trim chapter titles on probe (remove carriage return)
2025-01-12 09:56:48 -06:00
advplyr
108eaba022
Migrate tools and collapse series. fix continue shelves. remove old objects
2025-01-05 14:09:03 -06:00
advplyr
d5ce7b4939
Migrate to new library item in scanner
2025-01-05 12:05:01 -06:00
advplyr
6d52f88a96
Update controllers to use toOldJSON functions
2025-01-04 15:20:41 -06:00
advplyr
4787e7fdb5
Updates to LibraryItemController to use new model
2025-01-02 15:42:52 -06:00
advplyr
5fa263023f
Fix:Quick match not removing empty series/authors #3743
2024-12-22 10:58:22 -06:00
advplyr
4c68ad46f4
Refactor RssFeedManager to use new model when closing feeds, fix close series feed when series is removed, update RssFeedManager to singleton
2024-12-15 12:37:01 -06:00
advplyr
344890fb45
Update watcher files changed function to use the same grouping function as other scans
2024-12-04 16:25:17 -06:00
Techwolf
605bd73c11
Fix third instance of regex
2024-12-01 23:57:47 -08:00
advplyr
850ed48955
Fix:Podcast episodes duplicated when a scan runs while the episode is downloading #2785
2024-11-07 17:26:51 -06:00
advplyr
953ffe889e
Update:Book series embeds in grouping meta tag as semicolon deliminated, book meta tag parser falls back to using grouping tag for series if set #3473
2024-10-20 16:58:13 -05:00
Greg Lorenzen
f38b6636e3
Add published decade filter option ( #3489 )
...
* Add strings for PublishedDecade and PublishedDecades
* Add publishedDecades filter options to LibraryFilterSelect
* Add publishedDecades to libraries store
* Add publishedDecades to getFilterData
* Add database method to add published decades to filter data
* Add published decade in BookScanner
* Add 'publishedDecades' to invalidFilters in user.js
* Add publishedDecades filter group to MediaGroupQuery
* Update client/strings/en-us.json
* Auto formatting
---------
Co-authored-by: advplyr <dev@advplyr.com>
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-08 17:20:42 -05:00
advplyr
bb7938f66d
Update:When merging embedded chapters from multiple files filter out ~0 duration chapters #3361
2024-09-24 10:54:25 -05:00
advplyr
decde230aa
Update:Some logs to include library item id #3440
2024-09-22 14:15:17 -05:00
advplyr
1dec8ae122
Update:Added string localization for tasks #3303 #3352
2024-09-21 14:02:57 -05:00
advplyr
8512d5e693
Update Task object to handle translation keys with subs
2024-09-20 17:18:29 -05:00
advplyr
22ad16e11b
Fix:Server crash on scan for library with no metadataPrecedence set #3434
2024-09-17 16:10:32 -05:00
mikiher
f8034e1b78
scanLibrary fail and cancel handling round 2
2024-09-13 09:23:48 +03:00
mikiher
1099dbe642
Handle library scan failure gracefully
2024-09-12 18:56:52 +03:00
mikiher
f892453892
Fix crash when quick match adds new series
2024-09-09 18:36:12 +03:00
advplyr
db86bfd63d
Fix:New authors not setting lastFirst column, updates for new Series model
2024-09-01 15:08:56 -05:00
advplyr
ba742563c2
Remove old Author object & fix issue deleting empty authors
2024-08-31 13:27:48 -05:00
advplyr
c45c82306e
Remove old library, folder and librarysettings model
2024-08-28 17:26:23 -05:00
advplyr
159ccd807f
Updates to migrate off of old library model
2024-08-24 16:09:54 -05:00
advplyr
7a7a779824
Update podcast audio file meta tag to use album-artist for author and fallback to artist tag #3315
2024-08-20 16:41:17 -05:00
advplyr
4289fe4990
Update Nfo scanner and auto-formatting
2024-07-18 16:09:40 -05:00
Alex
9a697f48db
feat: parse language from NFO metadata source
2024-07-17 11:50:27 -04:00
advplyr
9a4c5a16ef
Merge pull request #3111 from mikiher/tone-replacement
...
Replace tone with ffmpeg for metadata and cover embedding
2024-07-06 16:03:17 -05:00
advplyr
e6b1acfb44
Remove tone scripts & references, rename tone-object endpoint, remove node-tone dependency, remove TONE_PATH env
2024-07-06 16:00:48 -05:00
Richard Bateman
f9e270e4be
bug: if oldLibraryItem is null things crash
2024-06-27 14:32:14 -06:00
advplyr
5bbcb9cac3
Fix:Embedded chapters sort order #3007
2024-05-24 16:49:39 -05:00
advplyr
60c65008dc
Fix:Match all books only matching first 100 #2096
2024-04-14 17:19:21 -05:00