Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Intuitive GTK4/LibAdwaita music player

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages