Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 892 Bytes

Now Playing SERATO

Rust License: MIT

This is a little script to display the currently playing tracks of the Serato DJ software.

How to use

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_"

Optional arguments

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

Example

alt text