Mousai
Simple song identifier
Description
Mousai is a simple application that can identify song like Shazam. It saves the artist, album, and title of the identified song in a JSON file.
Note: This uses the API of audd.io, so it is necessary to login to their site to get more trials.
Building from source
GNOME Builder (Recommended)
GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.
- Download GNOME Builder.
- In Builder, click the "Clone Repository" button at the bottom, using
https://github.com/SeaDve/Mousai.git
as the URL. - Click the build button at the top once the project is loaded.
Manual with meson
git clone https://github.com/SeaDve/Mousai.git
cd Mousai
meson builddir --prefix=/usr/local
ninja -C builddir install
AudD
You can check their Privacy Policy and Terms of Services for more informations about AudD.
Credits
Developed by Dave Patrick.