1.5 KiB
1.5 KiB
Beautiful media player for Phosh
Yep, it's written in Vala
Galery
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Installing from my nightly repo
- Add my nightly repo
- Install plugin
sudo apk add phosh-plugin-mediaplayer@nightly
- Enable plugin for quick settings and/or for lockscreen
Enabling plugin
You can enable it via gsettings
gsettings set sm.puri.phosh.plugins quick-settings "['media-player']"
gsettings set sm.puri.phosh.plugins lock-screen "['media-player']"
Or you can use phosh-mobile-settings
app
Building
We use the meson (and thereby Ninja) build system for phosh. The quickest way to get going is to do the following:
meson setup _build
meson install -C _build
License
phosh-media-player are licensed under the GPL-3.0-or-later licence.