Skip to content

Commit

Permalink
add msd to now playing because im blind
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2019
1 parent 2015e2b commit 22b8522
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,11 @@ local t =
local endTime = os.time() + GetPlayableTime()
GAMESTATE:UpdateDiscordPresence(largeImageTooltip, detail, state, endTime)

-- now playing thing for streamers
local streamerstuff = "Now playing " .. GAMESTATE:GetCurrentSong():GetDisplayMainTitle() ..
" by " .. GAMESTATE:GetCurrentSong():GetDisplayArtist() ..
" in " .. GAMESTATE:GetCurrentSong():GetGroupName()
" in " .. GAMESTATE:GetCurrentSong():GetGroupName() ..
" " .. state
File.Write("nowplaying.txt", streamerstuff)

screen = SCREENMAN:GetTopScreen()
Expand Down

0 comments on commit 22b8522

Please sign in to comment.