{"id":13478037,"url":"https://github.com/nate-xyz/resonance","last_synced_at":"2025-04-05T07:06:00.148Z","repository":{"id":150326433,"uuid":"621482942","full_name":"nate-xyz/resonance","owner":"nate-xyz","description":"Intuitive GTK4/LibAdwaita music player","archived":false,"fork":false,"pushed_at":"2024-06-17T12:25:34.000Z","size":7469,"stargazers_count":388,"open_issues_count":99,"forks_count":20,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T06:06:20.340Z","etag":null,"topics":["gnome","gtk4","libadwaita","media-player","music","music-player","python","rust"],"latest_commit_sha":null,"homepage":"https://beta.flathub.org/apps/io.github.nate_xyz.Resonance","language":"Rust","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/nate-xyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","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},"funding":{"ko_fi":"natexyz"}},"created_at":"2023-03-30T18:53:00.000Z","updated_at":"2025-03-26T22:46:30.000Z","dependencies_parsed_at":"2024-10-24T16:44:56.152Z","dependency_job_id":"cf9714fe-8321-4b65-93da-4d1c622765e1","html_url":"https://github.com/nate-xyz/resonance","commit_stats":{"total_commits":68,"total_committers":12,"mean_commits":5.666666666666667,"dds":0.3382352941176471,"last_synced_commit":"97826093e22418c0efdb4e61cc75d981bb82c120"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nate-xyz%2Fresonance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nate-xyz%2Fresonance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nate-xyz%2Fresonance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nate-xyz%2Fresonance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nate-xyz","download_url":"https://codeload.github.com/nate-xyz/resonance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299832,"owners_count":20916190,"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":["gnome","gtk4","libadwaita","media-player","music","music-player","python","rust"],"created_at":"2024-07-31T16:01:51.589Z","updated_at":"2025-04-05T07:06:00.131Z","avatar_url":"https://github.com/nate-xyz.png","language":"Rust","funding_links":["https://ko-fi.com/natexyz"],"categories":["Rust","Audio"],"sub_categories":["Audio Players"],"readme":"\u003cimg src=\"/data/icons/icon.svg\" align=\"left\" height=\"250px\" vspace=\"10px\"\u003e\n\nResonance\n======\n\nHarmonize your listening experience with Resonance. \n\nResonance is an intuitive music player application written in Rust \u0026 Python, with a clean user interface built using GTK4 / Libadwaita. \nResonance lets you effortlessly manage and play your music collection, with support for all the common music file formats such as MP3, FLAC, AAC, and many more.\n\n⚠️ RESONANCE IS EARLY STAGE ALPHA RELEASE SOFTWARE (THERE ARE BUGS, PLEASE OPEN ISSUES) ⚠️\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"/data/screenshots/resonance2.png\" align=\"right\" height=\"500px\"\u003e\n\nFeatures:\n\n - UI updates to reflect currently playing track's cover art colors\n - Playlist creation \u0026 modification\n - Control the player through [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/)\n - Discord Rich Presence integration\n - Last.fm scrobbling\n - Import tags with the [Mutagen library](https://github.com/quodlibet/mutagen)\n - No tag editing (intentionally out of scope to keep Resonance a music player only)\n\n\u003cbr\u003e\u003cbr\u003e\n\n\nFlatpak\n--------------\n\nYou can install stable builds of Resonance from [Flathub](https://flathub.org)\nby using this command:\n\n    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n    flatpak install flathub io.github.nate_xyz.Resonance\n\n\u003ca href=\"https://beta.flathub.org/apps/io.github.nate_xyz.Resonance\"\u003e\u003cimg src=\"https://flathub.org/assets/badges/flathub-badge-en.png\" width=\"200\"/\u003e\u003c/a\u003e\n\nBuilding from source\n----------------------\n\nTo build from source you need the gstreamer, gtk4 and libadwaita development headers. Additionally you'll need meson, ninja and git. You'll also need those python runtime libraries: mutagen, tqdm and loguru.\n\nOn a recent enough Ubuntu or Debian unstable you can do the following:\n\n```\nsudo apt install build-essential rustc meson ninja-build git python3-loguru python3-mutagen python3-tqdm libgtk-4-dev libadwaita-1-dev \\\nlibgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev\ngit clone https://github.com/nate-xyz/resonance \u0026\u0026 cd resonance\nninja -C build \u0026\u0026 sudo ninja -C build install\n\n```\nTo uninstall run ```sudo ninja -C build uninstall```.\n\n## Arch Linux\nInitial script provided for 0.1.3.\n\nAvailable in the [AUR.](https://aur.archlinux.org/packages/resonance)\n\nOr manually download `PKGBUILD` file and run:\n```\n$ makepkg -sic\n```\n\n\nScreenshots\n--------------\n![Screenshot 1](./data/screenshots/resonance3.png)\n![Screenshot 2](./data/screenshots/resonance4.png)\n![Screenshot 3](./data/screenshots/resonance5.png)\n![Screenshot 4](./data/screenshots/resonance6.png)\n![Screenshot 5](./data/screenshots/resonance7.png)\n![Screenshot 6](./data/screenshots/resonance8.png)\n![Screenshot 7](./data/screenshots/resonance9.png)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnate-xyz%2Fresonance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnate-xyz%2Fresonance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnate-xyz%2Fresonance/lists"}