Merge pull request #8 from linuxserver/chromaprint

Add chromaprint for audio fingerprinting.
This commit is contained in:
driz 2022-01-01 16:56:22 -05:00 committed by GitHub
commit 163f2c40db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN \
apt-get update && \
apt-get install --no-install-recommends -y \
jq \
libchromaprint-tools \
libicu66 \
sqlite3 && \
echo "**** install readarr ****" && \

View File

@ -17,6 +17,7 @@ RUN \
apt-get update && \
apt-get install --no-install-recommends -y \
jq \
libchromaprint-tools \
libicu66 \
sqlite3 && \
echo "**** install readarr ****" && \

View File

@ -17,6 +17,7 @@ RUN \
apt-get update && \
apt-get install --no-install-recommends -y \
jq \
libchromaprint-tools \
libicu66 \
sqlite3 && \
echo "**** install readarr ****" && \

View File

@ -53,4 +53,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.01.22:", desc: "Add chromaprint for audio fingerprinting." }
- { date: "28.07.21:", desc: "Initial Release." }