{"id":17659857,"url":"https://github.com/raphamorim/clapton","last_synced_at":"2026-03-27T04:31:22.057Z","repository":{"id":70741531,"uuid":"99165895","full_name":"raphamorim/clapton","owner":"raphamorim","description":"Yet Another Open Source Desktop Media Player","archived":false,"fork":false,"pushed_at":"2018-05-02T00:47:02.000Z","size":26450,"stargazers_count":50,"open_issues_count":12,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-31T22:27:24.030Z","etag":null,"topics":["clappr","clappr-player","electron","electron-app","player","player-video","torrent","torrent-client","video","video-player","webtorrent"],"latest_commit_sha":null,"homepage":"https://raphamorim.io/clapton/","language":"JavaScript","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/raphamorim.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":"2017-08-02T22:23:28.000Z","updated_at":"2025-04-13T15:21:52.000Z","dependencies_parsed_at":"2023-03-11T09:08:10.493Z","dependency_job_id":null,"html_url":"https://github.com/raphamorim/clapton","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/raphamorim/clapton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fclapton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fclapton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fclapton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fclapton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphamorim","download_url":"https://codeload.github.com/raphamorim/clapton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fclapton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31019359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"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":["clappr","clappr-player","electron","electron-app","player","player-video","torrent","torrent-client","video","video-player","webtorrent"],"created_at":"2024-10-23T16:08:28.399Z","updated_at":"2026-03-27T04:31:22.038Z","avatar_url":"https://github.com/raphamorim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clapton ⛱️\n\n\u003e Yet Another Open Source Media Player\n\n![Example](assets/images/clapton.png)\n\n## About\n\nClapton is a Open Source Media Player.\n\n**It's still under development.**\n\nThen the only way to get Clapton is getting the development version, [see how to build it](#developing).\n\n## Features\n\n- Yet Another Open Source Media Player 🦄 🦄 🦄\n- [Hackable](#hackable)\n- [Torrent Stream Support](#torrent-stream-support)\n- Allows multiples Source (automatic playlist)\n- Chromecast Integration (only at `0.2.0` - [issue #6](https://github.com/raphamorim/clapton/issues/6))\n- Airplay Integration (only at `0.2.0` - [issue #2](https://github.com/raphamorim/clapton/issues/6))\n- [Suggest a feature](https://github.com/raphamorim/clapton/issues/new)\n\n## Hackable\n\nClapton can load local Clappr Plugins. You only need to specify a `~/.claptonconfig` on your `$HOME`\n\nYou can create running:\n\n```bash\n$ touch $HOME/claptonconfig.json\n```\nSample:\n\n```json\n{\n  \"defaults\": {\n    \"theaterSource\": \"absolute-path-to-my-video\",\n    \"extendStyle\": \"absolute-path-to-my-css-file\"\n  },\n  \"plugins\": [\n    \"absoulute-path-to-my-plugin\",\n    \"absoulute-path-to-my-second-plugin\"\n  ]\n}\n```\n\n|Property         |Description|\n|-----------------------|---------------------------------------|\n|`theaterSource` | (string) Path to the Theater Clapton's Video|\n|`extendStyle` | (string) Path to css file which overwrite [common.css](https://github.com/raphamorim/clapton/blob/master/assets/stylesheet/common.css) styles|\n|`persistTorrentFiles`| (boolean, default: `false`) Persist Torrent downloaded files|\n\nNote: `claptonconfig.json` is optional.\n\nNote2: Plugins will be available only at `\u003e= Clapton 0.2.0`\n\n## Torrent Stream Support\n\n[![Torrent Stream Support](http://i.imgur.com/qMMJItW.png)](https://vimeo.com/230344225 \"Torrent Stream Support\")\n\n## Create a Plugin for Clapton\n\n#### [Generator-Clappr-Plugin](https://github.com/clappr/generator-clappr-plugin)\n\n## Migrating Clappr External Plugins to Clapton\n\nMost part of current plugins are being tested on `Clapton 0.2.0`. Help us to integrate.\n\n|Plugin         |Status|URL|\n|-----------------------|---------------------------------------|--------------------------------------------------------|\n|Thumbnails on seekbar| WIP| https://github.com/tjenkinson/clappr-thumbnails-plugin |\n|Markers       | WIP| https://github.com/tjenkinson/clappr-markers-plugin |\n|Level Selector| WIP| https://github.com/clappr/clappr-level-selector-plugin |\n|360 videos| WIP| https://github.com/thiagopnts/video-360 |\n|Chromecast| WIP| https://github.com/clappr/clappr-chromecast-plugin |\n|DASH with shaka| WIP| https://github.com/clappr/dash-shaka-playback |\n|Clappr Stats | WIP| https://github.com/leandromoreira/clappr-stats |\n|Pause while far| WIP| https://github.com/leandromoreira/clappr-pause-tab-visibility |\n|RTMP           | WIP| https://github.com/clappr/clappr-rtmp-plugin |\n|Picture-in-Picture | WIP| https://github.com/tjenkinson/clappr-pip-plugin |\n|Comments on seekbar| WIP | https://github.com/Metrakit/clappr-comment-plugin |\n|Voice control| WIP | https://github.com/flavioribeiro/clappr-speech-control-plugin |\n|Dash           | WIP | https://github.com/shankardevy/clappr-dash-plugin | |\n|Youtube        | WIP | https://github.com/towerz/clappr-youtube-playback |\n\n## Supported Formats\n\nVersion       |HLS|MP4|OGV|MKV|MP3|WEBM| DASH | RTMP | JPG/PNG/GIF |\n-------------|---|---|---|---|---|----|------|------|-------------|\n 0.1.8 | ✔ | ✔ | ✔ | partial support* | ✔ |  ✔ | ![dash](http://flv.io/external3.png) | ![rtmp](http://flv.io/external3.png) | ✔\n\n![rtmp](http://flv.io/external3.png) means that the support is made by an external plugin.\n\n**Partial Support** means that you can play this file formats, however using a fallback player:\n\n![Fallback](assets/images/fallback-player.png)\n\n## Developing\n\nClone the project:\n\n```bash\n$ git clone https://github.com/raphamorim/clapton.git\n```\n\nOpen clapton folder and then install dependencies:\n\n```bash\n$ npm install\n```\n\nThen start project\n\n```bash\n$ npm run start\n```\n\n## Credits\n\nClapton was created by [@raphamundi](https://twitter.com/raphamundi).\n\nPowered by [Electron](https://github.com/electron/electron), [Clappr](https://github.com/clappr/clappr) and [WebTorrent](https://github.com/webtorrent/webtorrent).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Fclapton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphamorim%2Fclapton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Fclapton/lists"}