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