Analogue of my project with similar name, written in rust.
Response format (json):
{
title: string;
artist: string;
album_title: string;
album_artist: string;
duration: number; // micros
position: number; // micros
cover_data: string; // b64
state: string; // ['playing', 'paused', 'stopped']
}
Command list:
- play
- pause
- toggle_pause
- stop
- prev
- next