11-02-2014, 04:30 AM
Okay so I found and downloaded the source from github, but I am unsure of two things. What third party libraries I need to install if anything and or where they are in the maze of directories.
The second thing is where to look for particular things inside the source code. Which files should I be looking into for these two aspects: id3 tag reading/cataloging; where to look to track down a bug I am experiencing.
I have single files showing up multiple times. It seems to happen when I edit the tags inside nightingale, not sure if it would happen if I edited them outside of nightingale.
My IDE is visual studio 2013 if that matters at all for the setting up. So my compiler is quite C++11 compliant, with a handful of exceptions as far as I know.
So how do I do what I want to do? Where do I look? How do I start? What else do I need? Other questions(etc)?
The second thing is where to look for particular things inside the source code. Which files should I be looking into for these two aspects: id3 tag reading/cataloging; where to look to track down a bug I am experiencing.
I have single files showing up multiple times. It seems to happen when I edit the tags inside nightingale, not sure if it would happen if I edited them outside of nightingale.
My IDE is visual studio 2013 if that matters at all for the setting up. So my compiler is quite C++11 compliant, with a handful of exceptions as far as I know.
So how do I do what I want to do? Where do I look? How do I start? What else do I need? Other questions(etc)?