Skip to content

Commit 4196502

Browse files
authored
#699 add aenum package (#700)
1 parent d93d670 commit 4196502

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/install/install-mediaserver-python-packages-subsonic.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ if [[ "${BUILD_MODE}" = "full" ]]; then
1010
else
1111
pip install --break-system-packages subsonic-connector==0.3.12 python-dateutil python-dotenv
1212
fi
13+
# install aenum
14+
pip install --break-system-packages aenum
1315
fi

app/install/install-mediaserver-python-packages-tidal.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ if [[ "${BUILD_MODE}" = "full" ]]; then
1010
else
1111
pip install --break-system-packages tidalapi==0.8.11
1212
fi
13+
# install aenum
14+
pip install --break-system-packages aenum
1315
fi

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Change Date|Major Changes
44
---|---
5+
2026-09-09|Add aenum package for tidal and subsonic plugins (see [#699](https://github.com/GioF71/upmpdcli-docker/issues/699))
56
2026-09-03|Submodule `master` updated to Tidal Plugin 0.8.16
67
2026-09-03|Include latest commit from upstream (see [#696](https://github.com/GioF71/upmpdcli-docker/issues/696))
78
2026-09-03|Fix pyradios installation (see [#694](https://github.com/GioF71/upmpdcli-docker/issues/694))

0 commit comments

Comments
 (0)