get '/np' => sub { Dancer::Response->new( status => 200, content => `mpd | head -n1`, ); }