Skip to content

vars1ty/playerctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayerCTL

What is it?

A wrapper around PlayerCTL for GNU/Linux-based operating systems, offering a set of various, easy-to-use and understand functions.

Usage

private final PlayerCTL PLAYERCTL = new PlayerCTL();

/**
 * Startup function.
 */
public static void main(String... args) {
    System.out.printf("You are currently listening to: %s", PLAYERCTL.getTitle());
}

About

A simple Java wrapper around playerctl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages