Help for this page
get '/np' => sub { return `mpd | head -n1`; }
get '/np' => sub { Dancer::Response->new( ... content => `mpd | head -n1`, ); }