Unmatched Movies with Collection Naming

Hello, I´m having problems with the auto matcher.

My movies are named like this:

The Matrix (1999)/The Matrix (1999) [1080p, x264, DTS 5.1].mkv

And they work fine, the problem is with the ones I name with collections, so they are ordered.

The Matrix Collection 1 - The Matrix (1999)/The Matrix (1999) [1080p, x264, DTS 5.1].mkv
The Matrix Collection 2 - The Matrix Reloaded (2003)/The Matrix Reloaded (2003) [1080p, x264, AC3 5.1].mkv

For some reason the folder name has priority over the filename. I even use the collections names from themoviedb.org.

Is there a way to ignore the folder, and read only the filename? Or any other way to tweak it?

Thanks

Could you post a Plex XML info of one of the affected movies?

Yes, here it goes:

<MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="1" librarySectionTitle="Movies" librarySectionUUID="925f3ad9-9a33-4527-8399-8b4d362d8742" mediaTagPrefix="/system/bundle/media/flags/" mediaTagVersion="1481837172">
<Video ratingKey="462" key="/library/metadata/462" guid="local://462" librarySectionID="1" type="movie" title="The Dark Knight Collection 3 the Dark Knight Rises" titleSort="Dark Knight Collection 3 the Dark Knight Rises" summary="" year="2012" thumb="/library/metadata/462/thumb/1482192829" art="/library/metadata/462/art/1482192829" duration="9872748" addedAt="1466226893" updatedAt="1482192829">
<Media videoResolution="1080" id="462" duration="9872748" bitrate="3386" width="1920" height="800" aspectRatio="2.35" audioChannels="6" audioCodec="ac3" videoCodec="h264" container="mkv" videoFrameRate="24p" videoProfile="main">
<Part accessible="1" exists="1" id="462" key="/library/parts/462/1466226893/file.mkv" duration="9872748" file="/nfs/Media/Movies/The Dark Knight Collection 3 - The Dark Knight Rises (2012)/The Dark Knight Rises (2012) [1080p, x264, AC3 5.1].mkv" size="4178151454" container="mkv" videoProfile="main">
<Stream id="1618" streamType="1" default="1" codec="h264" index="0" bitrate="3000" language="English" languageCode="eng" bitDepth="8" cabac="1" chromaSubsampling="4:2:0" codecID="V_MPEG4/ISO/AVC" colorRange="tv" colorSpace="bt709" duration="9872748" frameRate="23.976" frameRateMode="cfr" hasScalingMatrix="0" height="800" level="40" pixelFormat="yuv420p" profile="main" refFrames="4" scanType="progressive" width="1920"/>
<Stream id="1619" streamType="2" selected="1" default="1" codec="ac3" index="1" channels="6" bitrate="384" language="English" languageCode="eng" audioChannelLayout="5.1(side)" bitDepth="16" bitrateMode="cbr" codecID="A_AC3" dialogNorm="-31" duration="9872748" samplingRate="48000"/>
<Stream id="1620" streamType="3" selected="1" default="1" codec="srt" index="2" language="latine, lingua latina" languageCode="lat" codecID="S_TEXT/UTF8" format="srt"/>
</Part>
</Media>
<Extras size="0"></Extras>
</Video>
</MediaContainer>

Yeah, Plex did not find a match for this movie, probably because of the folder name.
guid="local://462

This might actually work better:

Movies /
   The Matrix Collection /
      The Matrix (1999) /
         The Matrix (1999) [1080p, x264, DTS 5.1].mkv
      The Matrix Reloaded (2003) /
         The Matrix Reloaded (2003) [1080p, x264, AC3 5.1].mkv

Of course, the subfolders within the The Matrix Collection are not ordered, but hey, it is only 3 movies and you need to draw a line somewhere.

P.S.: does it really have a subtitle in latin? =))

Yes, that works.

Maybe it’s not so bad.

Thank you!

Jaja no, it has no subs, that’s weird.