This is a little script to display the currently playing tracks of the Serato DJ software.
You can run the script using :
cargo run -- "C:\\Users\\<User>\\Music\\_Serato_"
OR
cargo build
./target/debug/now-playing-serato "C:\\Users\\<User>\\Music\\_Serato_"
You can add -t
or --tracks
to change the number of tracks to display. The default is 1.
cargo run -- "C:\\Users\\<User>\\Music\\_Serato_" --tracks 5