INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: cron0sRXR8 on November 01, 2017, 09:16:39 am

Title: Error in JRSidecar .xml metadata file
Post by: cron0sRXR8 on November 01, 2017, 09:16:39 am
the path of the filename is not correct for some files.

for example:

the file is:
E:\Mis Vídeos\Cine\Animación\Cine Animación 002.mkv

the metadata file is:
E:\Mis Vídeos\Cine\Animación\Cine Animación 002_mkv_JRSidecar.xml

But inside of xml file I can read this:

Code: [Select]
<Field Name="Filename">E:\Mis Vídeos\Cine\Live Action\Rompe Ralph (2012)[Bluray 1080p 3D SBS x264 AC3-Dts Dual-Subs].mkv</Field>
this file name is not correct. I have renamed all my files using this code:

Code: [Select]
Cine Animación padnumber(customdata(#), 3)
But i can play the file without problems.
Why does this error appear? how to fix it? I want the metadata of my files to be correct. I have a lot of material.
Title: Re: Error in JRSidecar .xml metadata file
Post by: Hendrik on November 01, 2017, 09:33:58 am
The filename in the sidecar xml file is of no consequence, and you can safely ignore that field. It records the filename when the file was originally imported.
Title: Re: Error in JRSidecar .xml metadata file
Post by: cron0sRXR8 on November 01, 2017, 09:36:10 am
thank you, I feel more secure  :)