Michael Bucari-Tovo
cb159336a6
Enable NTRs on main form and fix resulting warnings.
2026-01-27 12:42:21 -07:00
Michael Bucari-Tovo
807bb56c49
Refactor Chardonnay startup to prevent loading library twice.
2026-01-27 12:31:17 -07:00
Mbucari
3d56554aa5
Merge branch 'rmcrackan:master' into master
2026-01-27 12:29:03 -07:00
Robert
c6c3b39e9c
Bug #1578 Adding null checks to the line that's logged with NRE. This bit of code has been untouched for years and is run hundreds of times per day. I'm documenting this suspiciously
2026-01-27 09:06:46 -05:00
Michael Bucari-Tovo
471fd1e757
Remove unwanted meta box from dash files
2026-01-22 16:33:12 -07:00
Robert
a43f25db23
incr ver
2026-01-22 17:50:31 -05:00
Michael Bucari-Tovo
29501bddf3
Clean up queries
...
Use .NET 10 extensions
Refactor some extensions for clarity
2026-01-22 13:36:25 -07:00
Michael Bucari-Tovo
e9016ace03
Make IncludedUntil and LastDownload nulls always sort to bottom
2026-01-21 13:41:47 -07:00
Michael Bucari-Tovo
d498c094bf
Update AAXClean
...
Some minor performance improvements, especially when opening a file/stream.
2026-01-21 13:40:59 -07:00
Michael Bucari-Tovo
ce92e79cd8
Fix SaferEnumerateFiles creating too manu open file handles ( #1565 )
...
Using the EnumerationOptions overload of EnumerateFiles() serves the same function as the previous manual implementation.
2026-01-21 10:34:59 -07:00
Michael Bucari-Tovo
f54a789ae8
Improve querying UnLiberated books
...
Add GetUnliberated_Flat_NoTracking() which queries only unliberated books/episodes and does not load the entire library.
Fix UnLiberated() query to only return products or episodes (not parents) (#1564 )
2026-01-19 16:57:32 -07:00
Michael Bucari-Tovo
3ef0bce909
No reason to restrict CDM type to Android or Level to L3
2026-01-19 14:16:47 -07:00
Robert
413da72bf0
logging typo
2026-01-19 10:31:34 -05:00
Robert
db9c810c2d
incr ver
2026-01-13 20:05:28 -05:00
Michael Bucari-Tovo
c1298e9ff6
Update dependencies
2026-01-13 12:02:36 -07:00
Michael Bucari-Tovo
647eb8b9d9
Use MemoryPool
2026-01-13 11:35:59 -07:00
Michael Bucari-Tovo
fd64d394c2
Remove spatial audio options #1553
2026-01-13 09:43:51 -07:00
Michael Bucari-Tovo
f026d415bd
Fix library export #1552
2026-01-13 09:35:08 -07:00
Michael Bucari-Tovo
3948e25c99
Add file move progress
2026-01-12 14:34:52 -07:00
Robert
6df47d4d9c
incr ver
2026-01-12 16:32:16 -05:00
Michael Bucari-Tovo
79e2bca8fc
Update dependencies
2026-01-12 10:42:04 -07:00
Mbucari
c95dccd246
Add confirmation dialog when removing books from Audible
2026-01-11 15:45:56 -07:00
Mbucari
94cf665be7
Fix books not being marked absent on large imports
2026-01-11 15:40:11 -07:00
Michael Bucari-Tovo
659f793eb8
Improve TrashBinDialog functionality
...
- Use the main display grid control to display deleted books
- Added search functionality for deleted books. This required creating a temporary search index in the `InProgress` folder. The products grid control now uses an instance of `ISearchEngine` to filter its grid entries. The main grid uses a singleton instance of `MainSearchEngine`, which merely wraps `SearchEngineCommands.Search()`. The TrashBinDialogs use `TempSearchEngine`.
- Users can now batch select `Everyting` as well as `Audible Plus Books`
Avalonia:
- Refactor main grid context menus to no longer require reflection
2026-01-09 16:47:37 -07:00
MBucari
6f7cd4d5b5
Fix narrators with null ASINs not importing ( #1545 )
2026-01-08 19:57:47 -07:00
Michael Bucari-Tovo
068f37319f
Add option to adjust minimum file duration
...
when splitting audiobooks into multiple files by chapter
2026-01-08 18:36:57 -07:00
Michael Bucari-Tovo
dc58a101af
Add cli export option to specify Asins
2026-01-08 16:54:43 -07:00
Michael Bucari-Tovo
7b68415b02
Add more properties to search engine and library export
...
- Add `IsAudiblePlus` to search engine
- Add `IsAudiblePlus` and `AbsentFromLastScan` properties to library export
- Refactor library export ToXlsx method
- Make nullable
- Improve readability and extensability
- Use same column header names as CSV
- Extend export methods to accept optional list of books (future use)
2026-01-08 15:14:20 -07:00
Michael Bucari-Tovo
1514de54da
Add menu option to remove Plus books from Audible
2026-01-08 13:00: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
Robert
042f2e135a
incr ver
2026-01-06 07:28:33 -05:00
Robert
930fc3da58
Merge branch 'master' of https://github.com/rmcrackan/Libation
2026-01-06 07:26:40 -05:00
Robert
90e8d03590
add github doc contributor
2026-01-06 07:26:35 -05:00
Mbucari
a59e42e7c9
Merge branch 'rmcrackan:master' into master
2026-01-05 18:50:51 -07:00
Michael Bucari-Tovo
af2e89dd1e
Remove UpgradeNotificationDialog form positioning
...
Hopefully address #1531
2026-01-05 18:50:28 -07:00
Robert
11d9cdefe2
typo
2026-01-05 19:30:03 -05:00
Robert
54485ae150
LogFriendly
2026-01-05 19:28:50 -05:00
Michael Bucari-Tovo
4bd641ee50
Improve LocateAudiobooksDialog
...
- Move LocatedAudiobooksViewModel to LibationUiBase
- Refactor Avalonia and Classic displays to use same view model.
- Do scan on background task
2026-01-05 15:38:15 -07:00
Robert
6e56297434
LogFriendly
2026-01-05 14:00:43 -05:00
Robert
e3ad4a2c32
incr ver
2026-01-02 16:20:46 -05:00
Mbucari
9b3e4f8762
Merge branch 'rmcrackan:master' into master
2026-01-02 13:13:12 -07:00
MBucari
396d2c8a95
Address rmcrackan comments and refactor
2026-01-02 13:04:35 -07:00
Robert
32979b5905
Bug fix #1524 - Fix export columns
2026-01-02 09:52:17 -05:00
Michael Bucari-Tovo
f6b96fc210
Add feature to scan for better quality audiobooks
...
Add AccessibleDataGridViewColumn which can apply Accessability names and descriptions from the designer.
Create reusable SortBindingList<T> for basic sorting of data-bound items.
2025-12-31 16:31:52 -07:00
Michael Bucari-Tovo
09e610fe08
Sanitize contributor names ( #1518 )
2025-12-31 13:09:47 -07:00
Michael Bucari-Tovo
e50d8c74de
Add UseWindowsForms to csproj
2025-12-31 11:28:45 -07:00
Michael Bucari-Tovo
2b1ca13249
Prevent migrations from running more than once
2025-12-31 11:25:43 -07:00
Michael Bucari-Tovo
7d30a3036d
Move viewmodel into UiBase
2025-12-30 15:56:47 -07:00
Michael Bucari-Tovo
bb8b435810
Improve Find Better Quality Audiobooks scanner
...
Try to load best audio format from actual liberated audiobook files
Allow re-scanning after completing scanning.
2025-12-30 14:49:58 -07:00