[WIP] Formula 1 Content

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ralts Offline
Junior Member
Posts: 9
Joined: Mar 2011
Reputation: 0
Post: #41
@hoobie7
I got the actor (driver) names up and running in the tvshow.nfo file
It need not be duplicated in all the race (episode) nfo.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
<title>FiA Formula 1 2011</title>
<rating>10.00001</rating>
<year>2011</year>
<season>2011</season>
<episode>1</episode>
<displayseason>2011</displayseason>
<plot>If you thought that 2010 was a classic year of F1, buckle up and get ready for the 2011 season

in which four or even five teams seem set to go head-to-head as no fewer than five world champions go

into battle, and the midfield fight promises to be harder-fought than ever</plot>
<genre>Sports</genre>
<premiered>2011-03-27</premiered>
<studio>Formula One Management</studio>
<trailer></trailer>
<actor>
<name>Sebastian Vettel</name>

<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_822.jpg</thumb>
</actor>
<actor>
<name>Mark Webber</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_21.jpg</thumb>
</actor>
<actor>
<name>Lewis Hamilton</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_828.jpg</thumb>
</actor>
<actor>
<name>Jenson Button</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_6.jpg</thumb>
</actor>
<actor>
<name>Fernando Alonso</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_30.jpg</thumb>
</actor>
<actor>
<name>Felipe Massa</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_18.jpg</thumb>
</actor>
<actor>
<name>Michael Schumacher</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_7.jpg</thumb>
</actor>
<actor>
<name>Nico Rosberg</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_809.jpg</thumb>
</actor>
<actor>
<name>Nick Heidfeld</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_16.jpg</thumb>
</actor>
<actor>
<name>Vitaly Petrov</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_864.jpg</thumb>
</actor>
<actor>
<name>Rubens Barrichello</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_8.jpg</thumb>
</actor>
<actor>
<name>Pastor Maldonado</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_869.jpg</thumb>
</actor>
<actor>
<name>Adrian Sutil</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_818.jpg</thumb>
</actor>
<actor>
<name>Paul di Resta</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_851.jpg</thumb>
</actor>
<actor>
<name>Kamui Kobayashi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_837.jpg</thumb>
</actor>
<actor>
<name>Sergio Perez</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_867.jpg</thumb>
</actor>
<actor>
<name>Sebastien Buemi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_842.jpg</thumb>
</actor>
<actor>
<name>Jaime Alguersuari</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_847.jpg</thumb>
</actor>
<actor>
<name>Jarno Trulli</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_14.jpg</thumb>
</actor>
<actor>
<name>Heikki Kovalainen</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_813.jpg</thumb>
</actor>
<actor>
<name>Narain Karthikeyan</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_805.jpg</thumb>
</actor>
<actor>
<name>Vitantonio Liuzzi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_802.jpg</thumb>
</actor>
<actor>
<name>Timo Glock</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_791.jpg</thumb>
</actor>
<actor>
<name>Jerome d'Ambrosio</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_866.jpg</thumb>
</actor>
<tvshow>
find quote
ralts Offline
Junior Member
Posts: 9
Joined: Mar 2011
Reputation: 0
Post: #42
Juanflaco Wrote:If you can get your hands on MotoGP graphics it's easy enough to set up something similar. I've had to do the same for NHL games.

