{"id":31207991,"url":"https://github.com/freaxmate/ojo","last_synced_at":"2025-09-20T22:51:10.489Z","repository":{"id":166732966,"uuid":"202113350","full_name":"FreaxMATE/Ojo","owner":"FreaxMATE","description":"Ojo is an open soure gtk media player for linux.","archived":false,"fork":false,"pushed_at":"2025-06-15T23:24:14.000Z","size":4951,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T00:38:07.053Z","etag":null,"topics":["audio-player","dvd-player","gtk","gtk3","libvlc","linux","linux-app","media-player","mediaplayer","music-player","ojo","open-source","video-player"],"latest_commit_sha":null,"homepage":"","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/FreaxMATE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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}},"created_at":"2019-08-13T09:44:20.000Z","updated_at":"2025-05-24T05:07:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4caa5c8-227e-4ee3-b5f9-c17e4f13728f","html_url":"https://github.com/FreaxMATE/Ojo","commit_stats":null,"previous_names":["freaxmate/ojo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FreaxMATE/Ojo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreaxMATE%2FOjo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreaxMATE%2FOjo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreaxMATE%2FOjo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreaxMATE%2FOjo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreaxMATE","download_url":"https://codeload.github.com/FreaxMATE/Ojo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreaxMATE%2FOjo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276169663,"owners_count":25596956,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["audio-player","dvd-player","gtk","gtk3","libvlc","linux","linux-app","media-player","mediaplayer","music-player","ojo","open-source","video-player"],"created_at":"2025-09-20T22:51:05.235Z","updated_at":"2025-09-20T22:51:10.469Z","avatar_url":"https://github.com/FreaxMATE.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎵 Ojo - GTK Media Player for Linux 🎶\n\nOjo is an **open-source** GTK-based media player for Linux, designed to provide a simple and elegant way to enjoy your music and videos. 🌟\n\n![Ojo Screenshot](data/OjoScreenshot.png)\n\n---\n\n## 🚀 Features\n\n- 🎧 **Audio and Video Playback**: Supports a wide range of media formats via VLC and libVLC.\n- 🎨 **Customizable Interface**: Toggle dark mode, border styles, and cover art display.\n- 📜 **Playlist Management**: Easily manage and view your playlists.\n- 🖼️ **Cover Art Display**: Automatically fetch and display album art for your music.\n- 🖱️ **Mouse Sensitivity Control**: Adjust mouse sensitivity for fullscreen interactions.\n\n---\n\n## 🛠️ Installation\n\n### 📋 Dependencies\n\nEnsure you have the following dependencies installed:\n\n- 🛠️ `gcc`\n- 🛠️ `meson`\n- 🛠️ `pkg-config`\n- 🛠️ `gtk3`\n- 🛠️ `vlc`\n- 🛠️ `libvlc`\n\n#### 🐧 Debian/Ubuntu\n```bash\nsudo apt install gcc meson pkg-config libgtk-3-dev vlc libvlc-dev\n```\n\n#### 🐧 Manjaro\n```bash\nsudo pacman -Syu gcc meson pkg-config gtk3 vlc\n```\n\n---\n\n### 📦 Install from Source\n\nFollow these steps to build and install Ojo:\n\n```bash\ngit clone https://github.com/FreaxMATE/Ojo.git\ncd Ojo/\nmeson build \u0026\u0026 cd build\nninja\nsudo ninja install\n```\n\n### 🐧 Build with Nix\n\nTo build Ojo using Nix, you can use the provided Nix expressions.\n\n#### Steps:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/FreaxMATE/Ojo.git\n    cd Ojo/\n    ```\n3. Enter the `package` directory:\n    ```bash\n    cd package\n    ```\n\n2. Build the package:\n    ```bash\n    nix-build -A ojo\n    ```\n\n4. Run the built binary:\n    ```bash\n    ./result/bin/ojo\n    ```\n\n---\n\n## 📜 License\n\n📝 Ojo is licensed under the terms of the **GPLv3** license. For more details, visit: [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.html).\n\n---\n\n## ❤️ Contributing\n\nWe welcome contributions! Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines. Let's make Ojo even better together! 🤝\n\n---\n\n## 📷 Screenshot\n\n![Ojo Screenshot](data/OjoScreenshot.png)\n\n---\n\nEnjoy your media with Ojo! 🎉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaxmate%2Fojo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreaxmate%2Fojo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaxmate%2Fojo/lists"}