{"id":15651917,"url":"https://github.com/patwie/digitalmusicstand","last_synced_at":"2025-04-30T20:06:43.715Z","repository":{"id":44406488,"uuid":"121034292","full_name":"PatWie/digitalmusicstand","owner":"PatWie","description":"web based music sheet viewer (go, pdfjs) as a single binary","archived":false,"fork":false,"pushed_at":"2023-01-07T14:32:59.000Z","size":7749,"stargazers_count":33,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-30T20:06:32.747Z","etag":null,"topics":["diy","golang","music","music-library","music-sheet-organizer","pdf-viewer","pdfjs","rapsberrypi","sheet-music","sheet-music-viewer"],"latest_commit_sha":null,"homepage":"http://digitalmusicstand.org","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/PatWie.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}},"created_at":"2018-02-10T16:53:06.000Z","updated_at":"2024-07-11T18:39:46.000Z","dependencies_parsed_at":"2023-02-07T10:31:20.454Z","dependency_job_id":null,"html_url":"https://github.com/PatWie/digitalmusicstand","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatWie%2Fdigitalmusicstand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatWie%2Fdigitalmusicstand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatWie%2Fdigitalmusicstand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatWie%2Fdigitalmusicstand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatWie","download_url":"https://codeload.github.com/PatWie/digitalmusicstand/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251774894,"owners_count":21641731,"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":["diy","golang","music","music-library","music-sheet-organizer","pdf-viewer","pdfjs","rapsberrypi","sheet-music","sheet-music-viewer"],"created_at":"2024-10-03T12:40:38.074Z","updated_at":"2025-04-30T20:06:43.688Z","avatar_url":"https://github.com/PatWie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digital Music Stand\n\n[![Build Status](https://ci.patwie.com/api/badges/PatWie/digitalmusicstand/status.svg)](https://ci.patwie.com/PatWie/digitalmusicstand)\n\nA simple cross-platform browser-based pdfjs-based viewer to display and search music sheets.\n\n\u003cimg src=\"./.github/digitalmusicstand_001.gif\" /\u003e\n\n* A single binary including all assets.\n* Usage is similar to SublimeText. Press `P` and perform a fuzzy search.\n* Not database required\n* Shortcuts `1,2` to scroll to previous/next page using a programmable foot pedal.\n* Unobtrusive design\n* Upload PDF when enabled\n* Add sheets via simple file naming\n* Use a YAML format to add whole songbooks and complex sheets\n\n## DEMO\n\nSee [http://demo-digitalmusicstand.patwie.com/](http://demo-digitalmusicstand.patwie.com/) for a subset of the [Mutopia Project](https://www.mutopiaproject.org/) which are released under Creative Commons Attribution-ShareAlike.\n\n#### Handling\n\nPress `p` and then type `monlgiht3` (with typos).\nYou can use the arrow keys (up/down) to navigate. But for now select `Sonata No. 14 Moonlight (3rd Movement: Presto Agitato)` and press the `enter` key. To scroll to the next page use the right arrow key (or the key `2`).\n\n#### Shortcuts\n\n\u003cdl\u003e\n  \u003cdt\u003eh\u003c/dt\u003e\u003cdd\u003e opens help dialog\u003c/dd\u003e\n  \u003cdt\u003ep\u003c/dt\u003e\u003cdd\u003e opens prompt for a query\u003c/dd\u003e\n  \u003cdt\u003eu\u003c/dt\u003e\u003cdd\u003e opens dialog to upload pdf (when enabled)\u003c/dd\u003e\n  \u003cdt\u003eenter\u003c/dt\u003e\u003cdd\u003e loads select sheet\u003c/dd\u003e\n  \u003cdt\u003eesc\u003c/dt\u003e\u003cdd\u003e closes all modal dialogs\u003c/dd\u003e\n  \u003cdt\u003earrow key down\u003c/dt\u003e\u003cdd\u003e selects next entry in result list\u003c/dd\u003e\n  \u003cdt\u003earrow key up\u003c/dt\u003e\u003cdd\u003e selects previous entry in result list\u003c/dd\u003e\n  \u003cdt\u003earrow key right or key '2'\u003c/dt\u003e\u003cdd\u003e scrolls to next page\u003c/dd\u003e\n  \u003cdt\u003earrow key left or key '1'\u003c/dt\u003e\u003cdd\u003e scrolls to previous page\u003c/dd\u003e\n\u003c/dl\u003e\n\nThe short cuts `1` and `2` are for a programmable foot pedal\n\n## Get it\n\nDownload from the [release page](https://github.com/PatWie/digitalmusicstand/releases). The single binary contains all files.\n\n## Or build it yourself\n\nOr build it yourself:\n\n```bash\ngit clone https://github.com/PatWie/digitalmusicstand.git\ncd digitalmusicstand\n\n# only run once: minify static assets\nwget https://github.com/tdewolff/minify/releases/download/v2.6.1/minify_2.6.1_linux_amd64.tar.gz\ntar -xvf minify_2.6.1_linux_amd64.tar.gz \u0026\u0026 rm -r cmd \u0026\u0026 rm LICENSE.md\nmake\n\n# run multiple times\ngo build\n```\n\nInstructions to install the required dependencies and their known-to-be-working versions are available at https://github.com/PatWie/digitalmusicstand/blob/master/.docker/dms-release.dockerfile\n\n## Usage\n\n```bash\n./digitalmusicstand --sheets /path/to/pdfs --listen :3000\n```\n\nThe files in the sheet directoy need to follow the convention `interpret_title.pdf`.\nWhitespaces should be replaced by '-'.\n\nPoint your browser to `http://localhost:3000`\n\n#### Add Songbooks\n\nAlternatively, the YAML format can be used to add songbooks or complex sheets.\n\nExample 1 (Songbook):\n```yaml\n# content of The_Big_Book_of_Jazz.yml\npath: The_Big_Book_of_Jazz.pdf\nartist: Various Artists\ntitle: The Big Book of Jazz\nsongs:\n    - artist: Artist 1\n      title: Song 1\n      pages: [2, 3]\n    - artist: Artist 2\n      title: Song 2\n      pages: [4, 5, 6, 5, 6]\n    - title: The Big Book of Jazz (Full book)\n```\n\nExample 2 (single sheet):\n```yaml\n# content of Let_it_be.yml\npath: Let_it_be.pdf\nartist: The Beatles\ntitle: Let It Be\n```\n* Each song is added to the sheet list with its artist name and title. (see Example 1)\n* The page numbers define the used pages of the PDF and their ordering. (see Song 1 and Song 2)\n* If no page information for a song is provided, the complete pdf is used. (see Example 1)\n* If no artist name for a song is provided, the artist name of the head is used. (useful for single artist songbooks)\n* If no songs are provided, the head (artist anme and title) is used for a single sheet. (see Example 2)\n* Subfolders are allowed in `path`.\n\nTo activate this functionality use the `--parse-yaml` flag:\n```bash\n./digitalmusicstand --parse-yaml --sheets /path/to/pdfs --listen :3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatwie%2Fdigitalmusicstand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatwie%2Fdigitalmusicstand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatwie%2Fdigitalmusicstand/lists"}