{"id":13522868,"url":"https://github.com/mpdel/libmpdel","last_synced_at":"2025-03-31T23:32:33.876Z","repository":{"id":43367760,"uuid":"121950883","full_name":"mpdel/libmpdel","owner":"mpdel","description":"Emacs library to communicate with Music Player Daemon (MPD)","archived":false,"fork":false,"pushed_at":"2023-10-30T07:49:39.000Z","size":170,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-02T07:33:19.592Z","etag":null,"topics":["emacs-package","mpd","mpd-client","music-player"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpdel.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":"damien-cassou","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"DamienCassou","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-02-18T12:43:54.000Z","updated_at":"2023-01-09T00:39:31.000Z","dependencies_parsed_at":"2023-02-10T02:25:11.792Z","dependency_job_id":"4a89654d-1b60-40c8-af83-dbc92042575d","html_url":"https://github.com/mpdel/libmpdel","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdel%2Flibmpdel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdel%2Flibmpdel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdel%2Flibmpdel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdel%2Flibmpdel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpdel","download_url":"https://codeload.github.com/mpdel/libmpdel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558108,"owners_count":20796696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs-package","mpd","mpd-client","music-player"],"created_at":"2024-08-01T06:00:53.126Z","updated_at":"2025-03-31T23:32:28.860Z","avatar_url":"https://github.com/mpdel.png","language":"Emacs Lisp","funding_links":["https://opencollective.com/damien-cassou","https://liberapay.com/DamienCassou","https://liberapay.com/DamienCassou/donate"],"categories":["Customize Module"],"sub_categories":[],"readme":"* libmpdel\n  #+BEGIN_HTML\n      \u003cp\u003e\n        \u003ca href=\"https://stable.melpa.org/#/libmpdel\"\u003e\n          \u003cimg alt=\"MELPA Stable\" src=\"https://stable.melpa.org/packages/libmpdel-badge.svg\"/\u003e\n        \u003c/a\u003e\n\n        \u003ca href=\"https://melpa.org/#/libmpdel\"\u003e\n          \u003cimg alt=\"MELPA\" src=\"https://melpa.org/packages/libmpdel-badge.svg\"/\u003e\n        \u003c/a\u003e\n\n        \u003ca href=\"https://github.com/mpdel/libmpdel/actions\"\u003e\n          \u003cimg alt=\"pipeline status\" src=\"https://github.com/mpdel/libmpdel/actions/workflows/test.yml/badge.svg\" /\u003e\n        \u003c/a\u003e\n      \u003c/p\u003e\n  #+END_HTML\n\n** Summary\n\nThe package libmpdel is an Emacs library client to communicate with\n[[https://www.musicpd.org/][Music Player Daemon]] (MPD), a flexible, powerful, server-side\napplication for playing music. For a user interface, please check the\n[[https://github.com/mpdel/mpdel][mpdel]] project instead (which depends on this one).\n\n** Installing\n\nGet libmpdel from [[https://melpa.org/#/libmpdel][melpa]] or [[https://stable.melpa.org/#/libmpdel][melpa stable]]. You can also clone the git\nrepository.\n\nYou need to install and (quickly) configure an [[https://www.musicpd.org/][MPD server]] if you don't\nhave any yet. Don't worry, that's simple and you won't regret it.\n\n** Usage\n\nThis code is a library and is meant for Emacs Lisp developers. The\nsource code is well documented and organized in sections. Please have\na look at it.\n\n*** Entities\n\nThe library is implemented around a set of entities.\n\n| *Name*           | *Type*    | *Fields*             | *Description*                                           |\n|------------------+-----------+----------------------+---------------------------------------------------------|\n| song             | structure | name, album, file, … |                                                         |\n| album            | structure | name, artist         |                                                         |\n| artist           | structure | name                 |                                                         |\n| directory        | structure | name, path           |                                                         |\n| stored-playlist  | structure | name                 | A named user-specified sequence of songs                |\n| search-criteria  | structure | type, what           | Read the [[https://www.musicpd.org/doc/protocol/database.html][protocol documentation]]                         |\n| filter           | structure | text                 | Read the [[https://www.musicpd.org/doc/html/protocol.html#filters][protocol documentation]]                         |\n|------------------+-----------+----------------------+---------------------------------------------------------|\n| artists          | symbol    | /none/               | Represent the set of all artists                        |\n| albums           | symbol    | /none/               | Represent the set of all albums                         |\n| directories      | symbol    | /none/               | Represent all directories in ~libmpdel-music-directory~ |\n| current-playlist | symbol    | /none/               | Represent the currently played sequence of songs        |\n| stored-playlists | symbol    | /none/               | Represent the set of all stored playlists               |\n\nMany functions in MPDel work on several kinds of entities (e.g.,\n~libmpdel-list~). These methods are implemented with ~cl-defgeneric~\nand ~cl-defmethod~.\n\n** License\n\nSee [[file:COPYING][COPYING]]. Copyright (c) 2018-2023 Damien Cassou.\n\n#+BEGIN_HTML\n\u003ca href=\"https://liberapay.com/DamienCassou/donate\"\u003e\n  \u003cimg alt=\"Donate using Liberapay\" src=\"https://liberapay.com/assets/widgets/donate.svg\"\u003e\n\u003c/a\u003e\n#+END_HTML\n\n#  LocalWords:  MPDel MPD minibuffer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpdel%2Flibmpdel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpdel%2Flibmpdel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpdel%2Flibmpdel/lists"}