Back to the topic at hand, here are 2011 driver names and thumbs for use in NFO files...
Code:
<actor>
    <name>Sebastian Vettel</name>    
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_822.jpg</thumb>
  </actor>
  <actor>
    <name>Mark Webber</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_21.jpg</thumb>
  </actor>
  <actor>
    <name>Lewis Hamilton</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_828.jpg</thumb>
  </actor>
  <actor>
    <name>Jenson Button</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_6.jpg</thumb>
  </actor>
  <actor>
    <name>Fernando Alonso</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_30.jpg</thumb>
  </actor>
  <actor>
    <name>Felipe Massa</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_18.jpg</thumb>
  </actor>
  <actor>
    <name>Michael Schumacher</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_7.jpg</thumb>
  </actor>
  <actor>
    <name>Nico Rosberg</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_809.jpg</thumb>
  </actor>
  <actor>
    <name>Nick Heidfeld</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_16.jpg</thumb>
  </actor>
  <actor>
    <name>Vitaly Petrov</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_864.jpg</thumb>
  </actor>
  <actor>
    <name>Rubens Barrichello</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_8.jpg</thumb>
  </actor>
  <actor>
    <name>Pastor Maldonado</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_869.jpg</thumb>
  </actor>
  <actor>
    <name>Adrian Sutil</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_818.jpg</thumb>
  </actor>
  <actor>
    <name>Paul di Resta</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_851.jpg</thumb>
  </actor>
  <actor>
    <name>Kamui Kobayashi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_837.jpg</thumb>
  </actor>
  <actor>
    <name>Sergio Perez</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_867.jpg</thumb>
  </actor>
  <actor>
    <name>Sebastien Buemi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_842.jpg</thumb>
  </actor>
  <actor>
    <name>Jaime Alguersuari</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_847.jpg</thumb>
  </actor>
  <actor>
    <name>Jarno Trulli</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_14.jpg</thumb>
  </actor>
  <actor>
    <name>Heikki Kovalainen</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_813.jpg</thumb>
  </actor>
  <actor>
    <name>Narain Karthikeyan</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_805.jpg</thumb>
  </actor>
  <actor>
    <name>Vitantonio Liuzzi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_802.jpg</thumb>
  </actor>
  <actor>
    <name>Timo Glock</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_791.jpg</thumb>
  </actor>
  <actor>
    <name>Jerome d'Ambrosio</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_866.jpg</thumb>
  </actor>



hey mate, any chance we could get pics for drivers from past years??
2010 for example or 1993? Senna, Prost, all specific to the liveries of their teams of those years.....
find quote
ralts Offline
Junior Member
Posts: 9
Joined: Mar 2011
Reputation: 0
Post: #43
Try this for a episodename.nfo

1101 - Australia.mkv

Quote:<episodedetails>
<title>Qantas Australian Grand Prix</title>
<rating>10.00</rating>
<season>2011</season>
<episode>1</episode>
<plot>The 1st Round of the 2011 FiA Formula 1 Championship
Red Bull’s Sebastian Vettel got his world championship defence off to the best possible start in Albert Park on Sunday evening. The German beat Lewis Hamilton’s KERS-assisted rush as they had a drag race to the first corner, and thereafter that was all she wrote</plot>
<credits>BBC</credits>
<director>BBC</director>
<aired>2011-03-27</aired>
<studio>BBC</studio>
</episodedetails>

