This project is heavily inspired by Amberol, and some icons from Amberol are used in this project.
It’s designed to be a simple yet powerful music player with additional features like downloading music from YouTube Music.
- Plays almost any music file (depending on system codecs)
- Music downloader powered by yt-dlp and ytmusicapi for searching and downloading songs
- Crossfade songs for smooth transitions
- Playback controls: shuffle, repeat, skip, search by artist or name etc.
- Clean, intuitive UI heavily inspired by Amberol
- Optional: Install the K-Lite Codec Pack to support more music file formats
- FFmpeg installed on your system(optional: only if you want to use the downloader)
- FFmpeg installed if you plan to use the downloader
- Everything else should work out of the box
-
download an executable from the releases
-
or you can clone this repo, install dependencies(requirements.txt) and then run main.py
-
note: for mac users, to run the executable you will have to run
xattr -r -d com.apple.quarantine /path-to-Aurion.appreplacing "path-to-Aurion.app" with the actual path to the executable. This is to allow an unsigned application to run. You would only have to run this once.




