Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN \
beetcamp \
python3-discogs-client \
flask \
flask-cors \
PyGObject \
pyacoustid \
pylast \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ RUN \
beetcamp \
python3-discogs-client \
flask \
flask-cors \
PyGObject \
pyacoustid \
pylast \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ init_diagram: |
"beets:latest" <- Base Images
# changelog
changelogs:
- {date: "09.04.25:", desc: "Add flask-cors required for [web plugin](https://beets.readthedocs.io/en/stable/plugins/web.html)."}
- {date: "27.01.25:", desc: "Rebase to Alpine 3.21."}
- {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."}
Expand Down