{"id":18471537,"url":"https://github.com/matteopolak/jukebox","last_synced_at":"2026-05-04T01:35:05.600Z","repository":{"id":64638389,"uuid":"504969852","full_name":"matteopolak/jukebox","owner":"matteopolak","description":"A feature-packed music player for Discord.","archived":false,"fork":false,"pushed_at":"2025-11-19T05:20:02.000Z","size":3721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T05:28:11.074Z","etag":null,"topics":["bot","discord","music","soundcloud","spotify","typescript","youtube"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteopolak.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-18T23:18:40.000Z","updated_at":"2025-11-19T05:20:05.000Z","dependencies_parsed_at":"2023-12-03T06:19:53.445Z","dependency_job_id":null,"html_url":"https://github.com/matteopolak/jukebox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matteopolak/jukebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fjukebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fjukebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fjukebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fjukebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteopolak","download_url":"https://codeload.github.com/matteopolak/jukebox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fjukebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["bot","discord","music","soundcloud","spotify","typescript","youtube"],"created_at":"2024-11-06T10:17:15.557Z","updated_at":"2026-05-04T01:35:05.586Z","avatar_url":"https://github.com/matteopolak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"128\" width=\"384\" src=\"https://github.com/matteopolak/jukebox/blob/main/readme_assets/logo.png\"\u003e\n\u003c/p\u003e\n\n![Build Status](https://github.com/matteopolak/jukebox/actions/workflows/ci.yml/badge.svg)\n[![License:MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[Jukebox](https://github.com/matteopolak/jukebox) is a Discord bot that plays music in voice channels from Spotify, YouTube, Apple Music, and SoundCloud.\n\n⚠️ To abide by Discord and YouTube ToS, playing copyrighted content from YouTube is strictly forbidden and I am not responsible for any consequences taken against you.\n\n## Features\n\n* 16 audio effects\n* Supports 3 major music providers\n  * **Spotify** albums, playlists, and singles\n  * **YouTube** playlists and singles\n  * **Apple Music** albums, playlists, and singles\n  * **SoundCloud** albums, playlists, and singles\n* Dedicated channel to request and control music\n* Support for playing restricted YouTube content\n* Voice commands with Wit.ai\n\n### Commands\n\n* `/chart \u003cname\u003e [play]`\n  * Adds a Spotify chart playlist the the queue.\n  * `name`\n    * The name of the chart to add.\n  * `play`\n    * Whether to play the result immediately.\n* `/create`\n  * Creates a new audio player in the current channel.\n* `/invite`\n  * Provides an invite link for the bot.\n* `/play \u003cquery\u003e`\n  * Plays the result of the query immediately.\n  * `query`\n    * Any query, such as a link or search term.\n* `/playlist \u003ctitle\u003e [play]`\n  * Adds a playlist to the queue.\n  * `title`\n    * The title of the playlist.\n  * `play`\n    * Whether to play the result immediately.\n\n### Voice commands\n\n⚠️ Voice commands are enabled by default. To disable them, **Server Deafen** the bot.\n\n* `\"hey bot play \u003cquery\u003e\"`\n  * Adds a song to the playlist.\n  * `query`\n    * The name of the song.\n* `\"hey bot pause\"`\n  * Pauses the current track.\n* `\"hey bot resume\"`\n  * Resumes the current track.\n* `\"hey bot skip\"`\n  * Skips the current track.\n* `\"hey bot previous\"`\n  * Plays the previous track.\n* `\"hey bot autoplay\"`\n  * Toggles autoplay mode.\n* `\"hey bot shuffle\"`\n  * Toggles shuffle mode.\n* `\"hey bot repeat\"`\n  * Toggles repeat between three modes: **Repeat One**, **Repeat**, and **None**\n\n## Installation and usage\n\nWith pnpm:\n\n```bash\n# install dependencies\npnpm install\npnpm run build\n\n# start the bot\nnode build/index.js\n```\n\nWith yarn:\n\n```bash\n# install dependencies\nyarn install\nyarn run build\n\n# start the bot\nnode build/index.js\n```\n\nWith npm:\n\n```bash\n# install dependencies\nnpm install\nnpm run build\n\n# start the bot\nnode build/index.js\n```\n\n## Screenshots\n\nComing soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteopolak%2Fjukebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteopolak%2Fjukebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteopolak%2Fjukebox/lists"}