Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aid for streaming, filenames on screen #28

Open
AtomicKitten53xy opened this issue Oct 2, 2022 · 0 comments
Open

Aid for streaming, filenames on screen #28

AtomicKitten53xy opened this issue Oct 2, 2022 · 0 comments

Comments

@AtomicKitten53xy
Copy link

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.

@AtomicKitten53xy AtomicKitten53xy changed the title Aid for streaing, filenames on screen Aid for streaming, filenames on screen Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant