rmcrackan
rmcrackan
> I read that on the Audible website that you can hide a book by marking it as "Finished". Will this work for the purpose of Libation? No simple answer....
I don't think \#2 is actually a problem, only \#1. This came about because of errors when the user attempted to download a book which was no longer in their...
> Unfortunately there's no easy way to "disable" buttons in the grid view, but I was able to simulate the look. Here's what it looks like in WinForms. Those buttons...
Good sleuthing above. I didn't know about "Free Tier". I was just thinking we needed another damn synonym ::sigh:: I like your handling of this. 1 point of minutia: you'll...
> why defered IQuereyable.Where isn't working IQueryable is a set of rules on how to query data. It isn't yet data. You need the final step to go from queryable...
Probably an issue that you aren't yet Including Book. It's querying LibraryBooks and they have the book ID. However, the Book **object** isn't linked unless you do an include. Look...
https://github.com/rmcrackan/Libation/blob/790319ed98c8dbb90989585b91848288da23fe4c/Source/DataLayer/QueryObjects/LibraryBookQueries.cs#L53-L58
> If a LibraryBook's Book wasn't included in importItems, then after the book importer runs those LibraryBooks' Books should be null. Sorry, I can't make this sentence click for me....
Fixed in latest :)
@Mbucari Yikes. That thread with mkb79 looks like no fun. Unless you're really intent on cracking this particular nut, I'm fine with closing this as a nice-to-have which would require...