Hello,
I kind of have a weird problem. I have 2 files with different metadata i want to upload. When i execute “exiftool -X file” on both files i can see the metadata that looks like this(i also see the metadata in “raw metadata”):
-File 1
<File:MIMEType>audio/x-wav</File:MIMEType> <RIFF:Description>SPOMEN MOJ DALECEN</RIFF:Description> <RIFF:Originator>VELE MATEVSKI SO RO RTB</RIFF:Originator> <RIFF:OriginatorReference>FRDMS000000000000</RIFF:OriginatorReference> <RIFF:DateTimeOriginal>2004:12:23 16:40:34</RIFF:DateTimeOriginal> <RIFF:TimeReference>2881641600</RIFF:TimeReference>
-File2
<File:MIMEType>audio/x-wav</File:MIMEType> <RIFF:Encoding>Microsoft PCM</RIFF:Encoding> <RIFF:NumChannels>2</RIFF:NumChannels> <RIFF:SampleRate>48000</RIFF:SampleRate> <RIFF:AvgBytesPerSec>192000</RIFF:AvgBytesPerSec> <RIFF:BitsPerSample>16</RIFF:BitsPerSample> <RIFF:Product>MakFest</RIFF:Product> <RIFF:Artist>Helena Blagne</RIFF:Artist> <RIFF:Software>WavePad Sound Editor 6.50</RIFF:Software>
Now i have custom metadata fields for File:MIMEType,RIFF:Originator,RIFF:Product,RIFF:Artist. The weird things is that MIMEType works fine on both files(it gets auto populated during upload), the Originator works fine on first file, but Product and Artist doesn’t get populated when i upload the second file.Both are wav files. I tried flushing the template and database, and checked for spelling mistakes like million times but none of that helped.
Could you help me identify what could be causing this.
Thank you in advance.