From 29de8f57063d983a1515f6720d753f61651dd4b4 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 8 Jul 2022 21:42:17 -0400 Subject: [PATCH 1/3] trivial change to test github settings --- Source/__TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/__TODO.txt b/Source/__TODO.txt index 5e3180a8..d5d92e6b 100644 --- a/Source/__TODO.txt +++ b/Source/__TODO.txt @@ -24,3 +24,5 @@ similar legacy knowledge exists elsewhere. eg: Book.Category stuff public partial class Item.Categories -- end CATEGORIES --------------------------------------------------------------------------------------------------------------------- + +delete me \ No newline at end of file From 058eb311103fa180151b7e5e4d8c4f3e12af5c0e Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 8 Jul 2022 21:43:10 -0400 Subject: [PATCH 2/3] trivial change to test local github account settings --- Source/__TODO.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/__TODO.txt b/Source/__TODO.txt index d5d92e6b..5e3180a8 100644 --- a/Source/__TODO.txt +++ b/Source/__TODO.txt @@ -24,5 +24,3 @@ similar legacy knowledge exists elsewhere. eg: Book.Category stuff public partial class Item.Categories -- end CATEGORIES --------------------------------------------------------------------------------------------------------------------- - -delete me \ No newline at end of file From 9eafbacad9edfc90464302b572e27ff042b3e11d Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 8 Jul 2022 23:04:05 -0400 Subject: [PATCH 3/3] Add Audible ID to BookDetailsDialog --- Source/LibationWinForms/Dialogs/BookDetailsDialog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/LibationWinForms/Dialogs/BookDetailsDialog.cs b/Source/LibationWinForms/Dialogs/BookDetailsDialog.cs index 838b72b7..9c44c71a 100644 --- a/Source/LibationWinForms/Dialogs/BookDetailsDialog.cs +++ b/Source/LibationWinForms/Dialogs/BookDetailsDialog.cs @@ -52,6 +52,7 @@ Length: {(Book.LengthInMinutes == 0 ? "" : $"{Book.LengthInMinutes / 60} hr {Boo Audio Bitrate: {Book.AudioFormat} Category: {string.Join(" > ", Book.CategoriesNames())} Purchase Date: {_libraryBook.DateAdded.ToString("d")} +Audible ID: {Book.AudibleProductId} ".Trim(); var seriesNames = Book.SeriesNames();