kunst
mpd
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
kunst | mpd | |
---|---|---|
4 | 59 | |
299 | 1,979 | |
- | 1.6% | |
0.0 | 9.5 | |
about 1 month ago | 5 days ago | |
Shell | C++ | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kunst
-
Perks of having a LinuxAudio setup!
Music: Music Player Daemon (The ALSA of music players!) MOC (Terminal frontend for MPD) ncmpcpp (Anyone who tells you there's a better music player for Linux than this, is a scammer!) kunst (Even blind people need Album Art to listen music ;) Spicetify (Spicey Spotify with pywal!)
-
How can I set a keybind to show album art?
It looks amazing I will definitely give it a try. I've already installed kunst, but I've found it crashes a lot.
mpd
-
MphpD - A PHP library for MPD
Last week I released v1.0.0 of MphpD - a fully-featured, dependency-free PHP library for the Music Player Daemon. It's my first take on a library so feedback and suggestions is very much welcome and appreciated.
-
Festival v1.0.0 - A music player
Eventually I'd like to continue with the other frontends I have planned, starting with festivald which will be a music daemon, similar to mpd.
-
How do I use Server as Speakers?
Well, it’s a slightly odd use case in that normally the server would just be the server and not also the player, but given the kit you’ve got it makes sense. Probably what you want is MPD plus one of the MPD web clients.
- I don't want streaming music, I just want to stream my music
-
Whole home sync'd rpi audio w plex, spotify, airplay
You want SnapCast. You'd run snapserver on your Linux box and snapclient on your Pi's. Snapserver has support for Airplay (via shairport-sync) and Spotify (via librespot). I recommend using MPD for your music library, as I don't think PlexAmp can output audio in a way that's useful for snapserver.
-
⟳ 1 apps added, 28 updated at f-droid.org
MPD (version 0.23.12): A flexible, powerful, server-side application for playing music
-
How I built a simple music player daemon in Rust with a CLI/Web UI
I love to listen to music when I work, here are some projects I'm a big fan of : mpd and mopidy.
-
C++20 Coroutines and Io_uring
Source code for CoReadTextFile() which is also a coroutine: https://github.com/CM4all/libcommon/blob/master/src/io/uring...
Sample code for libpq: https://github.com/CM4all/libcommon/blob/master/test/co/RunC... and c_ares https://github.com/CM4all/libcommon/blob/master/test/co/RunC... and libcurl https://github.com/CM4all/libcommon/blob/master/test/curl/Ru...
I wrote all of this for proprietary applications at dayjob, but the core library is open source, as is much of my dayjob code. The I/O event loop this integrates with is also used by several open source projects I maintain, e.g. the Music Player Daemon (https://github.com/MusicPlayerDaemon/MPD/tree/master/src/eve...) which can also take advantage of io_uring, though not (yet) with coroutines, only "classic" non-blocking I/O.
My code is optimized for low-overhead; the very core doesn't even use std::function because I fear its implicit heap allocations. Long ago, I used boost::asio (which also integrates well with coroutines) but didn't like it because it was too bloated for me.
I've rarely seen other nerds talk about C++ coroutines, and never about integrating them with io_uring, made me thinking I'm the only one. But maybe all the others just don't write/blog about it - I never did either...
-
Modernizing my 1980s sound system
If you want a music player that you can control from another room, you can do that by installing a very small distro such as the x86 Alpine Linux image (https://alpinelinux.org/downloads/) then the mpd daemon (https://www.musicpd.org/ - it's in standard repositories install it with "apk add mpd" from root shell) which can work headless, therefore requiring very few resources, then a suitable control app for your phone or tablet (search for mpd control app), so that you can do pretty much everything through your home WiFi from any room, basement, backyard, etc.
Should you experience noises, cracks, hum and static when connecting the netbook to an amplifier and to a mains adapter, that is a common problem of ground loops and not of that particular netbook, that will be easily solved by adding a small audio transformer in between.
-
mmtc v0.3.0 adds support for running arbitrary mpd commands
mmtc is a minimal mpd terminal client that aims to be simple yet highly configurable
What are some alternatives?
Mopidy - Mopidy is an extensible music server written in Python
owntone-server - Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
squeezelite-esp32 - ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more
balena-sound - Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
VideoLAN Client (VLC) - VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
Jellyfin - The Free Software Media System
mpv - 🎥 Command line video player
Navidrome Music Server - 🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
musikcube - a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
mocp - Music On Console Player
ChromeCast-Desktop-Audio-Streamer - Stream the sound of your desktop to your Chromecast Audio device
ncmpcpp - Featureful ncurses based MPD client inspired by ncmpc