HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: xatrix on 2019-03-06 20:11:50

Title: Google play music support
Post by: xatrix on 2019-03-06 20:11:50
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 (https://gitlab.com/ColinDuquesnoy/MellowPlayer) 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 :)
Title: Re: Google play music support
Post by: kode54 on 2019-03-07 02:28:35
MellowPlayer appears to be a web browser control host, and uses Javascript integrations to control the official web pages for those cloud services.
Title: Re: Google play music support
Post by: xatrix on 2019-03-07 05:32:46
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