Remove remaining references to fpcalc

This commit is contained in:
ConfusedPolarBear 2022-06-10 23:08:27 -05:00
parent 20e0a14138
commit 2394c03bbe
2 changed files with 2 additions and 11 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
<div class="fieldDescription">
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.
</div>
</div>