{"id":18626579,"url":"https://github.com/matdombrock/asayake-player","last_synced_at":"2026-04-28T17:35:15.712Z","repository":{"id":117888362,"uuid":"216554931","full_name":"matdombrock/Asayake-Player","owner":"matdombrock","description":"A simple, modular and highly customizable HTML 5 audio player for WordPress with support for playlists. ","archived":false,"fork":false,"pushed_at":"2020-01-15T04:28:58.000Z","size":107,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T08:11:40.991Z","etag":null,"topics":["audio","audio-player","audio-playlists","playlist","plugin","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/matdombrock.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":"2019-10-21T11:48:30.000Z","updated_at":"2020-01-15T04:29:00.000Z","dependencies_parsed_at":"2023-05-26T04:45:44.090Z","dependency_job_id":null,"html_url":"https://github.com/matdombrock/Asayake-Player","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matdombrock/Asayake-Player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdombrock%2FAsayake-Player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdombrock%2FAsayake-Player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdombrock%2FAsayake-Player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdombrock%2FAsayake-Player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matdombrock","download_url":"https://codeload.github.com/matdombrock/Asayake-Player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdombrock%2FAsayake-Player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["audio","audio-player","audio-playlists","playlist","plugin","wordpress","wordpress-plugin"],"created_at":"2024-11-07T04:38:24.222Z","updated_at":"2026-04-28T17:35:15.698Z","avatar_url":"https://github.com/matdombrock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asayake (Sunrise) Player\nA simple, modular and highly customizable HTML 5 audio player for WordPress with support for playlists. \n\n![screenshot](https://github.com/matdombrock/asayake-player/blob/master/img/aplayer.png?raw=true)\n## Features\n* **Built-in shortcode creation interface**.\n* Supports files directly from your WordPress install any other URL.\n* No configuration required.\n* Easy to use shortcodes.\n* Shortcode Generator.\n* Full support for both playlists \u0026 stand-alone players.\n* Playlists automatically play the next song on the list.\n* Supports timeline scrubbing.\n* \"Smart Playback\" ensures only one audio source can be playing on the page at once.\n* Integrates with almost any theme.\n* Highly \"themeable\" with custom CSS.\n* Works with Gutenberg, Classic Editor and most page builders.\n\n## Nerd Features\n* Fully HTML5 Compliant. Uses the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API).\n* Pure vanilla Javascript. No external libraries or requirements.\n\n## Usage\nDownload and install the project to the directory ```plugins/asayake/```.\n\nActivate the plugin.\n\n-------\n**Setting up a stand-alone player:**\n\nFor a simple \"stand-alone\" player insert a shortcode like this:\n```html\n [aplayer url=\"http://somesite.com/dope-beat.wav\"]\n```\n\nYou can also supply optional metadata to the shortcode to display the track title, artist and album:\n```html\n[aplayer url=\"http://somesite.com/dope-beat.wav\" title='Dope Beat' artist='Mathieu Dombrock' album=\"Imaginary Machines EP\"] \n```\n-------\n**Setting up a playlist:**\n\nInitialize a new playlist with:\n```html\n[aplayer-playlist playlist_id=\"test-playlist\"]\n```\n*Here the ```playlist_id``` value can be anything you want but make sure it's UNIQUE.*\n\nAdd a new track to the playlist with:\n```html\n[aplayer-playlist-item  playlist_id=\"test-playlist\" url=\"http://somesite.com/dope-beat.wav\" title='Dope Beat' artist='Mathieu Dombrock' album=\"Imaginary Machines EP\"]\n```\n*The ```playlist_id``` value here should match the ID you set when you initialized the playlist.*\n\n*Aside from the ```playlist_id``` value, the rest of the parameters match the meta data supplied for the stand-alone player*\n\n*The parameters aside from the ```playlist_id``` value, are optional here as well but highly suggested!*\n\n*The playlist tracks will show up in the order they are inserted into the page, with the first track loading by default.*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdombrock%2Fasayake-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatdombrock%2Fasayake-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdombrock%2Fasayake-player/lists"}