var pl = app.playlists().find(function(x){
    return x.name() == "ミュージック" || x.name() == "Music";
  });