2025-10-04 17:36:55 +02:00
2025-10-04 17:36:55 +02:00
2025-04-17 21:01:32 +02:00
2025-04-18 11:00:59 +02:00
2024-03-25 16:24:51 +01:00

rate music

This is a simple tool to rate music on your device by people. It can be used at parties to rate your playlist for further analysis.

Compile

Use cargo build -r to build a release executable.

Usage

At first run you will be prompted to add a new user. This can be achieved as follows:

# Add a new user
./rate_music [username]

# Add a new user with a specific ID
./rate_music [username] [ID]

Exit the program

To avoid exiting the program by mistake you have to press ctrl + c to leave the prompt.

Database

The collected data will be stored in a sqlite database. The current working directory must be readable and writeable to store the ratings.db file.

Description
Rate music on your device.
Readme 254 KiB
Languages
Rust 59.1%
Kotlin 22.8%
Python 18.1%