MBucari
505c614210
Code Cleanup
...
Remove unused parameters
Remove unnecessary casts
Make fields readonly
Order modifiers
Format document
Sort usings
Remove unnecessary nullable directive
Apply namespace preferences (file-level)
2026-05-04 21:10:28 -06:00
Michael Bucari-Tovo
df531de255
Update Avalonia to v12
...
Avalonia 12 uses compiled bindings by default. Converted all remaining reflection bindings into compiled bindings,
Fixed binding errors
2026-05-04 21:08:26 -06:00
rmcrackan
6d326ebabc
#1732 add CLI auth options. Add to the CLI these features which are already available in the GUI: importing from @mkb79 's audible-cli , and the external browser login (aka: alternative login). Caveat: 2nd feature doesn't work for Brazil (gui or cli)
2026-04-18 15:29:57 -04:00
rmcrackan
a5912efa0c
upgrade nuget
2026-04-15 08:10:09 -04:00
rmcrackan
ad2101ab8c
fix bug with importing mkb79 auth with website_cookies: null vs empty
2026-03-30 15:10:55 -04:00
rmcrackan
a218ed5e66
update AudibleApi
2026-02-28 17:03:51 -05:00
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
3ef0bce909
No reason to restrict CDM type to Android or Level to L3
2026-01-19 14:16:47 -07:00
Michael Bucari-Tovo
c1298e9ff6
Update dependencies
2026-01-13 12:02:36 -07:00
Michael Bucari-Tovo
79e2bca8fc
Update dependencies
2026-01-12 10:42:04 -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
09e610fe08
Sanitize contributor names ( #1518 )
2025-12-31 13:09:47 -07:00
MBucari
e850465ec1
Add more null safety
...
Enable project-wide nullable on LibationUiBase and LibationAvalonia
Explicitly parallelize unit tests
2025-12-30 13:17:11 -07:00
Robert
0303db153f
update audibleapi
2025-12-06 14:48:24 -05:00
Michael Bucari-Tovo
368e695214
Allow users to shoose whether Libation imports Audible Plus titles.
2025-12-02 12:28:16 -07:00
MBucari
c34b1e752e
Update dependencies
2025-12-01 20:40:34 -07:00
Mbucari
04827f81da
Tweak in-app web browser login
...
- Use private browsing mode
- Use the Android User-Agent
- Use initial signin cookies
2025-11-23 20:35:04 -07:00
Michael Bucari-Tovo
dfbc5ec9db
Use the new field keyword where appropriate.
2025-11-21 11:50:07 -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
MBucari
e8c911e603
Improve management and validation of Libation settings
...
- Move all settings file logic into new LibationFiles class
- Configuration.LibationFiles is a singleton instance of the LibationFiles class.
- A LibationFiles instance is bound to a single appsettings.json path. All updates to LibationFiles location are updated in that appsettings.json file
- Unify initial setup and settings validation process
- Add LibationSetup which handles all startup validation of settings files and prompts users for setup if needed
- Added a new LibationUiBase.Tests test project with tests for various
2025-11-17 10:49:23 -07:00
Michael Bucari-Tovo
0fa5c4eb1e
Request metadata for the audiobook version being downloaded ( #1261 )
2025-11-04 14:58:27 -07:00
Michael Bucari-Tovo
7507044b82
Improve detection and logging of download capabilities
...
- Check if the Api supports widevine before trying to download
- Additional logging
2025-11-04 14:32:28 -07:00
Michael Bucari-Tovo
f98adef9e9
Update Dependencies
...
- Remove package references that are already included transitively
- Change Avalonia.ReactiveUI to ReactiveUI.Avalonia
2025-11-03 09:34:23 -07:00
rmcrackan
2c882e883d
#1378 : allow for invalid beginning-of-time 'purchase_date'. This is the case for an actual user
2025-09-30 16:28:48 -04:00
rmcrackan
ed5afe5d0f
update dependencies
2025-08-20 12:07:53 -04:00
rmcrackan
b5d9c0a27a
Incr ver
2025-08-17 10:06:12 -04:00
Mbucari
5ceda408da
Use managed RSASSA-PSS with SHA-1
...
OpenSSL (the underlying RSA implementation on Linux) has deprecated SHA-1 signing. Used a managed implementation so that it does not error.
2025-08-16 16:28:33 -06:00
Michael Bucari-Tovo
05fad01624
Update dependencies
2025-08-14 15:57:35 -06:00
rmcrackan
0045202334
update dependencies
2025-08-13 07:52:13 -04:00
rmcrackan
72f92ec6c0
update dependencies
2025-08-10 11:21:34 -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
MBucari
9b1ce8c1d7
Update dependencies
2025-07-14 12:43:53 -06:00
rmcrackan
0d24caeac2
incr ver
2025-05-09 21:10:19 -04:00
Michael Bucari-Tovo
f35c82d59d
Change ApiExtended to always allow provide login option
...
Previously, only some calls to ApiExtended.CreateAsync() would prompt users to login if necessary. Other calls would only work if the account already had a valid identity, and they would throw exceptions otherwise.
Changed ApiExtended so that the UI registers a static ILoginChoiceEager factory delegate that ApiExtended will use in the event that a login is required.
2025-05-09 17:32:12 -06:00
Michael Bucari-Tovo
10c01f4147
Fix occasional error of audio downloads hanging.
2025-05-09 16:32:59 -06:00
rmcrackan
e4a3d2ac79
better logging for api errors #1240
2025-05-07 12:39:02 -04:00
MBucari
ece48eb6d7
Add spatial audio support
2025-04-27 14:31:14 -06:00
Robert McRackan
71afb5c9f4
incr ver
2025-03-18 21:09:27 -04:00
Robert McRackan
614965e1ab
incr ver
2025-03-10 19:09:44 -04:00
Michael Bucari-Tovo
ac036f65f1
Handle and notify users of invalid account settings file
2025-03-03 14:41:56 -07: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
453904261b
Bug fix. Audible's api acts weird when page count gets to ~400
2024-05-16 07:53:19 -04:00
Robert McRackan
f9340db90a
update references. audible api bugfix
2024-05-15 06:55:25 -04:00
Robert McRackan
93ccc206ef
Update dependencies
2024-03-04 14:02:42 -05:00
Robert McRackan
d3f0fd711e
Remove validation check: SeriesName is null . At least 1 exception found in the wild
2024-02-29 14:44:41 -05:00
Robert McRackan
efe347667c
Better error reporting in audible api -- incl. inner exceptions
2024-01-20 21:44:29 -05:00
Robert McRackan
f27a18bdbb
Better error reporting in audible api
2024-01-19 09:30:48 -05:00