Skip to content

Commit

Permalink
install upmpdcli for DLNA
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 13, 2025
1 parent 9bc8cab commit 76a424a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ apt update && apt install -y upmpdcli mpd
cp -v /mounted-github-repo/tuning/mpd.conf /etc/mpd.conf
cp -v /mounted-github-repo/tuning/upmpdcli.conf /etc/upmpdcli.conf

ln -s /usr/lib/systemd/system/mpd.service /etc/systemd/system/multi-user.target.wants/mpd.service
ln -s /usr/lib/systemd/system/upmpdcli.service /etc/systemd/system/multi-user.target.wants/upmpdcli.service

#echo "Installing Balena Wifi-connect..."
#bash /mounted-github-repo/packages/setup_balena_wifi.sh
Expand Down
10 changes: 9 additions & 1 deletion build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ cp -v /mounted-github-repo/services/ovos-ocp-pause-signal /usr/libexec/ovos-ocp-
cp -v /mounted-github-repo/services/ovos-ocp-play-signal /usr/libexec/ovos-ocp-play-signal
cp -v /mounted-github-repo/services/ovos-ocp-stop-signal /usr/libexec/ovos-ocp-stop-signal

chmod +x /usr/libexec/ovos-stop \
/usr/libexec/ovos-restart-signal \
/usr/libexec/ovos-reboot-signal \
/usr/libexec/ovos-shutdown-signal \
/usr/libexec/ovos-ocp-pause-signal \
/usr/libexec/ovos-ocp-play-signal \
/usr/libexec/ovos-ocp-stop-signal

echo "Installing OVOS Rust Messagebus..."
bash /mounted-github-repo/packages/setup_rustbus.sh

Expand All @@ -149,7 +157,7 @@ echo "Installing skills..."
uv pip install --no-progress --pre ovos-core[skills-essential,skills-audio,skills-media,skills-internet,skills-extra]

echo "Installing PHAL plugins..."
uv pip install --no-progress --pre ovos-phal[extras,linux,mk1] ovos-PHAL-plugin-dotstar
uv pip install --no-progress --pre ovos-phal[extras,linux,mk1] ovos-PHAL-plugin-dotstar ovos-phal-plugin-camera

echo "Installing OVOS Spotify..."
uv pip install --no-progress --pre ovos-media-plugin-spotify ovos-skill-spotify
Expand Down

0 comments on commit 76a424a

Please sign in to comment.