The Plot has some spoilers though....
Sourced from official f1 website
(This post was last modified: 2011-04-05 11:30 by ralts.)
find quote
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #44
crooksy Wrote:I was just dreaming of a streaming website that contained videos of every F1 race and included classic races with an XBMC plugin (I'd pay for this if it existed). Something like Icefilms would work for this and it has a few races that are available from last year, so if anyone wants to upload more content to Mega *cough* you'd be my best friend Big Grin

I toitally agree.. Or even the ability to stream the live practice sessions etc would be fantastic.

The bbc sport website (and red button) shows the practice 1, 2 and 3 which i cant stream as i have no plugin for the bbc sport stuff or the red button (iplayer only shows the delayed stuff after it has aired) :-(

Plus to stream the live races i have to use TVCatch up which has pretty poor quality compaired to the live feeds online and the red button... Is there no way to have access to the red button "live" via xbmc or for us to stream all the practice sessions via bbc sport website directly into xbmc?

But agreed that an ice films for sport would be fantastic :-)
find quote
Juanflaco Offline
Senior Member
Posts: 189
Joined: Jun 2004
Reputation: 0
Post: #45
Aaargh! Guardian.co.uk just spoiled Malaysia for me before I had a chance to see it Sad

Ralts, I think your syntax is a little off in tvshow.nfo as it didn't work for me. For example, I see that the <tvshow> tag isn't properly closed at the end. A few changes and it's looking good in Ember Media Manager, but I'm waiting to load Malaysia before I double-check in XBMC...

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<title>FiA Formula 1</title>
<rating>10.00001</rating>
<year>2011</year>
<plot>If you thought 2010 was a classic year of F1, buckle up and get ready for the 2011 season in which four or even five teams seem set to go head-to-head as no fewer than five world champions go into battle, and the midfield fight promises to be harder-fought than ever</plot>
<genre>Sports</genre>
<premiered>2011-03-27</premiered>
<studio>Formula One Management</studio>
<trailer></trailer>
<actor>
<name>Sebastian Vettel</name>

<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_822.jpg</thumb>
</actor>
<actor>
<name>Mark Webber</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_21.jpg</thumb>
</actor>
<actor>
<name>Lewis Hamilton</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_828.jpg</thumb>
</actor>
<actor>
<name>Jenson Button</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_6.jpg</thumb>
</actor>
<actor>
<name>Fernando Alonso</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_30.jpg</thumb>
</actor>
<actor>
<name>Felipe Massa</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_18.jpg</thumb>
</actor>
<actor>
<name>Michael Schumacher</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_7.jpg</thumb>
</actor>
<actor>
<name>Nico Rosberg</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_809.jpg</thumb>
</actor>
<actor>
<name>Nick Heidfeld</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_16.jpg</thumb>
</actor>
<actor>
<name>Vitaly Petrov</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_864.jpg</thumb>
</actor>
<actor>
<name>Rubens Barrichello</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_8.jpg</thumb>
</actor>
<actor>
<name>Pastor Maldonado</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_869.jpg</thumb>
</actor>
<actor>
<name>Adrian Sutil</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_818.jpg</thumb>
</actor>
<actor>
<name>Paul di Resta</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_851.jpg</thumb>
</actor>
<actor>
<name>Kamui Kobayashi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_837.jpg</thumb>
</actor>
<actor>
<name>Sergio Perez</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_867.jpg</thumb>
</actor>
<actor>
<name>Sebastien Buemi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_842.jpg</thumb>
</actor>
<actor>
<name>Jaime Alguersuari</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_847.jpg</thumb>
</actor>
<actor>
<name>Jarno Trulli</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_14.jpg</thumb>
</actor>
<actor>
<name>Heikki Kovalainen</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_813.jpg</thumb>
</actor>
<actor>
<name>Narain Karthikeyan</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_805.jpg</thumb>
</actor>
<actor>
<name>Vitantonio Liuzzi</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_802.jpg</thumb>
</actor>
<actor>
<name>Timo Glock</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_791.jpg</thumb>
</actor>
<actor>
<name>Jerome d'Ambrosio</name>
<thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_866.jpg</thumb>
</actor>
</tvshow>
find quote
Juanflaco Offline
Senior Member
Posts: 189
Joined: Jun 2004
Reputation: 0
Post: #46
luma Wrote:So has anybody got this all together in some reasonable format that could be zipped up? I'm still struggling to get it all to work right and look presentable in XBMC. The race has started and I need to get things working!

Here's a copy of my F1 directory, I've replaced the actual race videos with empty files but you can see how everything is named and set up.

http://www.mediafire.com/file/alj0q591y9...rmula1.zip

Post if you have questions, or if anyone has suggested changes I'm all ears...
(This post was last modified: 2011-04-10 19:23 by Juanflaco.)
find quote
luma Offline
Junior Member
Posts: 34
Joined: Jun 2004
Reputation: 0
Post: #47
Juanflaco Wrote:Here's a copy of my F1 directory, I've replaced the actual race videos with empty files but you can see how everything is named and set up.

http://www.mediafire.com/file/alj0q591y9...rmula1.zip

Post if you have questions, or if anyone has suggested changes I'm all ears...

You are a majestic human being. Thanks.
find quote
ralts Offline
Junior Member
Posts: 9
Joined: Mar 2011
Reputation: 0
Post: #48
Juanflaco, please go through these files and let me know what I can do to make them better.
They contain fanart, folder, nfo's for Australia and Malaysia, tvshow.

P.S. : I am looking for a way to build the same (especially drivers as actors/cast) for previous season like in the 90's, 80's etc

Cheers mate! You are doing great work Smile

http://www.mediafire.com/?29v262e1v7cz72u

Screen Shots

http://www.mediafire.com/?i2gdg3p267hf9
(This post was last modified: 2011-04-11 19:51 by ralts.)
find quote
hoobie7 Offline
Junior Member
Posts: 30
Joined: Jun 2009
Reputation: 0
Post: #49
@ purplehaze and ralts

Hmm, I actually do have mine set up as season 2010 and 2011.
Don't know what I did differently but I'll attach my tvshow.nfo


And now a question:
I was only planning on DLing and cataloging the races but I got some of the qualifyings too. But how would I number that episdoe wise?
Any ideas?

Hoobie7

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tvshow>
  <title>Formula 1</title>
  <year>0</year>
  <season>2</season>
  <episode>2</episode>
  <rating>
  </rating>
  <plot>Auto Racing goddamn it!</plot>
  <runtime>
  </runtime>
  <mpaa>
  </mpaa>
  <genre> Auto Racing</genre>
  <premiered>0000</premiered>
  <studio>BBC</studio>
  <id>
  </id>
  <tvdbid>
  </tvdbid>
  <sortorder>default</sortorder>
  <language>
  </language>
  <episodeactorsource>
  </episodeactorsource>
  <tvshowactorsource>
  </tvshowactorsource>
  <locked>0</locked>
  <actor>
    <name>Sebastian Vettel</name>    
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_822.jpg</thumb>
  </actor>
  <actor>
    <name>Mark Webber</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_21.jpg</thumb>
  </actor>
  <actor>
    <name>Lewis Hamilton</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_828.jpg</thumb>
  </actor>
  <actor>
    <name>Jenson Button</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_6.jpg</thumb>
  </actor>
  <actor>
    <name>Fernando Alonso</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_30.jpg</thumb>
  </actor>
  <actor>
    <name>Felipe Massa</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_18.jpg</thumb>
  </actor>
  <actor>
    <name>Michael Schumacher</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_7.jpg</thumb>
  </actor>
  <actor>
    <name>Nico Rosberg</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_809.jpg</thumb>
  </actor>
  <actor>
    <name>Nick Heidfeld</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_16.jpg</thumb>
  </actor>
  <actor>
    <name>Vitaly Petrov</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_864.jpg</thumb>
  </actor>
  <actor>
    <name>Rubens Barrichello</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_8.jpg</thumb>
  </actor>
  <actor>
    <name>Pastor Maldonado</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_869.jpg</thumb>
  </actor>
  <actor>
    <name>Adrian Sutil</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_818.jpg</thumb>
  </actor>
  <actor>
    <name>Paul di Resta</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_851.jpg</thumb>
  </actor>
  <actor>
    <name>Kamui Kobayashi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_837.jpg</thumb>
  </actor>
  <actor>
    <name>Sergio Perez</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_867.jpg</thumb>
  </actor>
  <actor>
    <name>Sebastien Buemi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_842.jpg</thumb>
  </actor>
  <actor>
    <name>Jaime Alguersuari</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_847.jpg</thumb>
  </actor>
  <actor>
    <name>Jarno Trulli</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_14.jpg</thumb>
  </actor>
  <actor>
    <name>Heikki Kovalainen</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_813.jpg</thumb>
  </actor>
  <actor>
    <name>Narain Karthikeyan</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_805.jpg</thumb>
  </actor>
  <actor>
    <name>Vitantonio Liuzzi</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_802.jpg</thumb>
  </actor>
  <actor>
    <name>Timo Glock</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_791.jpg</thumb>
  </actor>
  <actor>
    <name>Jerome d'Ambrosio</name>
    <thumb>http://www.formula1.com/photos/teams_and_drivers/driver_index/portrait/portrait_866.jpg</thumb>
  </actor>
</tvshow>
</tvshow>
find quote
ralts Offline
Junior Member
Posts: 9
Joined: Mar 2011
Reputation: 0
Post: #50
@hoobie7
My current files for F1 2011 are in three parts : pre race buildup and 2 part race.

In the nfo, I simply put Episode 1 for each of those three files, and they turn up side by side in the order.
In the Win explorer, I use this as syntax : 1101 - Australia - 1.mkv, 1101 - Australia - 2.mkv.... 1102 - Malaysia - 1.mkv

If you have qualifying files, or FP1,2,3.... Try to put them up with - 1, - 2, .... for getting them organized in explorer and use same episode number as 1 throughout in nfo for xbmc...
find quote
Post Reply