PageRenderTime 49ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/NfoLibrary/Movie.vb

#
Visual Basic | 71 lines | 2 code | 2 blank | 67 comment | 0 complexity | f64aecd00c4aaf8afeae2de49638e442 MD5 | raw file
Possible License(s): GPL-2.0
  1. '<movie>
  2. ' <title>Who knows</title>
  3. ' <originaltitle>Who knows for real</originaltitle>
  4. ' <sorttitle>Who knows 1</sorttitle>
  5. ' <set>Who knows trilogy</set>
  6. ' <rating>6.100000</rating>
  7. ' <year>2008</year>
  8. ' <top250>0</top250>
  9. ' <votes>50</votes>
  10. ' <outline>A look at the role of the Buckeye State in the 2004 Presidential Election.</outline>
  11. ' <plot>A look at the role of the Buckeye State in the 2004 Presidential Election.</plot>
  12. ' <tagline></tagline>
  13. ' <runtime>90 min</runtime>
  14. ' <thumb>http://ia.ec.imdb.com/media/imdb/01/I/25/65/31/10f.jpg</thumb>
  15. ' <mpaa>Not available</mpaa>
  16. ' <playcount>0</playcount>
  17. ' <watched>false</watched>
  18. ' <id>tt0432337</id>
  19. ' <filenameandpath>c:\Dummy_Movie_Files\Movies\...So Goes The Nation.avi</filenameandpath>
  20. ' <trailer></trailer>
  21. ' <genre></genre>
  22. ' <credits></credits>
  23. ' <fileinfo>
  24. ' <streamdetails>
  25. ' <video>
  26. ' <codec>h264</codec>
  27. ' <aspect>2.35</aspect>
  28. ' <width>1920</width>
  29. ' <height>816</height>
  30. ' </video>
  31. ' <audio>
  32. ' <codec>ac3</codec>
  33. ' <language>eng</language>
  34. ' <channels>6</channels>
  35. ' </audio>
  36. ' <audio>
  37. ' <codec>ac3</codec>
  38. ' <language>spa</language>
  39. ' <channels>2</channels>
  40. ' </audio>
  41. ' <subtitle>
  42. ' <language>spa</language>
  43. ' </subtitle>
  44. ' </streamdetails>
  45. ' </fileinfo>
  46. ' <director>Adam Del Deo</director>
  47. ' <actor>
  48. ' <name>Paul Begala</name>
  49. ' <role>Himself</role>
  50. ' </actor>
  51. ' <actor>
  52. ' <name>George W. Bush</name>
  53. ' <role>Himself</role>
  54. ' </actor>
  55. ' <actor>
  56. ' <name>Mary Beth Cahill</name>
  57. ' <role>Herself</role>
  58. ' </actor>
  59. ' <actor>
  60. ' <name>Ed Gillespie</name>
  61. ' <role>Himself</role>
  62. ' </actor>
  63. ' <actor>
  64. ' <name>John Kerry</name>
  65. ' <role>Himself</role>
  66. ' </actor>
  67. '</movie>
  68. Public Class Movie
  69. End Class