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 - name: Restore dependencies
run: dotnet restore 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 - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3.1.0 uses: actions/upload-artifact@v3.1.0
with: with:
name: intro-skipper-${{ github.sha }}.dll name: intro-skipper-${{ github.sha }}.dll
path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll
if-no-files-found: error if-no-files-found: error

View File

@ -23,7 +23,7 @@
<div class="fieldDescription"> <div class="fieldDescription">
If checked, will store the audio fingerprints for all subsequently scanned files to 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. of disk usage.
</div> </div>
</div> </div>