File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.21
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.23
44
55# set version label
66ARG BUILD_DATE
2121 git \
2222 gobject-introspection-dev \
2323 jpeg-dev \
24+ libedit-dev \
2425 libpng-dev \
2526 mpg123-dev \
2627 openjpeg-dev \
7576 pip install -U --no-cache-dir \
7677 pip \
7778 wheel && \
78- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21 / \
79+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23 / \
7980 beautifulsoup4 \
8081 beets==${BEETS_VERSION} \
8182 beets-extrafiles \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
44
55# set version label
66ARG BUILD_DATE
2121 git \
2222 gobject-introspection-dev \
2323 jpeg-dev \
24+ libedit-dev
2425 libpng-dev \
2526 mpg123-dev \
2627 openjpeg-dev \
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ init_diagram: |
8383 "beets:latest" <- Base Images
8484# changelog
8585changelogs :
86+ - {date: "01.02.26:", desc: "Rebase to Alpine 3.23."}
8687 - {date: "27.01.25:", desc: "Rebase to Alpine 3.21."}
8788 - {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
8889 - {date: "28.08.24:", desc: "Rebase to Alpine 3.20, switch from Pillow to Imagemagick."}
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ convert:
1212 opts : -ab 320k -ac 2 -ar 48000
1313 max_bitrate : 320
1414 threads : 1
15-
15+
1616paths :
1717 default : $albumartist/$album%aunique{}/$track - $title
1818 singleton : Non-Album/$artist - $title
1919 comp : Compilations/$album%aunique{}/$track - $title
20- albumtype_soundtrack : Soundtracks/$album/$track $title
21-
20+ albumtype_soundtrack : Soundtracks/$album/$track $title
21+
2222import :
2323 write : yes
2424 copy : yes
@@ -38,9 +38,10 @@ embedart:
3838
3939fetchart :
4040 auto : yes
41-
41+
4242replaygain :
4343 auto : no
44+ command : mp3gain
4445
4546scrub :
4647 auto : yes
You can’t perform that action at this time.
0 commit comments