Awesome
Red Candle
Desktop client which provides a GUI for getting genre recommendations via Girandole.
Installation and Setup
- Run
yarn install
or simplyyarn
to install all dependencies for running the project. - Copy the file
.env.example
, rename to.env
, and enter the host address of the server that is running Girandole. - Start Girandole on your host.
- Run
yarn start
to run Red Candle.
Using Red Candle to get and write genre recommendations
- Select an album in the list on the left to get a list of genre recommendations.
- Select one of the recommendations, or enter and select a custom genre.
- The files in your album have now been updated with new genres!
Work in progress