sharinganthief / tvrename

Automatically exported from code.google.com/p/tvrename
Other
0 stars 0 forks source link

XBMC NFOs not created according to XBMC wiki #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a merged episode in TV Rename
2. Scan and create NFO with "XBMC NFO files for shows and episodes" checked

What is the expected output? What do you see instead?
This is the NFO that TV Rename creates

<?xml version="1.0" encoding="utf-8"?>
<episodedetails>
  <title>Paderno Vs. Santana + Page Vs. Trees</title>
  <rating>0</rating>
  <season>1</season>
  <episode>7</episode>
  <plot>Los Angeles chefs Amar Santana and Mirko Paderno make a bet that leaves one of them up to his ears in potatoes and cooking with a whole pig’s head. Guests include: Elijah Wood; Krista Simmons; and Beth Riesgraf.&lt;br/&gt;&lt;br/&gt;Chefs James Trees and Christian Page break down an entire goat. Guests: chefs Eric Greenspan and Octavio Becerra.</plot>
  <aired>2013-10-15</aired>
  <mpaa>TV-PG</mpaa>
</episodedetails>

And this is what it should look like

<?xml version="1.0" encoding="utf-8"?>
<episodedetails>
  <title>Paderno Vs. Santana</title>
  <rating>0</rating>
  <season>1</season>
  <episode>7</episode>
  <plot>Los Angeles chefs Amar Santana and Mirko Paderno make a bet that leaves one of them up to his ears in potatoes and cooking with a whole pig’s head. Guests include: Elijah Wood; Krista Simmons; and Beth Riesgraf.</plot>
  <aired>2013-10-15</aired>
  <mpaa>TV-PG</mpaa>
  <epbookmark>0</epbookmark>
</episodedetails>
<episodedetails>
  <title>Page Vs. Trees</title>
  <rating>0</rating>
  <season>1</season>
  <episode>8</episode>
  <plot>Chefs James Trees and Christian Page break down an entire goat. Guests: chefs Eric Greenspan and Octavio Becerra.</plot>
  <aired>2013-10-15</aired>
  <mpaa>TV-PG</mpaa>
</episodedetails>

What version of the product are you using? On what operating system?
TV Rename 2.2.4, on swedish Windows XP SP3

Please provide any additional information below.
Here's the address to the wiki article
http://wiki.xbmc.org/index.php?title=NFO_files/TV_episodes

Just above the block of xml code it says
"For multi-part episodes, simply add multiple <episodedetails> XML blocks in 
succession."

Original issue reported on code.google.com by christia...@gmail.com on 29 Oct 2013 at 9:48