You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,22 +58,22 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
58
58
## MPD Source code
59
59
60
60
The source code for the patched MPD is in this GitHub [repo](https://github.com/GioF71/MPD).
61
-
The `version-0.24.8` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.8.
62
-
The `version-0.24.8-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
61
+
The `version-0.24.9` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.9.
62
+
The `version-0.24.9-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
63
63
Two binaries are available in the container image:
64
64
65
65
- /app/bin/compiled/mpd (upstream version)
66
66
- /app/bin/compiled/mpd-ups (patched version)
67
67
68
-
The current mpd version is `v0.24.8` when using [giof71/mpd-compiler-docker](https://github.com/GioF71/mpd-compiler-docker) as the base image ([Docker repo here](https://hub.docker.com/r/giof71/mpd-compiler)). The repo binary is installed also in this case.
68
+
The current mpd version is `v0.24.9` when using [giof71/mpd-compiler-docker](https://github.com/GioF71/mpd-compiler-docker) as the base image ([Docker repo here](https://hub.docker.com/r/giof71/mpd-compiler)). The repo binary is installed also in this case.
69
69
Vanilla versions only have the repo binary.
70
70
The `mpdscribble` version depends on the base image. See the following table:
71
71
72
72
### Image tags
73
73
74
74
Base Image|Tags|Compiled MPD version|Repo MPD version|MPDScribble version
0 commit comments