//Constructor
 public TrackMetadata()
 {
     PSI = new ProcessInformation();
                 hWnd = PSI.getSpotify();
                 processid = PSI.getProcessId(hWnd);
 }