usage: mpdlistjobs [-u | --user=username] [-a | --alias=jobalias] [-j | --jobid=jobid]
(only use one of jobalias or jobid)'
lists jobs being run by an mpd ring, all by default, or filtered'
by user, mpd job id, or alias assigned when the job was submitted'
FUNCTIONS
ctime(...)
ctime(seconds) -> string
Convert a time in seconds since the Epoch to a string in local time.
This is equivalent to asctime(localtime(seconds)). When the time tuple is
not present, current time as returned by localtime() is used.