Compare commits

..

No commits in common. "6664cce060b2980d89ae17d64269fa433754cf41" and "bc5148e6011fad5ca3766a9b86775b8bc6ba9ff1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@
ConditionUser = "mixer"; ConditionUser = "mixer";
}; };
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.open-stage-control}/bin/open-stage-control --no-gui --send 127.0.0.1:22752 --load /home/mixer/open-stage-control/session.json --theme /home/mixer/open-stage-control/theme.css"; ExecStart = "${pkgs.open-stage-control}/bin/open-stage-control --no-gui --load /home/mixer/open-stage-control/session.json --theme /home/mixer/open-stage-control/theme.css";
Environment = "\"ELECTRON_RUN_AS_NODE=1\""; Environment = "\"ELECTRON_RUN_AS_NODE=1\"";
Restart = "always"; Restart = "always";
RestartSec = 5; RestartSec = 5;

View File

@ -108,7 +108,7 @@ device = "SpotifyD-Proxy"
# After the music playback has ended, start playing similar songs based on the previous tracks. # After the music playback has ended, start playing similar songs based on the previous tracks.
# By default, `spotifyd` infers this setting from the user settings. # By default, `spotifyd` infers this setting from the user settings.
autoplay = true #autoplay = true
# A command that gets executed in your shell after each song changes. # A command that gets executed in your shell after each song changes.
#on_song_change_hook = "echo \"hook executed on $PLAYER_EVENT\"" #on_song_change_hook = "echo \"hook executed on $PLAYER_EVENT\""