mpc4s-client

A mpd client library based on fs2

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.eikek
ArtifactId

ArtifactId

mpc4s-client_2.12
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

mpc4s-client
A mpd client library based on fs2
Project URL

Project URL

https://github.com/eikek/mpc4s
Project Organization

Project Organization

com.github.eikek
Source Code Management

Source Code Management

https://github.com/eikek/mpc4s.git

Download mpc4s-client_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.eikek/mpc4s-client_2.12/ -->
<dependency>
    <groupId>com.github.eikek</groupId>
    <artifactId>mpc4s-client_2.12</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eikek/mpc4s-client_2.12/
implementation 'com.github.eikek:mpc4s-client_2.12:0.3.2'
// https://jarcasting.com/artifacts/com.github.eikek/mpc4s-client_2.12/
implementation ("com.github.eikek:mpc4s-client_2.12:0.3.2")
'com.github.eikek:mpc4s-client_2.12:jar:0.3.2'
<dependency org="com.github.eikek" name="mpc4s-client_2.12" rev="0.3.2">
  <artifact name="mpc4s-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eikek', module='mpc4s-client_2.12', version='0.3.2')
)
libraryDependencies += "com.github.eikek" % "mpc4s-client_2.12" % "0.3.2"
[com.github.eikek/mpc4s-client_2.12 "0.3.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.github.eikek : mpc4s-protocol_2.12 jar 0.3.2
co.fs2 : fs2-core_2.12 jar 0.10.7
co.fs2 : fs2-io_2.12 jar 0.10.7

test (2)

Group / Artifact Type Version
io.monix : minitest_2.12 jar 2.8.2
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

MPC4S - music player daemon client

This project provides a Scala library for connecting to MPD and a web based user interface for controlling MPD and browsing your music library.

Please see the micro site for more information.

Screenshot (probably outdated)

Feedback

As always, feedback is very welcome! Drop me a mail or create an issue.

License

This project is distributed under the GPLv3

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0