Multi "Disc" Movie and Metadata?

Discuss My Media Center for Windows 8, Windows RT, iOS, Android, and WP, and ask Ceton for support.
Forum rules
Ceton no longer participate in this forum. There is no official support mechanism for My Media Center.
Post Reply
Vettro

Posts: 2
Joined: Sun Mar 31, 2013 1:15 pm
Location:

HTPC Specs: Show details

Multi "Disc" Movie and Metadata?

#1

Post by Vettro » Sun Mar 31, 2013 1:28 pm

I can't figure out how to take a 2 disc DVD MKV and have both files be recognized by My Media Center. If I add Disc 1 or 2 onto the file name it doesn't help. Do I need to combine them into one somehow?

I have tried other HTPC software like Plex and XBMC but nothing works as well as MMC. Just can't figure out this one thing! Driving me mad!

Vettro

Posts: 2
Joined: Sun Mar 31, 2013 1:15 pm
Location:

HTPC Specs: Show details

#2

Post by Vettro » Mon Apr 01, 2013 11:45 pm

No answers? I guess I'm either ignorant or everyone is stumped... either way I'm out of an answer.

gator99

Posts: 54
Joined: Sun Sep 23, 2012 1:08 pm
Location:

HTPC Specs: Show details

#3

Post by gator99 » Tue Apr 02, 2013 4:55 pm

Combine them - I use MKVtoolnix - MKVmerge - just google them - if you use MKV files you really should have these tools as they will assist in merging and other very useful things (like converting DTS to DD) etc.

https://www.google.com/search?q=merge+m ... e&ie=UTF-8

User avatar
Motz

Posts: 2038
Joined: Sat Jan 14, 2012 10:28 pm
Location: Seattle, WA

HTPC Specs: Show details

#4

Post by Motz » Tue Apr 02, 2013 6:10 pm

inside of the my media center config go to Advanced -> Metadata -> Create playlist for multi-file movies
I Write, Code, and Tweet

User avatar
Motz

Posts: 2038
Joined: Sat Jan 14, 2012 10:28 pm
Location: Seattle, WA

HTPC Specs: Show details

#5

Post by Motz » Tue Apr 02, 2013 6:17 pm

you can also create a playlist manually. Open up a new file in notepad and rename it to:
MovieName.wvx

Then open it to edit and add:
<ASX version = "3.0">
<Title>name of movies</Title>
<Entry>
<Ref href = "C:\MultifileMovies\MovieName\part1.avi" />
</Entry>
<Entry>
<Ref href = "C:\MultifileMovies\MovieName\part2.avi" />
</Entry>
</ASX>


I used to store my multifile movies in a different directory so they don't show up multiple times
I Write, Code, and Tweet

Post Reply