{"id":28397385,"url":"https://github.com/emacs-eaf/eaf-music-player","last_synced_at":"2026-03-12T01:01:52.891Z","repository":{"id":39824810,"uuid":"394838828","full_name":"emacs-eaf/eaf-music-player","owner":"emacs-eaf","description":"Music player that supports playlist and audio visualization","archived":false,"fork":false,"pushed_at":"2025-04-16T15:36:13.000Z","size":15415,"stargazers_count":23,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T15:44:48.167Z","etag":null,"topics":["eaf","emacs","emacs-lisp","music","music-player"],"latest_commit_sha":null,"homepage":"","language":"Python","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/emacs-eaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-08-11T02:36:08.000Z","updated_at":"2025-06-19T14:42:47.000Z","dependencies_parsed_at":"2024-09-16T21:39:39.061Z","dependency_job_id":"68bbbbcf-917d-4418-8eb0-bbf798cdbf1d","html_url":"https://github.com/emacs-eaf/eaf-music-player","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emacs-eaf/eaf-music-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eaf%2Feaf-music-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eaf%2Feaf-music-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eaf%2Feaf-music-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eaf%2Feaf-music-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emacs-eaf","download_url":"https://codeload.github.com/emacs-eaf/eaf-music-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eaf%2Feaf-music-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30410356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"ssl_error","status_checked_at":"2026-03-12T00:40:08.439Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["eaf","emacs","emacs-lisp","music","music-player"],"created_at":"2025-06-01T01:09:15.876Z","updated_at":"2026-03-12T01:01:52.881Z","avatar_url":"https://github.com/emacs-eaf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### EAF Music Player\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"800\" src=\"./screenshot.png\"\u003e\n\u003c/p\u003e\n\nMusic Player application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).\n\n### Load application\n\n[Install EAF](https://github.com/emacs-eaf/emacs-application-framework#install) first, then add below code in your emacs config:\n\n```Elisp\n(add-to-list 'load-path \"~/.emacs.d/site-lisp/emacs-application-framework/\")\n(require 'eaf)\n(require 'eaf-music-player)\n```\n\n### Usage\n\n* `eaf-open-music-player`: Open EAF music player with local directory.\n* `eaf-open-cloud-music`: Open EAF music player with Netease favorite list, only for Chinese user.\n\n### Dependency List\n\n| Package                     | Description            |\n| :--------                   | :------                |\n| python-pytaglib, mutagen    | Parse ID3 tag          |\n| certifi, pycryptodome, rsa, | Fetch Lyrics and Cover |\n| album-art                   | Fetch Lyrics           |\n| Pillow                      | Parse Cover Pixel      |\n\n### The keybinding of EAF Music Player.\n\n| Key   | Event   |\n| :---- | :------ |\n| `\u003cf12\u003e` | open_devtools |\n| `j` | js_play_next |\n| `k` | js_play_prev |\n| `h` | js_play_random |\n| `,` | js_backward |\n| `.` | js_forward |\n| `SPC` | js_toggle_play_status |\n| `C-n` | js_scroll_up |\n| `C-p` | js_scroll_down |\n| `C-v` | js_scroll_up_page |\n| `M-v` | js_scroll_down_page |\n| `M-\u003c` | js_scroll_to_begin |\n| `M-\u003e` | js_scroll_to_bottom |\n| `g` | js_jump_to_file |\n| `t` | js_toggle_play_order |\n| `C-e` | js_sort_by_title |\n| `C-t` | js_sort_by_artist |\n| `C-m` | js_sort_by_album |\n| `C-l` | js_change_panel |\n| `C-u` | js_toggle_play_source |\n| `C-s` | search_text_forward |\n| `C-r` | search_text_backward |\n| `F` | open_link |\n| `e` | edit_tag_info |\n| `s` | show_tag_info |\n| `T` | convert_tag_coding |\n| `r` | refresh_cloud_tracks |\n| `p` | js_playlist_prev |\n| `n` | js_playlist_next |\n| `C-S-n` | js_scroll_playlist_up |\n| `C-S-p` | js_scroll_playlist_down |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eaf%2Feaf-music-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femacs-eaf%2Feaf-music-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eaf%2Feaf-music-player/lists"}