{"id":18252110,"url":"https://github.com/oreo639/limeplayer3ds","last_synced_at":"2025-04-04T16:32:56.703Z","repository":{"id":107100560,"uuid":"162072842","full_name":"oreo639/LimePlayer3DS","owner":"oreo639","description":"Gui music player for the Nintendo 3DS (wip)","archived":false,"fork":false,"pushed_at":"2024-12-23T04:17:39.000Z","size":985,"stargazers_count":44,"open_issues_count":12,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-20T15:40:39.489Z","etag":null,"topics":["3ds","3ds-homebrew","3dsx","music","music-player"],"latest_commit_sha":null,"homepage":"https://github.com/oreo639/LimePlayer3DS/wiki/","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/oreo639.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-12-17T04:06:39.000Z","updated_at":"2025-01-12T13:47:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"50ae050d-9f69-4ae7-8eca-215f2dc8129b","html_url":"https://github.com/oreo639/LimePlayer3DS","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreo639%2FLimePlayer3DS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreo639%2FLimePlayer3DS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreo639%2FLimePlayer3DS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreo639%2FLimePlayer3DS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oreo639","download_url":"https://codeload.github.com/oreo639/LimePlayer3DS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247209735,"owners_count":20901847,"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":["3ds","3ds-homebrew","3dsx","music","music-player"],"created_at":"2024-11-05T09:50:06.320Z","updated_at":"2025-04-04T16:32:56.696Z","avatar_url":"https://github.com/oreo639.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LimePlayer3DS\nLimePlayer3DS is a graphical music player for the 3ds with metadata parsing and software midi support.\n\nIt checks for music in the `sdmc:/music` folder. If it doesn't exist then it just goes to `sdmc:/`, just like ctrmus. \n\nThe default path for midi patchsets is `/3ds/limeplayer3ds/8mbgmpat/`.\n\nThis path be changed in the config file located at `/3ds/limeplayer3ds/config.json` which should be created (if it doesn't already exist) upon launching the application.\n\nMore info about LimePlayer3DS's config.json can be found here: \u003cbr/\u003e\nhttps://github.com/Oreo639/LimePlayer3DS/wiki/config.json\n\n[For more information on usage of the various features LimePlayer offers, check here.](https://github.com/Oreo639/LimePlayer3DS/wiki)\n\n## Note\nLimePlayer3DS is currently in alpha so not all features are going to be available.\n\n## Officaly Supported Formats\nMp3, Wav, Flac, Midi, Xmi, Mus, Hmi, Hmp, Ogg vorbis, and Opus.\n\n## Building\n### Prerequsites:\n[dkp-pacman](https://devkitpro.org/wiki/devkitPro_pacman)\n\n3ds-dev 3ds-mpg123 3ds-libvorbisidec 3ds-opusfile 3ds-flac 3ds-wildmidi 3ds-jansson 3ds-pkg-config\n\nYou may also need [makerom](https://github.com/profi200/Project_CTR) and [bannertool](https://github.com/Steveice10/bannertool/) for cia building (optional).\n\n### Compiling:\nOnce you complete Prerequsites, run `make` or `make \u003ctarget\u003e`. Replace `\u003ctarget\u003e` with one of the targets listed below\n\n### Targets:\n+ 3dsx (3dsx only build)\n+ cia (generate cia, 3dsx must be built first)\n+ clean (clean compiled files)\n\nIf you want to build with compiler optimazitions, just add RELEASE=1 to the end (EX: `make 3dsx RELEASE=1`)\n\n## Contributors\nCheck [CONTRIBUTORS.md](CONTRIBUTORS.md) for more information\n\n## Credits\n+ Deltabeard: For his work on ctrmus which was the original foundation for this application as LimePlayer3DS initally started out as a fork of ctrmus.\n\n+ devkitPro: For providing amazing, easy to use, toolchains that without, this application would have never existed.\n\n+ Astronautlevel \u0026 LiquidFernir (and the Anemone3DS team): For their work on Anemone3DS which helped quite a bit when it came to starting with citro2d graphics, and they were very helpful in general.\n\n+ Flagbrew: The GUI code is heavilly based on PKSM's GUI code.\n\n+ Others: If I forgot to mention someone important (for example: your code is used without credit), please let me know.\n\n+ Most of the icons under gfx are from the site [icons8.com](https://icons8.com) and are licensed under the [CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/3.0/)\n\n## Special Thanks\n+ The Easyrpg Team: For inspiring this application.\n\n+ smealum, fincs, WinterMute, and devkitPro contributors: For making/maintaining documentation and examples for libctru and citro2d/3d which is incredibly helpfull when working on this project.\n\n+ Testers: For testing, providing feedback, and reporting bugs.\n\n## Copyright\nThe application is licensed under the GPLv3-or-later. Additional terms 7c apply.\n\nYou should have received a copy of the GNU General Public License along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreo639%2Flimeplayer3ds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foreo639%2Flimeplayer3ds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreo639%2Flimeplayer3ds/lists"}