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: 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

SoK Project Query

2014-12-01 Thread Nitul Datt
Hey Vedant, I have added the CueSheet.cpp class to the CMakeLists.txt file and now the undefined reference errors are gone. I've fixed some of the subsequent errors as well. There are still a few errors which may be found on pastebin: http://goo.gl/u0YRBD Another problem I'm facing is that altho

Re: SoK Project Query

2014-11-24 Thread Myriam Schweingruber
Hi Nitul, On Mon, Nov 24, 2014 at 3:38 PM, Nitul Datt wrote: ... if you need example CUE sheet files, just ask, I have quite a few I can give you, both with flac and ape files. Regards, Myriam -- Proud member of the Amarok and KDE Community Protect your freedom and join the Fellowship of FSFE:

Re: SoK Project Query

2014-11-24 Thread Nitul Datt
On 11/24/14, vedant agarwala wrote: > On Mon, Nov 24, 2014 at 5:56 PM, Nitul Datt wrote: > >> On 11/24/14, vedant agarwala wrote: >> > Hello Nitul, >> > >> > I am not thoroughly familiar with the code but here is my suggestion: >> > >> > The CollectionScanner should find files and represent them

Re: SoK Project Query

2014-11-24 Thread vedant agarwala
On Mon, Nov 24, 2014 at 5:56 PM, Nitul Datt wrote: > On 11/24/14, vedant agarwala wrote: > > Hello Nitul, > > > > I am not thoroughly familiar with the code but here is my suggestion: > > > > The CollectionScanner should find files and represent them. So if it > finds > > a track it represents i

Re: SoK Project Query

2014-11-24 Thread Nitul Datt
On 11/24/14, vedant agarwala wrote: > Hello Nitul, > > I am not thoroughly familiar with the code but here is my suggestion: > > The CollectionScanner should find files and represent them. So if it finds > a track it represents it as such. You should have a one Track object > representing a track

Re: SoK Project Query

2014-11-23 Thread vedant agarwala
Hello Nitul, I am not thoroughly familiar with the code but here is my suggestion: The CollectionScanner should find files and represent them. So if it finds a track it represents it as such. You should have a one Track object representing a track and a new CueSheet (or similar) class object to r