Multi disc movie needs manual match

This might have been covered, but searching yields all sorts of non-specific cases.

I have a multi-disc movie/musical of Steve Vai Where the Wild Things Are (2009). I named the 2 discs files in the folder according to the instructions. This method worked with Gone with the Wind and Dr. Zhivago. However, the Steve Vai movie requires a manual match and when I do that it does not allow for a contiguous play. I end up with the 2 in the upper left corner and no way to tell which item is which disc.

What is the method to manual match but have it combine into a single movie item?

Thanks!

How exactly did you name those files?

Dir:
Movies\Steve.Vai.Where.the.Wild.Things.Are.2009

Files:

Steve.Vai.Where.the.Wild.Things.Are..2009.disc1.mkv
Steve.Vai.Where.the.Wild.Things.Are.2009.disc2.mkv

If I search “Where the Wild Things Are” in Movie Database agent, it will find a match.

thanks!

Ok…
Naming for that movie should be:
Steve Vai Where the Wild Things Are (2009)

For Plex to pick up it’s different parts of the same video, there’s certain prerequisites… e.g. the files being in a dedicated movie folder, the stream types and sequences to match etc… and of course last not least the proper naming :wink:
Go with the following schema:

Movies   <- the folder linked to your Plex library
   Steve Vai Where the Wild Things Are (2009)
      Steve Vai Where the Wild Things Are (2009) - disc1.ext
      Steve Vai Where the Wild Things Are (2009) - disc2.ext

Where .ext refers to the file extension; instead of discX you should also be able to use e.g. ptX or partX

While all the dots could work (and might have always worked since you started using this schema)… sticking with a clear name + release year in brackets will make it easier for Plex to understand which is which.

@tom80H appreciate the reply. I followed your recommendation but it still struggled to match. I tried manual and auto using the movie database.

When I used the auto match it collapsed them into a single item with the 2 in the upper left corner. Looking at the XML file, the disc2 is first item. I cannot seem to get it treated as a single 2 disc set.

I must be missing something obvious on cleaning this up. Any further hints?

Plex\Movies\Steve Vai Where the Wild Things Are (2009)
Steve Vai Where the Wild Things Are (2009) - disc1.mkv
Steve Vai Where the Wild Things Are (2009) - disc2.mkv

<Media id="1907" duration="3443773" bitrate="28981" width="1280" height="720" aspectRatio="1.78" audioChannels="6" audioCodec="ac3" videoCodec="mpeg2video" videoResolution="720" container="mkv" videoFrameRate="24p" videoProfile="main">
<Part accessible="1" exists="1" id="1915" key="/library/parts/1915/1316637173/file.mkv" duration="3443773" file="/data/Movies/Steve Vai Where the Wild Things Are (2009)/Steve Vai Where The Wild Things Are (2009) - disc2.mkv" size="12475677471" container="mkv" videoProfile="main">
<Stream id="4114" streamType="1" default="1" codec="mpeg2video" index="0" bitrate="26997" language="English" languageCode="eng" bitDepth="8" chromaLocation="left" chromaSubsampling="4:2:0" codedHeight="720" codedWidth="1280" colorPrimaries="bt709" colorRange="tv" colorSpace="bt709" colorTrc="bt709" frameRate="23.976" height="720" level="4" profile="main" refFrames="1" scanType="progressive" width="1280" displayTitle="720p (MPEG2VIDEO)"/>
<Stream id="4115" streamType="2" selected="1" default="1" codec="pcm" index="1" channels="2" bitrate="1536" language="English" languageCode="eng" profile="pcm_s16le" samplingRate="48000" title="2/0" displayTitle="English (PCM Stereo)"/>
<Stream id="4116" streamType="2" codec="ac3" index="2" channels="6" bitrate="448" language="English" languageCode="eng" audioChannelLayout="5.1(side)" samplingRate="48000" title="3/2+1" displayTitle="English (AC3 5.1)"/>
</Part>
</Media>
<Media id="1908" duration="6330365" bitrate="26958" width="1280" height="720" aspectRatio="1.78" audioChannels="6" audioCodec="ac3" videoCodec="mpeg2video" videoResolution="720" container="mkv" videoFrameRate="24p" videoProfile="main">
<Part accessible="1" exists="1" id="1914" key="/library/parts/1914/1316635808/file.mkv" duration="6330365" file="/data/Movies/Steve Vai Where the Wild Things Are (2009)/Steve Vai Where the Wild Things Are (2009) - disc1.mkv" size="21331635459" container="mkv" videoProfile="main">
<Stream id="4111" streamType="1" default="1" codec="mpeg2video" index="0" bitrate="24974" language="English" languageCode="eng" bitDepth="8" chromaLocation="left" chromaSubsampling="4:2:0" codedHeight="720" codedWidth="1280" colorPrimaries="bt709" colorRange="tv" colorSpace="bt709" colorTrc="bt709" frameRate="23.976" height="720" level="4" profile="main" refFrames="1" scanType="progressive" width="1280" displayTitle="720p (MPEG2VIDEO)"/>
<Stream id="4112" streamType="2" selected="1" default="1" codec="pcm" index="1" channels="2" bitrate="1536" language="English" languageCode="eng" profile="pcm_s16le" samplingRate="48000" title="2/0" displayTitle="English (PCM Stereo)"/>
<Stream id="4113" streamType="2" codec="ac3" index="2" channels="6" bitrate="448" language="English" languageCode="eng" audioChannelLayout="5.1(side)" samplingRate="48000" title="3/2+1" displayTitle="English (AC3 5.1)"/>
</Part>
</Media>

I suppose you could join the two disc together.

Lose the space after the last hyphen:

Plex\Movies\Steve Vai Where the Wild Things Are (2009)
Steve Vai Where the Wild Things Are (2009) -disc1.mkv
Steve Vai Where the Wild Things Are (2009) -disc2.mkv

Or use the best solution, which is to have only one video file: [HowTo]: joining multi-part movies files with MKVtoolnix GUI

1 Like

Thanks folks. Unfortunately deleting the space didn’t quite fix the problem. However, I used the MKVtoolnix to join the movie. I think there might just be a small gap in function where there are multi-discs AND the scrapper doesn’t pull the correct information. Not a big deal for me. Learning that MKVtool actually helps with other things, such as having a mkv where the default audio track is incorrect and set to forcing. Was able to tweak a few files that where acting up. :slight_smile:

Best!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.