-
Notifications
You must be signed in to change notification settings - Fork 588
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
[Feature Request]: Now Playing to txt file #2605
Comments
The plugin |
I'm having trouble with this. I can connect to the API server from my browser and see current playing song, but I'm not able to connect over websocket using Streamer.bot. |
I think that's exactly what tuna-obs does
In this example I'm saving the title+artist to ~/title.txt and timestamp to ~/meta.txt, then displaying it in obs with a text source. (as well as the cover and progress bar) |
I'm using Amuse to show the currently playing song in OBS, I just want a !song command for chat. Don't want to clutter my OBS with more plugins than absolutely needed, so I got the youtube-music API-server to work together with Streamer.bot. So now I'm sending out an automated chat message every time there's a song change if more than 10 messages have been sent to chat since the last song update. Also added !song command in Streamer.bot for users who missed the automated message during song change. |
Preflight Checklist
Problem Description
I want to be able for my stream viewers to use the command ie. !song in chat to get information of currently playing song.
Proposed Solution
Make functionality or plugin for saving information about current playing song (artist, track, album name, album cover URL, video file URL) to a text file which can be presented in OBS.
Alternatives Considered
I tried making a script in Streamer.bot for this using c#, but I'm not that comfortable with programming to do this.
Additional Information
No response
The text was updated successfully, but these errors were encountered: