GithubHelp home page GithubHelp logo

jaor / libmpdel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mpdel/libmpdel

0.0 1.0 0.0 124 KB

Emacs library to communicate with Music Player Daemon (MPD)

Home Page: https://gitea.petton.fr/mpdel/libmpdel

License: GNU General Public License v3.0

Makefile 1.07% Emacs Lisp 98.93%

libmpdel's Introduction

libmpdel

<a href=”https://stable.melpa.org/#/libmpdel”> <img alt=”MELPA Stable” src=”https://stable.melpa.org/packages/libmpdel-badge.svg”/> </a> <a href=”https://melpa.org/#/libmpdel”> <img alt=”MELPA” src=”https://melpa.org/packages/libmpdel-badge.svg”/> </a> <a href=”https://drone.petton.fr/mpdel/libmpdel”> <img src=”https://drone.petton.fr/api/badges/mpdel/libmpdel/status.svg” /> </a> </p>

Summary

The package libmpdel is an Emacs library client to communicate with Music Player Daemon (MPD), a flexible, powerful, server-side application for playing music. For a user interface, please check the mpdel project instead (which depends on this one).

Installing

Get libmpdel from melpa or melpa stable. You can also clone the git repository.

You need to install and (quickly) configure an MPD server if you don’t have any yet. Don’t worry, that’s simple and you won’t regret it.

Usage

This code is a library and is meant for Emacs Lisp developers. The source code is well documented and organized in sections. Please have a look at it.

Entities

The library is implemented around a set of entities.

NameTypeFieldsDescription
songstructurename, album, file, …
albumstructurename, artist
artiststructurename
stored-playliststructurenameA named user-specified sequence of songs
search-criteriastructuretype, whatRead the protocol documentation
filterstructuretextRead the protocol documentation
artistssymbolnoneRepresent the set of all artists
albumssymbolnoneRepresent the set of all albums
current-playlistsymbolnoneRepresent the currently played sequence of songs
stored-playlistssymbolnoneRepresent the set of all stored playlists

Many functions in MPDel work on several kinds of entities (e.g., libmpdel-list). These methods are implemented with cl-defgeneric and cl-defmethod.

License

See COPYING. Copyright (c) 2018 Damien Cassou.

<a href=”https://liberapay.com/DamienCassou/donate”> <img alt=”Donate using Liberapay” src=”https://liberapay.com/assets/widgets/donate.svg”> </a>

libmpdel's People

Contributors

damiencassou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.