Had to stop production as I ran out of copilot credits

This commit is contained in:
minster586
2026-08-15 04:11:52 -04:00
parent 65421eb379
commit 5838d4dcdd
5 changed files with 243 additions and 41 deletions
+5
View File
@@ -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");