Re: SoK Project Query

2014-12-07 Thread vedant agarwala
On Mon, Dec 8, 2014 at 12:38 AM, Nitul Datt wrote: > Hey Vedant, > > I have fixed all the build errors and updated my diff. I imported some > code from the CueFileSupport class into the CueSheet class in the > collectionscanner. Now I don't have to include any class from /src > into /shared, ther

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-07 Thread Vedant Agarwala
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121250/#review71529 --- shared/collectionscanner/CueSheet.h

Re: SoK Project Query

2014-12-07 Thread Nitul Datt
Hey Vedant, I have fixed all the build errors and updated my diff. I imported some code from the CueFileSupport class into the CueSheet class in the collectionscanner. Now I don't have to include any class from /src into /shared, thereby allowing the collectionscanner to be a unique identity. I t

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-07 Thread Nitul Datt
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121250/ --- (Updated Dec. 8, 2014, 12:22 a.m.) Review request for Amarok and Vedant A

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