2024-12-08 13:36 : id 266

This commit is contained in:
deadvey 2024-12-08 13:36:49 +00:00
parent dfcd941e34
commit a38b4effc0

View File

@ -318,7 +318,7 @@ in
return-type = "json"; return-type = "json";
}; };
"custom/name" = { "custom/name" = {
exec = "ssh max@debian cat /var/www/html/music/data.js | sed -n 's/.*name = \'\([^\']*\)\'.*/\0/p'"; exec = "ssh max@debian cat /var/www/html/music/data.js | sed -n 's/.*name = \"\([^\"]*\)\".*/\1/p'";
format = "Listening to: {}"; format = "Listening to: {}";
interval = 10; interval = 10;
}; };