{"id":30273018,"url":"https://github.com/vindarel/lem-media-player","last_synced_at":"2026-02-10T03:02:28.824Z","repository":{"id":306663705,"uuid":"1026791166","full_name":"vindarel/lem-media-player","owner":"vindarel","description":"Read media files in Lem with mpv","archived":false,"fork":false,"pushed_at":"2025-07-26T20:41:11.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-27T00:24:06.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/vindarel.png","metadata":{"files":{"readme":"README.markdown","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["vindarel"],"ko_fi":"vindarel"}},"created_at":"2025-07-26T16:10:13.000Z","updated_at":"2025-07-26T20:41:14.000Z","dependencies_parsed_at":"2025-07-27T00:25:56.021Z","dependency_job_id":"b5ac0d25-a03b-4aee-b8dd-84b96e28fb63","html_url":"https://github.com/vindarel/lem-media-player","commit_stats":null,"previous_names":["vindarel/lem-media-player"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vindarel/lem-media-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Flem-media-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Flem-media-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Flem-media-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Flem-media-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vindarel","download_url":"https://codeload.github.com/vindarel/lem-media-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Flem-media-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270675044,"owners_count":24626221,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-16T06:22:50.438Z","updated_at":"2026-02-10T03:02:27.908Z","avatar_url":"https://github.com/vindarel.png","language":"Common Lisp","funding_links":["https://github.com/sponsors/vindarel","https://ko-fi.com/vindarel"],"categories":[],"sub_categories":[],"readme":"\nA simple media player for Lem, built on `mpv`.\n\n\u003e [!NOTE]\n\u003e Proof Of Concept\n\n## Installation\n\nYou must install the `mpv` player and the `socat` library.\n\n## Usage\n\nWith Lem's GUI, right click on a file (in directory mode) and click play.\n\nAvailable commands (with M-x):\n\n- media-player-play (on a file in directory mode)\n- media-player-play-directory (asks for a directory)\n- media-player-toggle: toggle play/pause\n- media-player-next/previous: play next or previous file.\n- media-player-stop\n\nWhen enabling `media-player-mode`, right click anywhere to get a\ncontext menu with player controls.\n\n![](gui-controls.png \"media player controls anywhere\")\n\n\n## From Common Lisp\n\n```lisp\n(play \"/path/to/file.mp3\")\n;; =\u003e #\u003cPLAYER {}\u003e\n\n(toggle-play/pause)\n```\n\nNB: all functions in `media-player.lisp` don't depend on Lem.\n\n\n## dev\n\nWe use `mpv`'s built-in IPC.\n\nhttps://mpv.io/manual/master/#json-ipc\n\nThis is the list of commands we can have: https://mpv.io/manual/master/#list-of-input-commands\n\nInspired by https://github.com/xenodium/ready-player/, we'd like to go to this direction (UI wise).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindarel%2Flem-media-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvindarel%2Flem-media-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindarel%2Flem-media-player/lists"}