commit 87abdf60b66234cded899c05ebd50fe261a047eb from: Omar Polo date: Tue Jul 12 21:44:38 2022 UTC amused-monitor: no need to list all the events `amused monitor' defaults to report all the events, that should be enough. commit - 949b5c2eb6f46f77b423a93558d196204dce2953 commit + 87abdf60b66234cded899c05ebd50fe261a047eb blob - eb47b1d65c8e42a682e8b9af4bad50f8cd85c4f4 blob + 93a9ebb51a9db6ab915e348b3cd948d44c561711 --- contrib/amused-monitor +++ contrib/amused-monitor @@ -281,8 +281,7 @@ GetOptions( "t:s" => \$trim, ) or pod2usage(1); -my $mpid = open(my $monitor, "-|", "amused", "monitor", - "load,jump,seek,next,prev,play,pause,toggle,stop,repeat") +my $mpid = open(my $monitor, "-|", "amused", "monitor") or die "can't spawn amused monitor"; initscr;