2024-12-08 13:24 : id 265

This commit is contained in:
deadvey 2024-12-08 13:24:52 +00:00
parent 16b1a2ce78
commit dfcd941e34

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 = \'\([^\']*\)\'.*/\0/p'";
format = "Listening to: {}"; format = "Listening to: {}";
interval = 10; interval = 10;
}; };