var track =  app.tracks().find(function(x){
    return x.persistentID() == argv[0];
  });