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

Include song information on page title/m3u #2

Closed
cha0sbuster opened this issue Sep 7, 2019 · 8 comments
Closed

Include song information on page title/m3u #2

cha0sbuster opened this issue Sep 7, 2019 · 8 comments

Comments

@cha0sbuster
Copy link

I'm running the .m3u via VLC Music Player, and the one thing that bugs me is that I have to have the site open in the tab in order to see what's playing. Is it possible that the Artist/Title/Event information could be put on the title of the tab and/or broadcasted to the .m3u file so that it shows up in VLC/other internet radio players?

@dtinth
Copy link
Member

dtinth commented Sep 8, 2019

We do stream the song title to the player. VLC on Android can handle that metadata just fine, however I tested on VLC for macOS, it doesn’t seem to work 😢. The song information is available on many channels:

  • Radio station metadata (supported by some clients, incl. iTunes).

  • Discord (Be-Music Surge bot will display the song it’s playing)

  • Browser Notifications (click the checkbox to enable notifications and you will get a notification for each song play)

For browser title, that’s definitely a good idea! Will make it display on the title in a later update.

@dtinth dtinth transferred this issue from bemusic/bmsurge-rebooted Sep 8, 2019
@cha0sbuster
Copy link
Author

Oh! Hmm. Lemme see what other players I have installed will work properly.
(I'm specifically looking for player metadata, because I'm a streamer and I wanted to use Surge as background music, so if there's a way to get it working so SMG Now Playing can pick it up, I wanna do that.)

@cha0sbuster
Copy link
Author

Update: Foobar2000 works fine with it!

@dtinth
Copy link
Member

dtinth commented Sep 10, 2019

@cha0sbuster So happy to hear that you’d like to use bmsurge as a background music for your stream!

@dtinth
Copy link
Member

dtinth commented Sep 11, 2019

An option to display current song on the page title is now available :D

@cha0sbuster
Copy link
Author

Could the event be parsed as an album, and the theme as its genre, by any chance? Would help with organization a bit.

@dtinth
Copy link
Member

dtinth commented Sep 23, 2019

@cha0sbuster Unfortunately the streaming format we use only support Artist and Title. I also took a look at SMG Now Playing chrome extension, but didn’t find a way to integrate with it, since their site list is fixed (hardcoded).

However, if you use OBS, you can use this webpage to display the current song with BrowserSource.

https://bmsurge-music-request.glitch.me/streamer.html

You can customize the colors, font, etc. with custom CSS. Here’s an example configuration:

image

@cha0sbuster
Copy link
Author

cha0sbuster commented Sep 23, 2019 via email

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

2 participants