| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go. It supports both light and dark desktop theme.
It supports library browsing and search, playlists, streams etc.
Watch Ymuse feature tour video:
git clone https://github.com/yktoo/ymuse.git
cd ymuse
go generate
go buildsudo cp -r resources/icons/* /usr/share/icons/
sudo cp -r resources/i18n/generated/* /usr/share/locale/
sudo update-icon-caches /usr/share/icons/hicolor/*This will create the application executable ymuse in the project root directory, which you can run straight away.
Requires goreleaser installed.
goreleaser release --clean --skip=publish [--snapshot]Install and run snapcraft (it will also ask to install Multipass, which you'll have to confirm):
snap install snapcraft
snapcraft clean # Optional, when rebuilding the snap
snapcraftSee COPYING.
| Back | FazBrowse Home | New Git URL |