From 2394c03bbe4d3385596b4cc7d79b8c67acd56ad5 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:08:27 -0500 Subject: [PATCH] Remove remaining references to fpcalc --- .github/workflows/build.yml | 11 +---------- .../Configuration/configPage.html | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b805c8..a5385ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,21 +22,12 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Install fpcalc - run: | - sudo apt-get update - sudo apt-get install -y libchromaprint-tools - - - name: Test - run: dotnet test --verbosity normal - - name: Build run: dotnet build --no-restore - + - name: Upload artifact uses: actions/upload-artifact@v3.1.0 with: name: intro-skipper-${{ github.sha }}.dll path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll if-no-files-found: error - diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index 0381ca2..308668f 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -23,7 +23,7 @@
If checked, will store the audio fingerprints for all subsequently scanned files to - disk. Caching fingerprints avoids having to re-run fpcalc on each file, at the expense + disk. Caching fingerprints avoids having to re-run ffmpeg on each file, at the expense of disk usage.