No description
  • Rust 95.6%
  • Python 3%
  • Meson 0.9%
  • CSS 0.3%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonathan Arnett 114d7aadc6 Format codebase
2024-08-21 09:27:19 -04:00
.github kofi 2023-04-07 08:27:18 -04:00
build-aux Fix typos 2023-04-14 09:37:32 +08:00
data persistent window size 2023-04-23 02:10:48 -04:00
flatpak update flatpak cargo sources 2023-04-09 11:29:31 -04:00
po fix syntax error in Spanish translation 2023-05-11 14:13:02 +02:00
src Format codebase 2024-08-21 09:27:19 -04:00
.gitignore updated .gitignore 2023-04-12 23:05:29 -04:00
Cargo.lock placeholder art & generic grid child ui tweaks 2023-04-08 18:30:01 -04:00
Cargo.toml placeholder art & generic grid child ui tweaks 2023-04-08 18:30:01 -04:00
COPYING init 2023-03-30 15:10:25 -04:00
meson.build 0.1.3 2023-04-09 11:37:32 -04:00
README.md Reference scripts in build instructions 2024-08-21 09:12:46 -04:00
run.sh Update scripts to work better 2024-08-21 09:13:02 -04:00
setup.sh Update scripts to work better 2024-08-21 09:13:02 -04:00

Resonance

Harmonize your listening experience with Resonance.

Resonance is an intuitive music player application written in Rust & Python, with a clean user interface built using GTK4 / Libadwaita. Resonance 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.

⚠️ RESONANCE IS EARLY STAGE ALPHA RELEASE SOFTWARE (THERE ARE BUGS, PLEASE OPEN ISSUES) ⚠️



Features:

  • UI updates to reflect currently playing track's cover art colors
  • Playlist creation & modification
  • Control the player through MPRIS
  • Discord Rich Presence integration
  • Last.fm scrobbling
  • Import tags with the Mutagen library
  • No tag editing (intentionally out of scope to keep Resonance a music player only)



Flatpak

You can install stable builds of Resonance from Flathub by using this command:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.github.nate_xyz.Resonance

Building from source

To 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.

On a recent enough Ubuntu or Debian unstable you can do the following:

sudo apt install build-essential rustc meson ninja-build git python3-loguru python3-mutagen python3-tqdm libgtk-4-dev libadwaita-1-dev \
libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev

For Fedora, run:

sudo dnf install cmake rust meson ninja-build gtk4-devel libadwaita-devel gstreamer1-devel gstreamer1-plugins-bad-free-devel

To setup your build environment, run:

./setup.sh

To build and run the application, run:

./run.sh

To uninstall run sudo ninja -C build uninstall.

Arch Linux

Initial script provided for 0.1.3.

Available in the AUR.

Or manually download PKGBUILD file and run:

$ makepkg -sic

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7