mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
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:
commit
27962dd5c5
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user