From e126dd09ce3b7bbcae85580a6714132bcecfbc87 Mon Sep 17 00:00:00 2001 From: vipervire <32961154+vipervire@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:26:52 +0000 Subject: [PATCH 1/9] Update Books directory to use LIBATION_BOOKS_DIR if populated --- Docker/liberate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/liberate.sh b/Docker/liberate.sh index 3f593464..82947829 100755 --- a/Docker/liberate.sh +++ b/Docker/liberate.sh @@ -124,7 +124,7 @@ main() { init_config_file Settings.json info "loading settings" - update_settings Settings.json Books /data + update_settings Settings.json Books "${LIBATION_BOOKS_DIR:-/data}" update_settings Settings.json InProgress /tmp info "loading database" From 8f01c644c090955a35d1f1b39ab6413dd8d45294 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Thu, 19 Jun 2025 07:21:21 -0400 Subject: [PATCH 2/9] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7f5f15d7..c470b605 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,4 +27,4 @@ If applicable, add screenshots to help explain your problem. [e.g. Windows 10, Windows 11, Mac, Linux (State distribution)] **Log Files** -Attach your Libation log file here. Logs are typically in your `[user]\Libation` folder. (For example, on windows: `C:\my_username\Libation`) Also within Libation, on the first tab in Settings you can click the button 'Open log folder' +Attach your Libation log file here. Logs are typically in your `[user]\Libation` folder. (For example, on windows: `C:\my_username\Libation`) Also within Libation, on the first tab in Settings you can click the button 'Open log folder'. If your user folder contains the file "LibationCrash.log", attach that also. From bf15d7302edd886f5d7a260e5ab1d4a77936c539 Mon Sep 17 00:00:00 2001 From: Nicolaos Skimas Date: Mon, 23 Jun 2025 22:39:45 -0700 Subject: [PATCH 3/9] Update Deb/RHEL/Fed Installation Instructions --- Documentation/InstallOnLinux.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/InstallOnLinux.md b/Documentation/InstallOnLinux.md index ce56528e..f4b537b7 100644 --- a/Documentation/InstallOnLinux.md +++ b/Documentation/InstallOnLinux.md @@ -8,23 +8,23 @@ [![Packaging status](https://repology.org/badge/vertical-allrepos/libation.svg)](https://repology.org/project/libation/versions) -New Libation releases are automatically packed into `.deb` and `.rpm` package and are available from the Libation repository's releases page. +New Libation releases are automatically packed into `.deb` and `.rpm` package and are available from the [Libation repository's releases page](https://github.com/rmcrackan/Libation/releases). -Run this command in your terminal to download and install Libation, replacing the url with the latest Libation package url: +Run these commands in your terminal to download and install Libation. **Make sure you replace** `X.X.X` with the latest Libation version and `ARCH` with your CPU's architechture (either `amd64` or `arm64`). ### Debian ```Console - wget -O libation.deb https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.deb && + wget -O libation.deb https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay-ARCH.deb sudo apt install ./libation.deb ``` ### Redhat and CentOS ```Console - wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm && + wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay-ARCH.rpm sudo yum install ./libation.rpm ``` ### Fedora ```Console - wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm && + wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay-ARCH.rpm sudo dnf5 install ./libation.rpm ``` --- From da9dc914692632767fc2d01457cc807f84f097bf Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 25 Jun 2025 06:58:14 -0400 Subject: [PATCH 4/9] incr ver for docker enhancement --- Source/AppScaffolding/AppScaffolding.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 733d44df..d2ce19b6 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -2,7 +2,7 @@ net9.0 - 12.4.4.1 + 12.4.5.1 From f511041781c5df1c553f2fe41ef5e00c5029c069 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 25 Jun 2025 12:43:50 -0400 Subject: [PATCH 5/9] Create a cue sheet: default false --- Source/LibationFileManager/Configuration.PersistentSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationFileManager/Configuration.PersistentSettings.cs b/Source/LibationFileManager/Configuration.PersistentSettings.cs index 71aeeb40..a7636db6 100644 --- a/Source/LibationFileManager/Configuration.PersistentSettings.cs +++ b/Source/LibationFileManager/Configuration.PersistentSettings.cs @@ -132,7 +132,7 @@ namespace LibationFileManager public bool AllowLibationFixup { get => GetNonString(defaultValue: true); set => SetNonString(value); } [Description("Create a cue sheet (.cue)")] - public bool CreateCueSheet { get => GetNonString(defaultValue: true); set => SetNonString(value); } + public bool CreateCueSheet { get => GetNonString(defaultValue: false); set => SetNonString(value); } [Description("Retain the Aax file after successfully decrypting")] public bool RetainAaxFile { get => GetNonString(defaultValue: false); set => SetNonString(value); } From 3aeea546156e9bc90f42c91a5b005a4d4c3e5cfc Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 7 Jul 2025 16:26:10 -0400 Subject: [PATCH 6/9] Update FrequentlyAskedQuestions.md --- Documentation/FrequentlyAskedQuestions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/FrequentlyAskedQuestions.md b/Documentation/FrequentlyAskedQuestions.md index ade5db00..436dabc5 100644 --- a/Documentation/FrequentlyAskedQuestions.md +++ b/Documentation/FrequentlyAskedQuestions.md @@ -7,6 +7,10 @@ # Frequently Asked Questions +## Q: Where can I get help for my specific problem? + +**A:** [You can open an issue here](https://github.com/rmcrackan/Libation/issues) for bug reports, feature requests, or specialized help. + ## Q: What's the difference between 'Classic' and 'Chardonnay'? **A:** First and most importantly: Classic and Chardonnay have the exact same features. From 24f95cb03d91f6cb9f7b2a11da66d3fda7e8d396 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 7 Jul 2025 16:27:59 -0400 Subject: [PATCH 7/9] Update GettingStarted.md --- Documentation/GettingStarted.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index 08961f37..a2cd8395 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -15,6 +15,7 @@ - [Download PDF attachments](#download-pdf-attachments) - [Details of downloaded files](#details-of-downloaded-files) - [Export your library](#export-your-library) +- [I still need help](#i-still-need-help) @@ -148,3 +149,7 @@ When you set up Libation, you'll specify a Books directory. Libation looks insid ![Export](images/Export.png) Export your library to Excel, CSV, or JSON + +### I still need help + +[You can open an issue here](https://github.com/rmcrackan/Libation/issues) for bug reports, feature requests, or specialized help. From 9f24027de1b145c45601421b9c169a176da8d9ba Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 7 Jul 2025 16:29:46 -0400 Subject: [PATCH 8/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5ed37fa..a51ef9a2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Download PDF attachments](Documentation/GettingStarted.md#download-pdf-attachments) - [Details of downloaded files](Documentation/GettingStarted.md#details-of-downloaded-files) - [Export your library](Documentation/GettingStarted.md#export-your-library) + - [I still need help](Documentation/GettingStarted.md#i-still-need-help) - [Searching and filtering](Documentation/SearchingAndFiltering.md) - [Tags](Documentation/SearchingAndFiltering.md#tags) - [Searches](Documentation/SearchingAndFiltering.md#searches) From 0044820415eb041b3f1d1a0e91c89ac69f12a6f2 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 7 Jul 2025 16:31:09 -0400 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a51ef9a2..3378371a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - [Download PDF attachments](Documentation/GettingStarted.md#download-pdf-attachments) - [Details of downloaded files](Documentation/GettingStarted.md#details-of-downloaded-files) - [Export your library](Documentation/GettingStarted.md#export-your-library) - - [I still need help](Documentation/GettingStarted.md#i-still-need-help) + - If you still need help, [you can open an issue here](https://github.com/rmcrackan/Libation/issues) for bug reports, feature requests, or specialized help. - [Searching and filtering](Documentation/SearchingAndFiltering.md) - [Tags](Documentation/SearchingAndFiltering.md#tags) - [Searches](Documentation/SearchingAndFiltering.md#searches)