https://github.com/httpanimation/mu2c
Because music clients are always just so bad
https://github.com/httpanimation/mu2c
advanced c linux linux-first macos
Last synced: about 1 year ago
JSON representation
Because music clients are always just so bad
- Host: GitHub
- URL: https://github.com/httpanimation/mu2c
- Owner: HttpAnimation
- License: gpl-3.0
- Created: 2024-03-07T04:09:56.000Z (about 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-03-09T05:35:42.000Z (about 2 years ago)
- Last Synced: 2024-03-10T05:35:08.697Z (about 2 years ago)
- Topics: advanced, c, linux, linux-first, macos
- Language: Makefile
- Homepage: https://httpanimation.github.io/Mu2c/
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mu2c/stable
Mu2c is a music client made for Linux becuase other clients are not good for one reason or another.
## Needed things to install
1) mpg123
```
sudo dnf install mpg123
```
## Installing
```bash
```
## Building
1) Install gstreamer1-devel
```bash
sudo dnf install gstreamer1-devel
```