4da779a1251557c5ec1b972134fa023ee78e3219
Vibecoded: - User binary input of the user id - confirms with send button - User input of the rating - Send button sends a get request to the server
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
Languages
Rust
55.9%
Kotlin
21.6%
Python
17.2%
Nix
5.3%