{"id":20417719,"url":"https://github.com/suterma/replayer-pwa","last_synced_at":"2025-04-12T17:24:59.646Z","repository":{"id":40474104,"uuid":"367416236","full_name":"suterma/replayer-pwa","owner":"suterma","description":"A cue-based media player, as a PWA","archived":false,"fork":false,"pushed_at":"2024-10-29T19:07:51.000Z","size":223388,"stargazers_count":15,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T21:21:48.414Z","etag":null,"topics":["cue","media-player","music","music-player","pwa","rehearsal","track"],"latest_commit_sha":null,"homepage":"https://replayer.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suterma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05-14T16:10:34.000Z","updated_at":"2024-10-29T19:07:54.000Z","dependencies_parsed_at":"2023-10-16T02:58:56.324Z","dependency_job_id":"f1c3cc96-e90e-4168-960b-1cd0656faa4c","html_url":"https://github.com/suterma/replayer-pwa","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suterma%2Freplayer-pwa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suterma%2Freplayer-pwa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suterma%2Freplayer-pwa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suterma%2Freplayer-pwa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suterma","download_url":"https://codeload.github.com/suterma/replayer-pwa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248603207,"owners_count":21131761,"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","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":["cue","media-player","music","music-player","pwa","rehearsal","track"],"created_at":"2024-11-15T06:27:02.473Z","updated_at":"2025-04-12T17:24:59.619Z","avatar_url":"https://github.com/suterma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License](https://img.shields.io/github/license/suterma/replayer-pwa.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/suterma/replayer-pwa/total.svg)\n![Release](https://img.shields.io/github/release/suterma/replayer-pwa.svg)\n![Language](https://img.shields.io/github/languages/top/suterma/replayer-pwa.svg)\n[![Build Status](https://dev.azure.com/suterma/replayer-pwa/_apis/build/status/suterma.replayer-pwa?branchName=main)](https://dev.azure.com/suterma/replayer-pwa/_build/latest?definitionId=1\u0026branchName=main)\n\n[Replayer](https://replayer.app/) is a free, cue-based media player for rehearsals with playback music.\nBy the click of a button, Replayer starts to play at predefined times in the audio or video file.\n\n![Visual Functioning Overview](https://replayer.app/user/pages/06.blog/replayer-as-a-pwa-web-app/visual-function-web-horizontal-1440p.webp)\n\n# How it works\n\n1. Add music files (mp3, wav, ...) to create a compilation of tracks.\n1. Add cues for specific points in time (e.g. intro, verse, chorus, rehearsal marks,...) in the playback file, with a name and an optional shortcut mnemonic\n1. In the session, using Replayer on your portable computer, play any part of your set with the click of a cue button.\n1. Additionally, you can use a (bluetooth) numeric keypad, as a remote control\n\nTry the \u003ca href=\"https://web.replayer.app/#demo\" target=\"_blank\"\u003edemo in the browser\u003c/a\u003e.\n\n# Latest release\n\n-   The latest version is available live at https://web.replayer.app (official release)\n    -   Test release at https://web-test.replayer.app\n    -   Development release at https://web-devel.replayer.app\n-   Source code is availabe at [GitHub](https://github.com/suterma/replayer-pwa)\n-   Built with [Azure Build Pipeline](https://dev.azure.com/suterma/replayer-pwa/_build?definitionId=1)\n-   Tested with [Browserstack](https://live.browserstack.com/dashboard?try_live_url=https%3A%2F%2Fweb.replayer.app), though their \"Free Testing for Open Source\". Thanks for this great service!\n\n# Documentation\n\n-   [Overview](https://replayer.app)\n-   [App documentation](https://replayer.app/documentation)\n-   [Blog](https://replayer.app/blog)\n-   [Source code documentation](https://src-doc.replayer.app)\n\n# Tests\n\n## End-to-end (with cypress)\n\nRun the [Cypress End-To-End regression tests](/cypress/e2e/regression)\n\n## Unit tests\n\nRun the vitest unit tests with:\n\n    npm run test:unit\n\n# Build\n\nThis package currently runs best with node version 16. (node version 18 fails because of some dependencies that are not working with it.)\n\n    npm install -g n\n    n 16\n    npm install\n    npm run build\n\nNOTE: For node v18 on Windows, use the Workaround \"Number 2\" by https://sebhastian.com/error-0308010c-digital-envelope-routines-unsupported/\n\nWhen using VSCode, in the Terminal (Powershell) do\n\n    # Windows PowerShell:\n    $env:NODE_OPTIONS=\"--openssl-legacy-provider\"\n\nonce before building.\n\n## Bundling\n\nReplayer uses [Vite](https://vitejs.dev/), with it's current default use of [Rollup](https://rollupjs.org/) as the [bundler for production](https://vitejs.dev/guide/why#why-bundle-for-production) builds.\n\nThis means that optimizations for production buils need to leverage Rollup's options. This [Rollup bundle visualizer plugin](https://github.com/btd/rollup-plugin-visualizer) creates visual build statistics, whenever a production build is made.\n\nSee the the latest bundle statistics in [stats.html](https://htmlpreview.github.io/?https://raw.githubusercontent.com/suterma/replayer-pwa/main/stats.html).\n\n# Roadmap\n\nSee [Trello](https://trello.com/b/UqdfomQI/replayer-20)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuterma%2Freplayer-pwa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuterma%2Freplayer-pwa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuterma%2Freplayer-pwa/lists"}