Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XBMC NFOs not created according to XBMC wiki #126

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments
Open

XBMC NFOs not created according to XBMC wiki #126

GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 29 Oct 2013 at 9:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant