attachment metadata not updated properly.
-
Hello,
I am not sure if this is a specific issue with me only but somehow, using wp3.8 the attachment metadata field is not updating properly when uploading any type of file.this is what I had with 3.7
array (
‘dataformat’ => ‘mp3’,
‘channels’ => 1,
‘sample_rate’ => 44100,
‘bitrate’ => 48000,
‘channelmode’ => ‘mono’,
‘bitrate_mode’ => ‘cbr’,
‘lossless’ => false,
‘encoder_options’ => ‘CBR48’,
‘compression_ratio’ => 0.068027210884354,
‘fileformat’ => ‘mp3’,
‘filesize’ => 5070,
‘mime_type’ => ‘audio/mpeg’,
‘length’ => 1,
‘length_formatted’ => ‘0:01’,
‘title’ => ‘Notifier_Loud’,
‘file’ => ‘notifier_loud.mp3’,
)and with 3.8 only text ‘1’
appreciate your support on this.
Regards
-
I’m sorry you are having trouble with attachment metadata updating on new uploads. I have just run some tests, uploading an MP3 file in WP version 3.8 and everything seems to be working.
You should try disabling Media Library Assistant and uploading a file just to rule out any MLA involvement. You might also try using the Media/Edit Media “Edit Image” function to alter an image and see if the metadata comes back; WordPress re-generates the metadata when you edit and image.
If disabling MLA solves the problem and re-enabling it brings the problem back, please update this topic and I will make every effort to fix whatever problem MLA is causing.
In any event, please let me know what you find out with the above experiments.
It has been a couple of weeks since you started this topic. If you are still having trouble with this issue and have tried the experiments I suggested, let me know. If I don’t hear from you I will assume you have solved your problem and I will mark this topic resolved. Thanks for your interest in the plugin.
Since I haven’t heard anything further on this topic, I am marking it resolved. Please update it if there is anything else I can do for you.
The topic ‘attachment metadata not updated properly.’ is closed to new replies.