Re: calling external program via QtScript

2014-12-07 Thread Anmol Ahuja
You can invoke external programs using a QProcess, though directly calling the API in QtScript is obviously better. -- Regards, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: calling external program via QtScript

2014-12-07 Thread Be
Haha, nevermind. I assumed that SoundCloud made it difficult to get information from the service like YouTube does, but they actually have a publicly documented API for getting info from the service in JSON (and MIT-licensed libraries for a few different languages). I have no need to rely on youtub