You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
adding currently playing song to a stream.
Currently one way of doing this is to use a program called MusicBuddy ( https://github.com/MahApps/MahApps.Metro ) and load the song in vlc when the band plays it, music buddy takes the filename of the currently played song (its actually a manual load in VLC) and outputs a simple file in its directory called currentsong that just has the filename of the song loaded.. Streamlabs (the streaming software we use, can automatically read this file and displays it on screen)
Describe the solution you'd like
Midibard already outputs the filename to chat so it seems trivial to add the output to a file, though perhaps best only doing it when play is pressed. If possible.
the filename could be set in the Midibard config file as its not something that will be changed often. If the variable for the output file is blank then this whole process is ignored. REGEX could also be used if a more complicated solution is required to split the filename into different parts though this would require consistancy in the filenames.
Describe alternatives you've considered
described above, method is awkward and cumbersome
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
AtomicKitten53xy
changed the title
Aid for streaing, filenames on screen
Aid for streaming, filenames on screen
Oct 2, 2022
Is your feature request related to a problem? Please describe.
adding currently playing song to a stream.
Currently one way of doing this is to use a program called MusicBuddy ( https://github.com/MahApps/MahApps.Metro ) and load the song in vlc when the band plays it, music buddy takes the filename of the currently played song (its actually a manual load in VLC) and outputs a simple file in its directory called currentsong that just has the filename of the song loaded.. Streamlabs (the streaming software we use, can automatically read this file and displays it on screen)
Describe the solution you'd like
Midibard already outputs the filename to chat so it seems trivial to add the output to a file, though perhaps best only doing it when play is pressed. If possible.
the filename could be set in the Midibard config file as its not something that will be changed often. If the variable for the output file is blank then this whole process is ignored. REGEX could also be used if a more complicated solution is required to split the filename into different parts though this would require consistancy in the filenames.
Describe alternatives you've considered
described above, method is awkward and cumbersome
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: