{"id":15113816,"url":"https://github.com/abdorayden/raymp","last_synced_at":"2025-04-12T05:12:54.228Z","repository":{"id":251970828,"uuid":"838999036","full_name":"abdorayden/raymp","owner":"abdorayden","description":"raymp CLI Music Player with beautiful UI","archived":false,"fork":false,"pushed_at":"2025-03-23T13:48:45.000Z","size":57480,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T05:12:44.662Z","etag":null,"topics":["bash-script","c","linux","linux-app","linux-shell"],"latest_commit_sha":null,"homepage":"","language":"C","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/abdorayden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-06T19:02:18.000Z","updated_at":"2025-03-23T13:48:48.000Z","dependencies_parsed_at":"2024-08-28T21:45:43.563Z","dependency_job_id":"f387fab3-e985-4b95-9d14-0d184383cccc","html_url":"https://github.com/abdorayden/raymp","commit_stats":null,"previous_names":["abdorayden/raymp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraymp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraymp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraymp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraymp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdorayden","download_url":"https://codeload.github.com/abdorayden/raymp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519556,"owners_count":21117761,"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":["bash-script","c","linux","linux-app","linux-shell"],"created_at":"2024-09-26T01:23:22.619Z","updated_at":"2025-04-12T05:12:54.171Z","avatar_url":"https://github.com/abdorayden.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n\u003ch1\u003eRay Music Player (RayMP)\u003c/h1\u003e\n\u003c/center\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.jpg\" width=\"350\" height=\"350\"/\u003e\n\u003c/p\u003e\n\n1. CLI music player written in pure C\n2. contain a beatiful ui \n3. simple to use\n\n# Features\n\n\u003cul\u003e \n  \u003cli\u003eFile explorer: allows users to navigate through directories and select music files to play\n  \u003c/li\u003e \n  \u003cli\u003eMusic player: plays music files using the Miniaudio library\n  \u003c/li\u003e \n  \u003cli\u003eUI components: provides a user-friendly interface for interacting with the music player and file explorer\n  \u003c/li\u003e \n  \u003cli\u003eKeyboard shortcuts: supports various keyboard shortcuts for controlling the playback, navigating through directories, and interacting with the UI\n  \u003c/li\u003e \n\u003c/ul\u003e \n\n# Quick Start\n```console\n$ gcc -o main main.c -lm -lpthread # simple\n$ ./main\n```\n\n\u003ch1\u003eMusic Player with File Explorer and UI Components\u003c/h1\u003e\n\u003cp\u003eThis is a C program that implements a music player with a file explorer and user interface (UI) components. The program allows users to navigate through directories, play music files, and control the playback using various keyboard shortcuts.\n\u003c/p\u003e \n\u003ch2\u003eKeyboard Shortcuts\u003c/h2\u003e \n\u003cul\u003e \n  \u003cli\u003eq: quit the program\u003c/li\u003e \n  \u003cli\u003eu: update the UI\u003c/li\u003e \n  \u003cli\u003ee: toggle the file explorer\u003c/li\u003e \n  \u003cli\u003ef: add a song to favorites (not implemented)\u003c/li\u003e\n  \u003cli\u003eSPACE: pause or play music\u003c/li\u003e \n  \u003cli\u003e+ and -: adjust the volume\u003c/li\u003e \n  \u003cli\u003ej and k: move the cursor up or down\u003c/li\u003e \n  \u003cli\u003e\u0026gt; and \u0026lt;: move to the next or previous song\u003c/li\u003e\n  \u003cli\u003ei: change the UI style\u003c/li\u003e \n  \u003cli\u003ea: open favorite songs (not implemented)\u003c/li\u003e \n  \u003cli\u003es: search for songs on the local device (not implemented)\u003c/li\u003e \n  \u003cli\u003eS: search for songs on the internet (not implemented)\n  \u003c/li\u003e \n  \u003cli\u003e? : show help list (not implemented)\u003c/li\u003e \n  \u003cli\u003eTAB: change the status\u003c/li\u003e \n\u003c/ul\u003e \n\n# Note \n\u003cp\u003ethis software only tested on linux (Debian) if you see this software is useful , you can help to create a windows version or other OS versions , check [cuntribute](https://github.com/abdorayden/raymp/blob/master/CONTRIBUTIONS.md) file\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdorayden%2Fraymp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdorayden%2Fraymp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdorayden%2Fraymp/lists"}