{"id":40512030,"url":"https://github.com/deltabeard/ctrmus","last_synced_at":"2026-01-20T20:12:40.634Z","repository":{"id":79338473,"uuid":"71721943","full_name":"deltabeard/ctrmus","owner":"deltabeard","description":"3DS Music Player","archived":false,"fork":false,"pushed_at":"2025-10-22T15:23:21.000Z","size":4074,"stargazers_count":120,"open_issues_count":18,"forks_count":17,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-22T17:30:03.629Z","etag":null,"topics":["c","homebrew","music-player","nintendo-3ds"],"latest_commit_sha":null,"homepage":null,"language":"C","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/deltabeard.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":"2016-10-23T18:40:55.000Z","updated_at":"2025-10-22T15:23:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1360b7c-27b8-40d7-b06f-3c1add217491","html_url":"https://github.com/deltabeard/ctrmus","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/deltabeard/ctrmus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltabeard%2Fctrmus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltabeard%2Fctrmus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltabeard%2Fctrmus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltabeard%2Fctrmus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deltabeard","download_url":"https://codeload.github.com/deltabeard/ctrmus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltabeard%2Fctrmus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["c","homebrew","music-player","nintendo-3ds"],"created_at":"2026-01-20T20:12:40.563Z","updated_at":"2026-01-20T20:12:40.626Z","avatar_url":"https://github.com/deltabeard.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" alt=\"The ctrmus icon\" src=\"meta/icon.png\"\u003e\n\n# ctrmus: a music player for the Nintendo 3DS\n\nThe latest 3DSX/CIA/3DS download can be found on the \u003ca href=\"https://github.com/deltabeard/ctrmus/releases\"\u003ereleases\u003c/a\u003e page, or by scanning \u003ca href=\"https://zxing.org/w/chart?cht=qr\u0026chs=350x350\u0026chld=M\u0026choe=UTF-8\u0026chl=https%3A%2F%2Fgithub.com%2Fdeltabeard%2Fctrmus%2Freleases%2Fdownload%2Fv0.5.3%2Fctrmus.cia\"\u003ethis QR code\u003c/a\u003e.\n\n## Features\n* Plays PCM WAV, AIFF, FLAC, Opus, Vorbis and MP3 files.\n* Pause and play support.\n* Plays music via headphones whilst system is closed.\n* Ability to browse directories.\n\n## Controls\nL+R or L+Up: Pause\n\nZL/ZR or L/R: Previous/Next Song\n\nL+Left: Show Controls\n\nA: Play file or change to selected directory\n\nB: Go up folder\n\nUp \u0026 down = Move cursor\n\nLeft \u0026 right = Move cursor skipping 13 files at a time.\n\nStart: Exit\n\n# Contributing\n\nI very much welcome a pull request from anyone wanting to contribute! Be it a small spelling mistake, a bug fix or otherwise.\n\n## Adding features\nCreate an issue before you start work so that others know that your considering working on adding a feature or fixing a bug.\n\n## Pull requests\nPlease consider the following when making a pull request.\n* Commit messages should be clear.\n* Code style should be consistent.\n\nIf you're unsure whether to make a pull request, just make it. :smiley:\n\n## Compiling\n\nBuild dependencies:\n- GNU Make\n- [makerom](https://github.com/3DSGuy/Project_CTR)\n- [bannertool](https://github.com/Steveice10/bannertool)\n- [devkitARM](https://devkitpro.org/wiki/Getting_Started), with the following packages installed:\n  - 3ds-libogg\n  - 3ds-libopus\n  - 3ds-libsidplay\n  - 3ds-libvorbisidec\n  - 3ds-mpg123\n  - 3ds-opusfile\n  - libctru\n\nInstalling packages in MSYS2:\n\n```\npacman -S libctru 3ds-mpg123 3ds-libopus 3ds-opusfile 3ds-libogg 3ds-libvorbisidec 3ds-libsidplay\n```\n\nMake sure to put `C:\\devkitPro\\tools\\bin` on your PATH.\n\nTo build, type `make` in the project folder.\n\n### Planned features\n* Playlist support.\n* Repeat and shuffle support.\n* Metadata support.\n\n#### Notes\nDue to limitations in [ctrulib](https://github.com/smealum/ctrulib/issues/328), only ASCII characters are displayed correctly. Other characters will appear garbled, but functionality is not affected.\n\n[Ctrulib](https://github.com/smealum/ctrulib/issues/328)の制約でアスキー文字のみ正しく表示されます。それ以外の文字エンコードの場合文字化けはしますが、機能自体に影響はありません。\n\nBanner music uses a modified version of [\"Rad Adventure\" by Scott Holmes](http://freemusicarchive.org/music/Scott_Holmes/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltabeard%2Fctrmus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeltabeard%2Fctrmus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltabeard%2Fctrmus/lists"}