Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Google play music support (Read 1520 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Google play music support

Hi, guys! I know this is maybe very old subject, but why nobody creates plugin to listen music stream from google music? I love foobar, I'm using it since 2005 and don't want to leave it and I don't like web interface to listen music - it is to very slow and too little functionality

I'm new to C++ but I'm sure there is way to duplicate all https requests that use browser to stream music to use it in foobar. Please tell me if I don't understand something and sorry if I'm wrong with forum section

For example, there is opensource player on C++ that can stream music from GoogleMusic and other services. Maybe someone can use it to create plugin. I don't want leave foobar :)

Re: Google play music support

Reply #1
MellowPlayer appears to be a web browser control host, and uses Javascript integrations to control the official web pages for those cloud services.

Re: Google play music support

Reply #2
MellowPlayer appears to be a web browser control host, and uses Javascript integrations to control the official web pages for those cloud services.
Got it. What about duplicate https requests as does this browser? I have experience to do such programs on Node.js. My programs do the same as browsers but without web interface in console