Robert McRackan
|
5772d9c31e
|
defensive FirstOrDefault
|
2021-10-05 10:07:58 -04:00 |
|
Robert McRackan
|
1165f81203
|
bug fix in series importer
|
2021-09-27 07:57:24 -04:00 |
|
Robert McRackan
|
61385f0f0b
|
more explicit book series order
|
2021-09-22 11:51:06 -04:00 |
|
Robert McRackan
|
926a7a1148
|
* include new external login interfaces in ApiExtended
* new ext method to simplify api access in file liberator
|
2021-09-17 16:09:49 -04:00 |
|
Robert McRackan
|
89207866f3
|
make sure that __log is never empty so that .Last() can't throw
|
2021-09-04 18:17:29 -04:00 |
|
Robert McRackan
|
de34e5c795
|
import speed improvements
|
2021-09-03 16:35:31 -04:00 |
|
Robert McRackan
|
8ffcefd6ae
|
massive speed-up for import contributors
|
2021-09-03 15:30:17 -04:00 |
|
Robert McRackan
|
e59ab9b483
|
remove v3=>4 migration work-arounds
|
2021-09-03 13:42:58 -04:00 |
|
Robert McRackan
|
57fa1bd763
|
cross thread issue. add temp time logging in ImportAccountAsync
|
2021-09-03 11:36:55 -04:00 |
|
Robert McRackan
|
9e0caf34d6
|
Rename db table Library => LibraryBooks
|
2021-09-02 15:26:20 -04:00 |
|
Robert McRackan
|
ad87f1851e
|
Add episodes content type to Books in db
|
2021-09-01 16:51:59 -04:00 |
|
Robert McRackan
|
42f94e7f6c
|
more nuget migration
|
2021-08-25 15:33:09 -04:00 |
|
Robert McRackan
|
f16ad30891
|
bug fix from my last bug fix :(
|
2021-08-24 09:28:13 -04:00 |
|
Robert McRackan
|
f19c46ee45
|
Book: add pdf url as is, not Absolute
|
2021-08-23 16:07:19 -04:00 |
|
Robert McRackan
|
9d00da006c
|
Trim title
|
2021-07-26 17:11:49 -04:00 |
|
Robert McRackan
|
d31121e307
|
Bug fix to address #59
|
2021-07-20 14:43:08 -04:00 |
|
Michael Bucari-Tovo
|
5df7d80aac
|
Revert earlier.
|
2021-07-02 21:21:17 -06:00 |
|
Michael Bucari-Tovo
|
4b2c8ee513
|
Add any subtitle to the title.
|
2021-07-02 17:00:04 -06:00 |
|
Michael Bucari-Tovo
|
81195e382e
|
Revert "Remove items from library."
This reverts commit 00f7e4b7796c724192e4246c0498e6b183782f18.
|
2021-07-02 15:24:05 -06:00 |
|
Michael Bucari-Tovo
|
35fc3581b3
|
Revert "Added count of items removed from library."
This reverts commit 771d992da718da66319fadf129655137f4e8b6c3.
|
2021-07-02 15:23:26 -06:00 |
|
Michael Bucari-Tovo
|
771d992da7
|
Added count of items removed from library.
|
2021-07-02 15:01:55 -06:00 |
|
Michael Bucari-Tovo
|
00f7e4b779
|
Remove items from library.
|
2021-07-02 14:07:42 -06:00 |
|
Michael Bucari-Tovo
|
5d4bcb2db0
|
Removed unnecessary conversion to List.
|
2021-07-02 13:51:32 -06:00 |
|
Robert McRackan
|
959a1aebe9
|
Enough already. I'm obviously not incentivized/shamed into writing unit tests for things in UNTESTED dir.s. It's just making a mess of the file tree
|
2021-06-17 14:21:15 -04:00 |
|
Robert McRackan
|
2df38706f7
|
upgrade to .NET5
|
2020-11-18 09:32:15 -05:00 |
|
Robert McRackan
|
60f1d8117d
|
Remove reliance on persistent Account objects across boundaries. If you open an account persister, then dispose of it
|
2020-08-27 23:05:46 -04:00 |
|
Robert McRackan
|
755a7338e9
|
Account to be included on each import item, not just on the aggr group
|
2020-08-26 10:25:24 -04:00 |
|
Robert McRackan
|
6900a68b9d
|
Rename for clarity: AccountsSettings <=> Accounts
|
2020-08-24 22:57:08 -04:00 |
|
Robert McRackan
|
3941906d72
|
Book download validation: librarybook.accountname and/or book.locale is null/blank
|
2020-08-22 07:32:39 -04:00 |
|
Robert McRackan
|
cfa938360a
|
Library to store book's account in db
|
2020-08-20 17:03:55 -04:00 |
|
Robert McRackan
|
80017ce9fd
|
populate book locale on library update
|
2020-08-20 16:49:50 -04:00 |
|
Robert McRackan
|
c67972a327
|
Importers need access to Account
|
2020-08-20 16:09:07 -04:00 |
|
Robert McRackan
|
c54c45df33
|
Bugfix. Audible changed how they handle categories, causing a new bug. Temp fix to get everything working again -- part 2
|
2020-06-01 21:51:47 -04:00 |
|
Robert McRackan
|
53f252e56f
|
Bugfix. Audible changed how they handle categories, causing a new bug. Temp fix to get everything working again
|
2020-05-26 14:38:29 -04:00 |
|
Robert McRackan
|
f27ac279b2
|
Bugfix: some series indexes/sequences could cause library not to import
|
2020-02-17 15:17:59 -05:00 |
|
Robert McRackan
|
c7891dc448
|
2 bug fixes which prevented saving to db
|
2019-12-16 10:32:38 -05:00 |
|
Robert McRackan
|
bcc237c693
|
sqlite db file should live in LibationFiles dir, not in app dir
|
2019-12-09 14:44:46 -05:00 |
|
Robert McRackan
|
1cecd4ba2e
|
Improved logging. Updated nuget packages
|
2019-11-26 10:42:38 -05:00 |
|
Robert McRackan
|
a2e30df51f
|
Improved importing
|
2019-11-25 13:45:29 -05:00 |
|
Robert McRackan
|
6c9074169a
|
Added beta-specific logging
|
2019-11-24 21:45:35 -05:00 |
|
Robert McRackan
|
80b0ef600d
|
Better ToString for DataLayer objects
|
2019-11-19 09:54:42 -05:00 |
|
Robert McRackan
|
f3128b562d
|
Fix performance issues, esp regarding saving tags
|
2019-11-18 14:37:17 -05:00 |
|
Robert McRackan
|
df90fc5361
|
All scraping code removed
|
2019-11-05 13:42:11 -05:00 |
|
Robert McRackan
|
c61bc27a7b
|
This version is powered by the Audible API. Legacy scraping code is still present but is commented out. All future check-ins are not guaranteed to have any scraping code
|
2019-11-05 08:19:58 -05:00 |
|
Robert McRackan
|
664fcc50e2
|
Finalize move from library scraping to api
|
2019-11-04 23:07:40 -05:00 |
|
Robert McRackan
|
591d84e719
|
scraping => api transition almost complete
|
2019-11-04 14:16:57 -05:00 |
|