dependabot[bot]
1771813849
Bump SixLabors.ImageSharp to 2.1.11, 3.1.11
...
---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
dependency-version: 2.1.11
dependency-type: direct:production
- dependency-name: SixLabors.ImageSharp
dependency-version: 3.1.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 13:30:26 +00:00
Michael Bucari-Tovo
7024bbf823
Provide NTFS default characters for non-windows users ( #1258 )
2025-07-29 15:20:52 -06:00
Michael Bucari-Tovo
663f70b8bf
Use series Order string instead of parsed float in template tags ( #1056 )
2025-07-29 12:18:37 -06:00
rmcrackan
7741e3caff
incr ver
v12.4.11
2025-07-29 07:54:24 -04:00
rmcrackan
c82eefa768
Merge pull request #1317 from Mbucari/master
...
Bug fixes and UI tweak
2025-07-29 07:52:01 -04:00
Michael Bucari-Tovo
0e4231906a
Set IsSpatial field instead of only flipping to true ( #1273 )
2025-07-28 15:28:04 -06:00
Michael Bucari-Tovo
9bca84dca4
Sort columns with null values always at the bottom
2025-07-28 09:29:17 -06:00
MBucari
ca30fd41c6
Use proper version string based on build version
2025-07-28 08:59:20 -06:00
MBucari
be96f99461
Increment Version
v12.4.10.2
2025-07-27 11:40:35 -06:00
MBucari
f017fe419f
Fix ID3 tag encoding error ( #1315 )
2025-07-27 11:38:01 -06:00
rmcrackan
ed42916cb2
incr ver
v12.4.10
2025-07-26 23:11:51 -04:00
rmcrackan
0bb5bba3c8
Merge pull request #1314 from Mbucari/master
...
New audio format features, bug fixes, and minor tweaks/improvements.
2025-07-26 23:10:05 -04:00
MBucari
a887bf4619
Add "Is Spatial" grid column.
2025-07-26 18:19:19 -06:00
MBucari
53eebcd6ba
Use single file downloader/namer if file has only 1 chapter
2025-07-25 16:02:28 -06:00
MBucari
a09ae1316d
Don't display null file versions
2025-07-25 16:01:48 -06:00
MBucari
7088bd4b8d
Check for file existance
2025-07-25 15:49:41 -06:00
MBucari
b27325cdcb
Improve comvert to mp3 task
...
- Improve progress reporting and cancellation performance
- Clear current book from queue before queueing single convert to mp3 task
2025-07-25 15:35:03 -06:00
MBucari
accedeb1b1
Improve EditQuickFilters dialog reordering behavior
2025-07-25 14:23:14 -06:00
MBucari
c98c7c095a
Fix quickfilter modification bug ( #1313 )
2025-07-25 14:22:29 -06: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
a62a9ffc5b
Use HttpClient in synchronous mode
2025-07-23 17:00:54 -06:00
Michael Bucari-Tovo
08aebf8ecf
Add thread safety
2025-07-23 17:00:36 -06:00
Michael Bucari-Tovo
2f082a9656
Refactor and optimize audiobook download and decrypt process
...
- Add more null safety
- Fix possible FilePathCache race condition
- Add MoveFilesToBooksDir progress reporting
- All metadata is now downloaded in parallel with other post-success tasks.
- Improve download resuming and file cleanup reliability
- The downloader creates temp files with a UUID filename and does not insert them into the FilePathCache. Created files only receive their final file names when they are moved into the Books folder. This is to prepare for a future plan re naming templates
2025-07-23 16:55:09 -06:00
Michael Bucari-Tovo
1f473039e1
Make search syntax dialog field names scrollable
2025-07-22 15:39:43 -06:00
Michael Bucari-Tovo
0f4197924e
Use LibationUiBase.ReactiveObject where applicable
...
Also tweak the classic process queue control layout
2025-07-22 11:59:34 -06:00
rmcrackan
0f7ffacdf8
incr ver
v12.4.9
2025-07-22 10:20:39 -04:00
rmcrackan
829b35c5a8
Merge pull request #1311 from Mbucari/master
...
Fix serilog dynamic assembly loading issue (#1310 )
2025-07-22 10:18:33 -04:00
Michael Bucari-Tovo
614b05d5ff
Fix serilog dynamic assembly loading issue ( #1310 )
2025-07-22 08:00:31 -06:00
rmcrackan
26ccc77b47
incr ver
v12.4.8
2025-07-22 07:24:26 -04:00
rmcrackan
64fb2ccf7c
Merge pull request #1308 from Mbucari/master
...
Refactors, bug fixes, and performance improvements.
2025-07-22 07:22:35 -04:00
MBucari
890747a902
Do library scan on background thread
2025-07-22 00:20:16 -06:00
Michael Bucari-Tovo
1fdcea929f
Form thread safety
2025-07-21 22:52:17 -06:00
Michael Bucari-Tovo
7848366818
Write logs to text .log file instead of .zip file
...
The ZipFile sink could cause program hangs. Additionally, the only reason it was ever used was to package verbose AudibleApi account login errors, saving the returned Html page as a file. Otherwise, the zip file only contains a .log text file.
- Removed Serilog.Sinks.ZipFile
- Add Serilog configuration migration
- Added a custom destructure to handle logging files. If any files are logged, they will be written to "LogyyyyMM_AdditionalFiles.zip"
2025-07-21 22:19:55 -06:00
Michael Bucari-Tovo
40b4915b65
Improve download/decrypt cancellation
2025-07-21 15:56:41 -06:00
Michael Bucari-Tovo
80b86086ca
Consolidate process queue view models
...
Remove classic and chardonnay-specific implementations
Refactor TrackedQueue into an IList with INotifyCollectionChanged
2025-07-21 15:56:30 -06:00
Michael Bucari-Tovo
bff9b67b72
Remove GridEntry derrived types and interfaces
...
Use existing BaseUtil.LoadImage delegate, obviating need for derrived classes to load images
Since GridEntry types are no longer generic, interfaces are unnecessary and deleted.
2025-07-21 10:47:10 -06:00
Mbucari
657a7bb6bc
Improve podcast episode GridEntry creation performance.
...
Tested on a library with ~5000 podcast episodes on an AMD Ryzen 7700X. Startup time decreases by ~400 ms in Release mode.
2025-07-21 09:49:25 -06:00
rmcrackan
f0d7a7bf64
incr ver
v12.4.7
2025-07-18 07:19:09 -04:00
rmcrackan
8bc098e7bd
Merge pull request #1303 from Mbucari/master
...
Fix upgrade bug when Libation's working dir isn't program files dir
2025-07-18 07:16:46 -04:00
Michael Bucari-Tovo
9280b29512
Fix upgrade bug when Libation's working dir isn't program files dir
...
Add MockUpgrader for testing the Upgrade process.
Fixes issue #1302
2025-07-17 13:10:42 -06:00
rmcrackan
d8e9b9c505
incr ver
v12.4.6
2025-07-17 08:07:08 -04:00
rmcrackan
554b308364
Merge pull request #1299 from Mbucari/master
...
Bugfixes and minor improvements
2025-07-17 08:04:43 -04:00
MBucari
8d7872a376
UI tweak and optimization
2025-07-16 23:31:34 -06:00
MBucari
747451d243
Refactor Classic process queue
...
The queue is now more MVVM-like.
2025-07-16 22:58:03 -06:00
MBucari
7e79e98771
Fix possible cross-threading errors with MessageBoxBase
2025-07-16 22:57:25 -06:00
Michael Bucari-Tovo
4b7939541a
Code cleanup and refactoring for clarity
2025-07-16 22:55:57 -06:00
MBucari
a3734c76b1
Use SynchronizeInvoker's Invoke() method.
2025-07-15 23:22:42 -06:00
MBucari
ced4ea6c17
Improve sorting by Liberate status by grouping books with PDFs
2025-07-15 22:50:53 -06:00
MBucari
35ca6f2621
Use built-in comparer and ReactiveObject types
2025-07-15 22:50:28 -06:00
MBucari
4dab16837e
Move ProcessQueueViewModel logic into LibationUiBase
...
Fix UI bug in classic when queue is in popped-out mode.
2025-07-15 22:31:17 -06:00