Skip to content

A Windows utility written in Rust to be blazingly fast, simple, and easy to use. Gets the current audio playing using WinRT and displays the Song Title and Time. Also exposes functions to play and pause music.

License

Notifications You must be signed in to change notification settings

DakshG07/now-playing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

now-playing

A Windows utility written in Rust to be blazingly fast, simple, and easy to use. It gets the currently playing media using WinRT and displays its attributes. It also exposes commands to control the playback.

Usage

A cli to get information and control media on Windows.

Usage: now-playing.exe [COMMAND]

Commands:
  title     Print the title of the media
  artist    Print the artist of the media
  position  Print the current position in the media (may be delayed for a few seconds due to WinRT restrictions)
  duration  Print the length of the media
  status    Print the status of the media
  play      Play the media if it was previously paused
  pause     Pause the media if it was previously playing
  toggle    Toggle the state of the media between playing and paused
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help information
  -V, --version  Print version information

About

A Windows utility written in Rust to be blazingly fast, simple, and easy to use. Gets the current audio playing using WinRT and displays the Song Title and Time. Also exposes functions to play and pause music.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages