Need Sample NFO File for P90X3
#1
I have added P90X3 with nfo files that I am using to get it to show in XBMC. I have the titles showing but the additional information like plot, actors, year, etc are not showing.

I'm using a tvshow.nfo and an nfo file for each workout but should I be using movie.nfo and create movie sets?

Really, I'm hoping someone can post a sample nfo file. I've used the wiki as a guide to help but I can't seem to get it to work entirely like I want, showing all the details.
Reply
#2
Code:
<movie>
        <title>P90X3 Workouts</title>
        <originaltitle>P90X3 Workouts</originaltitle>
        <sorttitle>Workouts</sorttitle>
        <set>P90X3 Workouts Collection</set>
        <rating>0</rating>
        <year>2119</year>
        <top250>0</top250>
        <votes>-500000</votes>
        <outline>Get ripped in 30 minutes a day, using Tony Horton's breakthrough </outline>
        <plot>get ripped to shreds</plot>
        <tagline>You want muscles eh?</tagline>
        <runtime>30</runtime> //runtime in minutes
        <thumb>http://bit.ly/1fsMuyE</thumb>
        <mpaa>Not available</mpaa>
        <playcount>0</playcount><!-- setting this to > 0 will mark the movie as watched if the "importwatchedstate" flag is set in advancedsettings.xml -->
        <id>THISISIMDBID</id>
        <filenameandpath>c:\Dummy_Movie_Files\Movies\...So Goes The Nation.avi</filenameandpath>
        <trailer>http://www.youtube.com/watch?v=NVIrqXim9U0</trailer>
        <genre>Fitness</genre>
        <credits>Sweaty guy</credits>
        <fileinfo>
            <streamdetails>
                <video>
                    <codec>h264</codec>
                    <aspect>2.35</aspect>
                    <width>1920</width>
                    <height>816</height>
                </video>
                <audio>
                    <codec>ac3</codec>
                    <language>eng</language>
                    <channels>6</channels>
                </audio>
                <audio>
                    <codec>ac3</codec>
                    <language>spa</language>
                   <channels>2</channels>
                </audio>
                <subtitle>
                    <language>n/a</language>
                </subtitle>
            </streamdetails>
        </fileinfo>
        <director>flex monsters</director>
        <actor>
            <name>YU</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>DATV</name>
            <role>Itself</role>
        </actor>
    </movie>
Reply

Logout Mark Read Team Forum Stats Members Help
Need Sample NFO File for P90X30