cryMPD

Version, currently 0.3.04 versions

github.com/mamantoha/cryMPD

A minimalistic web-based MPD client

17 stars
0 dependents
License: MIT

Nothing has been indexed for 0.3.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  cryMPD:
    github: mamantoha/cryMPD
    version: ~> 0.3.0

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.3.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

# cryMPD

[![Built with Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg?style=?style=plastic&logo=appveyor)](https://crystal-lang.org/)

Control [Music Player Daemon](https://www.musicpd.org/) audio playing in the browser

![Screenshot](https://github.com/mamantoha/cryMPD/raw/master/public/images/screenshot.png)

## Features

- [x] Controlling playback (play, pause, skip next, and skip back)
- [x] Scroll current song
- [x] Playback options (shuffle, repeat, and repeat once)
- [x] Change volume
- [x] Change song in the playlist
- [x] A database update
- [x] Displays statistics

## Install

You can install `cryMPD` in different ways.

### Binaries

The project offers precompiled binary packages for Linux and macOS.

You can obtain the standalone binary for `cryMPD` from the [releases](https://github.com/mamantoha/cryMPD/releases) page, available for download.

```
./bin/crympd
[development] cryMPD is ready to lead at http://0.0.0.0:3001
```

### From sources

`cryMPD` requires [Crystal](https://crystal-lang.org/install/) and [Node.js](https://nodejs.org/en/download/) to be installed.

Clone this repository:

```console
https://github.com/mamantoha/cryMPD.git
cd cryMPD/
```

Install and build `npm` dependencies:

```console
npm install
npm run build
```

Install Crystal dependencies:

```console
shards install
```

Run server:

```console
crystal ./src/crympd.cr
[development] cryMPD is ready to lead at http://0.0.0.0:3001
```

```console
crystal ./src/crympd.cr --mpd_host 192.168.1.1 --mpd_port 6601
```

## Contributing

1. Fork it (<https://github.com/mamantoha/cryMPD/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Anton Maminov](https://github.com/mamantoha) - creator and maintainer