Skip to content

Commit

Permalink
Retrocompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Nov 14, 2023
1 parent e8a8e0c commit 3e43bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ I am now a contributor to upmpdcli for this plugin. See the git repository forks
The plugin uses my [subsonic-connector](https://github.com/GioF71/subsonic-connector) library which in turn is built around [py-sonic](https://github.com/crustymonkey/py-sonic).
Everything has been developed and tested against [Navidrome](https://www.navidrome.org/) but should work with other servers hopefully.
See [this](https://github.com/navidrome/navidrome/discussions/2324) discussion on the Navidrome repo for updates and further information.
The current version of the image includes Subsonic Plugin version `0.2.6`.
The current version of the image includes Subsonic Plugin version `0.1.17`.
If you use upmpdcli as a renderer for this plugin, you might probably want to setup a scrobbler, so that the Subsonic server can keep track of what you are playing. See [this](https://github.com/GioF71/mpd-subsonic-scrobbler) repository for more details.

### Scrobbling
Expand Down
2 changes: 1 addition & 1 deletion app/install/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$BUILD_MODE" = "full" ]; then
if [ $add_switch -eq 1 ]; then
pip_upgrade="$pip_upgrade --break-system-packages"
fi
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen tidalapi==0.7.3)
python_packages=(pyradios py-sonic subsonic-connector==0.1.17 mutagen tidalapi==0.7.3)
for pkg in "${python_packages[@]}"
do
echo "Installing ${pkg} with add_switch [$add_switch]..."
Expand Down

0 comments on commit 3e43bb5

Please sign in to comment.