Page 2 of 2

Re: XnView MP and Photoshop *.ACR files.

Posted: Sun Oct 05, 2025 11:04 am
by FKCapitalism2
Still facing lots of issues and confusion with how XnViewMP handles sidecars.

When i assign Photoshop to Open With (Alt+1) menu and start it with on 007.ARW then it creates sidecar 007.XMP.

1. However that 007.XMP is only used when i use Open With (Alt+1) from XnViewMP menu, if i open using Photoshop > File > Open and select 007.ARW it does NOT load 007.XMP automatically as it should.

2. If Photoshop > File > Open used then changes made to 007.ARW in Adobe Camera Raw then it saves new sidecar file 007.arw_xmp because file 007.XMP already exists.


Pinpointed the problem its because when opening 007.ARW with Open With (Alt+1) and save changes then inside 007.XMP it adds line

Code: Select all

photoshop:SidecarForExtension="ARW "
space after "ARW ", this is reason it never being auto loaded from Photoshop Photoshop > File > Open


If Photoshop > File > Open then save XMP it will have

Code: Select all

photoshop:SidecarForExtension="ARW"
no space after "ARW", then XMP loads properly when opening from Photoshop > File > Open and select 007.ARW


From what i understand when opening one file in XnViewMP using Alt+1 then it adds spaced "ARW " to that file's XMP, however if opening multiple files in XnViewMP then it adds spaced "ARW " only to the last file in series, must be something in part of source that supply file path or file name to external program.

Re: XnView MP and Photoshop *.ACR files.

Posted: Mon Oct 06, 2025 8:55 am
by xnview
FKCapitalism2 wrote: Sun Oct 05, 2025 11:04 am Pinpointed the problem its because when opening 007.ARW with Open With (Alt+1) and save changes then inside 007.XMP it adds line

Code: Select all

photoshop:SidecarForExtension="ARW "
space after "ARW ", this is reason it never being auto loaded from Photoshop Photoshop > File > Open
photoshop:SidecarForExtension is added by which app?

Re: XnView MP and Photoshop *.ACR files.

Posted: Wed Oct 08, 2025 3:31 pm
by FKCapitalism2
xnview wrote: Mon Oct 06, 2025 8:55 am
FKCapitalism2 wrote: Sun Oct 05, 2025 11:04 am Pinpointed the problem its because when opening 007.ARW with Open With (Alt+1) and save changes then inside 007.XMP it adds line

Code: Select all

photoshop:SidecarForExtension="ARW "
space after "ARW ", this is reason it never being auto loaded from Photoshop Photoshop > File > Open
photoshop:SidecarForExtension is added by which app?
Its added by Photoshop's Adobe Camera RAW plugin when saving settings after editing ARW file it creates XMP with this settings.

However i assume the file path depends on the path that XnViewMP provides to the Photoshop there must be trailing space somewhere.