custommx3
10-18-2011, 06:51 AM
I have a pretty large movie collection from which I have (yes legally) ripped my own DVD's into video files. I'm using Media browser as my interface on my HTPC that's pulling the files/art form a NAS on my network.
What I'm curious is if there is a way to integrate my movies into Hyperspin without having to make a copy and bring them locally, as well as configure each movie individually.
Media browser uses 4 basic files. (we'll use the movie Antz as an example)
The video file (any file supported by a predefined player such as Windows media player, or MPC home cinema for example)
Background.jpg (the background obviously)
Folder.png (the cover art, supported in both png and jpg)
mymovies.xml (movie information)
Here is the code of a mymovies.xml file.
<Title>
<LocalTitle>Antz</LocalTitle>
<OriginalTitle>Antz</OriginalTitle>
<SortTitle>Antz</SortTitle>
<Added>6/19/2009 8:47:06 AM</Added>
<ProductionYear>1998</ProductionYear>
<RunningTime>83</RunningTime>
<IMDBrating>6.5</IMDBrating>
<MPAARating>PG</MPAARating>
<Description>A rather neurotic ant tries to break from his totalitarian society while trying to win the affection of the princess he loves.</Description>
<Type />
<AspectRatio>1.85:1</AspectRatio>
<IMDB>tt0120587</IMDB>
<TMDbId>8916</TMDbId>
<Genres>
<Genre>Adventure</Genre>
<Genre>Animation</Genre>
<Genre>Comedy</Genre>
</Genres>
<Persons>
<Person>
<Name>Woody Allen</Name>
<Type>Actor</Type>
<Role>Z</Role>
</Person>
<Person>
<Name>Dan Aykroyd</Name>
<Type>Actor</Type>
<Role>Chip</Role>
</Person>
<Person>
<Name>Anne Bancroft</Name>
<Type>Actor</Type>
<Role>Queen</Role>
</Person>
<Person>
<Name>Danny Glover</Name>
<Type>Actor</Type>
<Role>Barbatus</Role>
</Person>
<Person>
<Name>Eric Darnell</Name>
<Type>Director</Type>
<Role />
</Person>
<Person>
<Name>Tim Johnson</Name>
<Type>Director</Type>
<Role />
</Person>
</Persons>
<Studios />
</Title>
I know I can map a network drive to assign a local drive letter, but is there any way I can use dir2xml to get the movie listing and integrate it into hyperspin using the 4 files mentioned above?
Basically mapping a network drive to the movies, creating a theme that parses the XML file, optional trailer support, and grabbing the directory name from the XML file created as a database.
I have my arcade in my garage and I'd like to watch a movie if possible on it if I have guests over.
is this feasible?
What I'm curious is if there is a way to integrate my movies into Hyperspin without having to make a copy and bring them locally, as well as configure each movie individually.
Media browser uses 4 basic files. (we'll use the movie Antz as an example)
The video file (any file supported by a predefined player such as Windows media player, or MPC home cinema for example)
Background.jpg (the background obviously)
Folder.png (the cover art, supported in both png and jpg)
mymovies.xml (movie information)
Here is the code of a mymovies.xml file.
<Title>
<LocalTitle>Antz</LocalTitle>
<OriginalTitle>Antz</OriginalTitle>
<SortTitle>Antz</SortTitle>
<Added>6/19/2009 8:47:06 AM</Added>
<ProductionYear>1998</ProductionYear>
<RunningTime>83</RunningTime>
<IMDBrating>6.5</IMDBrating>
<MPAARating>PG</MPAARating>
<Description>A rather neurotic ant tries to break from his totalitarian society while trying to win the affection of the princess he loves.</Description>
<Type />
<AspectRatio>1.85:1</AspectRatio>
<IMDB>tt0120587</IMDB>
<TMDbId>8916</TMDbId>
<Genres>
<Genre>Adventure</Genre>
<Genre>Animation</Genre>
<Genre>Comedy</Genre>
</Genres>
<Persons>
<Person>
<Name>Woody Allen</Name>
<Type>Actor</Type>
<Role>Z</Role>
</Person>
<Person>
<Name>Dan Aykroyd</Name>
<Type>Actor</Type>
<Role>Chip</Role>
</Person>
<Person>
<Name>Anne Bancroft</Name>
<Type>Actor</Type>
<Role>Queen</Role>
</Person>
<Person>
<Name>Danny Glover</Name>
<Type>Actor</Type>
<Role>Barbatus</Role>
</Person>
<Person>
<Name>Eric Darnell</Name>
<Type>Director</Type>
<Role />
</Person>
<Person>
<Name>Tim Johnson</Name>
<Type>Director</Type>
<Role />
</Person>
</Persons>
<Studios />
</Title>
I know I can map a network drive to assign a local drive letter, but is there any way I can use dir2xml to get the movie listing and integrate it into hyperspin using the 4 files mentioned above?
Basically mapping a network drive to the movies, creating a theme that parses the XML file, optional trailer support, and grabbing the directory name from the XML file created as a database.
I have my arcade in my garage and I'd like to watch a movie if possible on it if I have guests over.
is this feasible?