Merge pull request #126 from CoordSpace/master

[Fix] Updated packages required by the discogs plugin for beets 2.0+ (on the stable branch)
This commit is contained in:
aptalca 2024-10-02 09:09:48 -04:00 committed by GitHub
commit 27962dd5c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -80,13 +80,14 @@ RUN \
beets==${BEETS_VERSION} \
beets-extrafiles \
beetcamp \
discogs-client \
python3-discogs-client \
flask \
PyGObject \
pyacoustid \
pylast \
requests \
requests_oauthlib \
typing-extensions \
unidecode && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \

View File

@ -81,13 +81,14 @@ RUN \
beets==${BEETS_VERSION} \
beets-extrafiles \
beetcamp \
discogs-client \
python3-discogs-client \
flask \
PyGObject \
pyacoustid \
pylast \
requests \
requests_oauthlib \
typing-extensions \
unidecode && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \

View File

@ -40,6 +40,7 @@ app_setup_block: |
Contains [beets-extrafiles](https://github.com/Holzhaus/beets-extrafiles) plugin, [configuration details](https://github.com/Holzhaus/beets-extrafiles#usage)
# changelog
changelogs:
- {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20, switch from Pillow to Imagemagick."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, pin Pillow to 9.5.0."}