{"id":26964443,"url":"https://github.com/nicklayb/elixir-mpd","last_synced_at":"2026-04-28T20:06:26.299Z","repository":{"id":62429931,"uuid":"267934162","full_name":"nicklayb/elixir-mpd","owner":"nicklayb","description":"Elixir Music Player Daemon service","archived":false,"fork":false,"pushed_at":"2020-05-29T21:04:56.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-18T20:29:39.092Z","etag":null,"topics":["elixir","erlang","genserver","mpd","music","tcp"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicklayb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-29T19:02:50.000Z","updated_at":"2021-12-18T07:00:52.000Z","dependencies_parsed_at":"2022-11-01T20:09:57.676Z","dependency_job_id":null,"html_url":"https://github.com/nicklayb/elixir-mpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Felixir-mpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Felixir-mpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Felixir-mpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Felixir-mpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicklayb","download_url":"https://codeload.github.com/nicklayb/elixir-mpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246948026,"owners_count":20859365,"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":["elixir","erlang","genserver","mpd","music","tcp"],"created_at":"2025-04-03T06:31:32.217Z","updated_at":"2026-04-28T20:06:26.233Z","avatar_url":"https://github.com/nicklayb.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mpd\n\nMPD (Music Player Daemon) is commonly used on UNIX.\n\n  It's a TCP server that plays music in the background which allows a lot of possibility.\n\n  [See here](https://www.musicpd.org/doc/html/index.html)\n\n  The ultimate goal is to have full abilities on MPD server through GenServers.\n\n## Installation\n\nThe package can be installed by adding `mpd` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:mpd, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\n### Mpd.Player\n\nThe package now includes a Player GenServer that you can use to have the player's current state and playing song. It also listens on change and gets updated on change\n\nSee documentation for more info\n\n### Mpd.Database (WIP)\n\nThe goal is to have cached or quickly accessible database copy and have it accessible as a gen server.\n\nSee documentation for it's progress\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklayb%2Felixir-mpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklayb%2Felixir-mpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklayb%2Felixir-mpd/lists"}