Had to stop production as I ran out of copilot credits
This commit is contained in:
@@ -177,6 +177,11 @@ namespace PainoBar_Helper
|
||||
sb.AppendLine($"event_command = \"{eventCmdPath}\"");
|
||||
sb.AppendLine();
|
||||
|
||||
// Force unbuffered stdout for immediate C# pipe output
|
||||
sb.AppendLine("# Unbuffer output for real-time streaming");
|
||||
sb.AppendLine("unbuffer_output = 1");
|
||||
sb.AppendLine();
|
||||
|
||||
// Additional settings for better integration
|
||||
sb.AppendLine("# Output formatting");
|
||||
sb.AppendLine("format_nowplaying_song = %t|%a|%l|%r");
|
||||
|
||||
Reference in New Issue
Block a user