Michael Bucari-Tovo
3ab1edc076
Code Cleanup
...
Make fields readonly
Remove unnecessary casts
Format document
Remove unnecessary usings
Sort usings
Use file-level namespaces
Order modifiers
2026-02-05 12:48:44 -07:00
Michael Bucari-Tovo
d67692355f
Enable project-wide nullable reference types
...
Added DB migration for nullable types.
2026-02-05 12:43:05 -07:00
Michael Bucari-Tovo
054f7437d1
Fix importer NRE
2026-02-02 16:02:44 -07:00
Mbucari
94cf665be7
Fix books not being marked absent on large imports
2026-01-11 15:40:11 -07:00
MBucari
6f7cd4d5b5
Fix narrators with null ASINs not importing ( #1545 )
2026-01-08 19:57:47 -07:00
Michael Bucari-Tovo
804bac5c4c
Add LibraryBook.IsAudiblePlus property
2026-01-07 15:50:23 -07:00
Michael Bucari-Tovo
3fa805d51f
Verify correct Serilog parameters used ( #1536 )
2026-01-07 15:10:54 -07:00
Michael Bucari-Tovo
09e610fe08
Sanitize contributor names ( #1518 )
2025-12-31 13:09:47 -07:00
MBucari
f9ac0253fb
Improve import performance on large batches
2025-11-20 21:37:13 -07:00
MBucari
fde78f4167
Update to .NET 10
...
- Update all project runtime targets
- Update all dependencies
- NOTE: Using Npgsql.EntityFrameworkCore.PostgreSQL RTM build from MyGet
- Delete unused pubxml files (they were made redundant by recent workflow changes)
- Replace Libation.sln with Libation.slnx
2025-11-20 15:56:47 -07:00
delebash
fcd79c5561
InludedUntil fixes by Mbucari
2025-10-20 12:55:48 -04:00
delebash
ba98820989
move code to LibraryBook
2025-10-18 02:05:56 -04:00
delebash
b07e61e6a8
fix UntilDate
2025-10-17 13:49:37 -04:00
delebash
fa8f761771
Added IncludedUntil Date
2025-10-17 13:36:01 -04:00
MBucari
9b217a4e18
Add audio format data
...
- Add Book.IsSpatial property and add it to search index
- Read audio format of actual output files and store it in UserDefinedItem. Now works with MP3s.
- Store last downloaded audio file version
- Add IsSpatial, file version, and Audio Format to library exports and to template tags. Updated docs.
- Add last downloaded audio file version and format info to the Last Downloaded tab
- Migrated the DB
- Update AAXClean with some bug fixes
- Fixed error converting xHE-AAC audio files to mp3 when splitting by chapter (or trimming the audible branding from the beginning of the file)
- Improve mp3 ID# tags support. Chapter titles are now preserved.
- Add support for reading EC-3 and AC-4 audio format metadata
2025-07-25 12:18:50 -06:00
Michael Bucari-Tovo
5f4551822b
Remove Book.AudioFormat property
...
This property was set to the highest quality returned by the library scan. Since adding quality option settings, it is no longer guaranteed to reflect the file that is downloaded. Also, the library scan qualities don't contain spatial audio or widevine-specific qualities., only ADRM.
2025-05-02 12:39:12 -06:00
Michael Bucari-Tovo
5d7ac699e6
Mark unreleased books as unavailable ( #1079 )
2025-03-25 12:35:18 -06:00
Michael Bucari-Tovo
7d806e0f3e
Increase tag template options for contributor and series types
...
- Add template tag support for multiple series
- Add series ID and contributor ID to template tags
- <first author> and <first narrator> are now name types with name formatter support
- Properly import contributor IDs into database
- Updated docs
2025-03-25 09:34:57 -06:00
Robert McRackan
6134becc70
Upgrade to .net9
2024-11-22 16:47:59 -05:00
Robert McRackan
2fd8ea91e1
New search field: Finished/IsFinished.
...
All work complete except db migration
2024-09-11 07:45:37 -04:00
Robert McRackan
b6d1a7e3ba
Upgrade to .net8
2023-11-15 19:53:26 -05:00
Michael Bucari-Tovo
736d7c4a5f
Fix NRE when item has no category ladders ( #715 )
2023-08-17 11:55:28 -06:00
MBucari
fb9b4eb77e
Update audio duration on library scan ( #707 )
2023-08-12 17:19:56 -06:00
Mbucari
3211b2dc85
Improved Category Ladders
2023-07-18 15:51:02 -06:00
Mbucari
ea6adeb58f
Add category ladders
2023-07-17 16:50:45 -06:00
Mbucari
83fa73cef5
Integrate new Title and Subtitle properties into Libation
2023-06-29 21:06:54 -06:00
Alanoll
2195574422
feat: add Book subtitle capturing so TitleShort reflects titles better
2023-06-26 12:18:15 -05:00
Mbucari
0db3ee6fd7
Fix library scan bug
2023-03-29 15:38:57 -06:00
Mbucari
6c8464b650
Use HashSet
2023-03-29 11:32:07 -06:00
Mbucari
00cf7693d5
Add code comments
2023-03-28 10:02:22 -06:00
MBucari
dac6877a06
Fix #556
2023-03-28 07:09:46 -06:00
MBucari
add31024da
Improve book availability detection ( #551 )
2023-03-27 17:53:25 -06:00
Mbucari
fd16e97632
When book is unavailable, check other accounts ( #535 )
2023-03-17 14:06:02 -06:00
MBucari
defabf7356
Use new AudibleApi methods
2023-03-13 21:00:25 -06:00
Mbucari
230e014bb1
Add better AYCL detection and add verbose library scan logging
2023-03-10 13:09:59 -07:00
Mbucari
ccd4d3e26d
Check for null Plan array
2023-03-08 11:21:47 -07:00
Mbucari
f6dcc0db1d
Add AbsentFromLastScan
2023-03-07 18:58:18 -07:00
Robert McRackan
867085600c
New feature #469 - <language> and <language short> template options
2023-02-01 12:12:50 -05:00
Mbucari
b823f5fa00
Import average rating
2023-01-11 14:35:14 -07:00
Robert McRackan
ce1ab7c20d
Domain Utilities => .net7
2022-11-16 11:45:04 -05:00
Robert McRackan
7ffdf45164
Bug fix #361 : import would break when audible erroneous duplicates a name in the author list or a name in the narrator list. (Note: the same name as both author and narrator has always been ok.)
2022-08-17 20:05:47 -04:00
Michael Bucari-Tovo
1e4c489983
Libation Runs on Linux!
2022-07-23 18:07:04 -06:00
Michael Bucari-Tovo
3ce1f94f87
Revert preview feature
2022-06-26 10:42:52 -06:00
Michael Bucari-Tovo
d48a74912a
Use abstract static member, add publish script
2022-06-25 16:48:23 -06:00
Michael Bucari-Tovo
071b1a54d5
Publish Embedded
2022-06-25 05:11:21 -06:00
Michael Bucari-Tovo
5815a04712
Add bitrate to Book
2022-06-24 23:09:20 -06:00
Robert McRackan
57255e0aec
comments
2022-06-23 07:53:12 -04:00
Michael Bucari-Tovo
c48eacd9af
Add ContentType.Parent
...
Import Series parent when only individual episodes are in library
2022-06-07 15:27:18 -06:00
Michael Bucari-Tovo
b0d1f692a3
Use new PictureIDLarge and PictureSize.Native
2022-05-10 12:01:23 -06:00
Michael Bucari-Tovo
b320276926
Add PictureID_1215 to Book and migrate DB
2022-05-09 23:21:52 -06:00