06-01-2020, 10:50 PM
Whoa. Looks like my job here is done.
I just checked the binaries in moOde 6.5.2. The two versions of mpd are stored in /var/www/inc.
while
So, if you select the mpd-0.22~git (Test) in the Audio Config screen, you should be good to go with what you have.
Regards,
Kent
I just checked the binaries in moOde 6.5.2. The two versions of mpd are stored in /var/www/inc.
Code:
pi@moodeTst:/var/www/inc $ ./mpd-0.21.22 -V
Music Player Daemon 0.21.22 (0.21.22)
...
Protocols:
file:// alsa:// tidal:// qobuz:// http:// https:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// cdda://
...
while
Code:
pi@moodeTst:/var/www/inc $ ./mpd-0.22~git -V|more
Music Player Daemon 0.22~git (0.22~git)
...
Protocols:
file:// alsa:// cdda:// ftp:// ftps:// gopher:// http:// https:// mmsh:// mmst:// qobuz:// rtmp:// rtmps:// rtmpt:// rtmpts:// rtp:// scp:// sftp:// smb:// srtp:// tidal://
So, if you select the mpd-0.22~git (Test) in the Audio Config screen, you should be good to go with what you have.
Regards,
Kent