Skip to content

Julien-cpsn/NowPlayingSerato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages