Help with log error on mycloud

So i have been trying to get a backup(safepoint)for many days its slow and clunky and fails alot :(…

any way i have tons of these errors in my log

Oct 29 01:12:16 CloudDrive wdmcserver: [7619:0x40ecf460] Error Unable to find a metadata plugin for (seems to be some mp3 file many of them)

anything i can do?

what FW version?

this is not a safepoint error however the wdmcserver process could be causing performance issues that contribute to the safepoint issues

04.01.00-408 I really need to turn off auto update

is it safe to disable if i ssh in? i do not stream anything

In the version 4.00.00-607 these processes were terbile hogs, in 4.00.01-623 they wern’t bad and I teft them enabled, i have not updated to the latest version yet,probably this weekend. the commands below will disable them. the 1st 2 will stop the current process, the next 2 keeps them from restarting at boot. Change stop to start and disable to enable to put them back.

this is not for the streaming but for the photo app which almost never works for me

/etc/init.d/wdmcserverd stop
/etc/init.d/wdphotodbmergerd stop

update-rc.d wdphotodbmergerd disable
update-rc.d wdmcserverd disable

thank you