Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.21
FROM ghcr.io/linuxserver/baseimage-alpine:3.23

# set version label
ARG BUILD_DATE
Expand All @@ -21,6 +21,7 @@ RUN \
git \
gobject-introspection-dev \
jpeg-dev \
libedit-dev \
libpng-dev \
mpg123-dev \
openjpeg-dev \
Expand Down Expand Up @@ -75,7 +76,7 @@ RUN \
pip install -U --no-cache-dir \
pip \
wheel && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
beautifulsoup4 \
beets==${BEETS_VERSION} \
beets-extrafiles \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23

# set version label
ARG BUILD_DATE
Expand All @@ -21,6 +21,7 @@ RUN \
git \
gobject-introspection-dev \
jpeg-dev \
libedit-dev \
libpng-dev \
mpg123-dev \
openjpeg-dev \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ init_diagram: |
"beets:latest" <- Base Images
# changelog
changelogs:
- {date: "01.02.26:", desc: "Rebase to Alpine 3.23."}
- {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
9 changes: 5 additions & 4 deletions root/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ convert:
opts: -ab 320k -ac 2 -ar 48000
max_bitrate: 320
threads: 1

paths:
default: $albumartist/$album%aunique{}/$track - $title
singleton: Non-Album/$artist - $title
comp: Compilations/$album%aunique{}/$track - $title
albumtype_soundtrack: Soundtracks/$album/$track $title
albumtype_soundtrack: Soundtracks/$album/$track $title

import:
write: yes
copy: yes
Expand All @@ -38,9 +38,10 @@ embedart:

fetchart:
auto: yes

replaygain:
auto: no
command: mp3gain

scrub:
auto: yes
Expand Down