Remove remaining references to fpcalc
This commit is contained in:
parent
20e0a14138
commit
2394c03bbe
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user