NFO help

Hi

I have some non-scrapable video that I’d like to see in TV Shows section. I have created local NFOs following the Wiki using Notepad++ but had no success after forcing the library refresh by setting the folder content to ‘None’ then resetting it to ‘TV show’.

I can’t access the log (add-in didn’t work, can’t putty in, can’t access command line at boot-up), so hopefully there’s something obviously wrong here that I’m not picking up!

Many thanks in advance.

New Zealand Trip
—–New Zealand 1.mkv
—–New Zealand 2.mkv
—–New Zealand 3.mkv
—–tvshow.NFO
—–New Zealand 1.NFO
—–New Zealand 2.NFO
—–New Zealand 3.NFO
—–New Zealand-poster.jpg

tvshow.nfo

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
  <title>New Zealand</title>
</tvshow>

New Zealand 1.NFO

Code:
<?xml version="1.0" encoding="utf-8"?>
<episodedetails>
    <title>Week 1</title>
    <season>1</season>
    <episode>1</episode>
    <plot>South Island</plot>
    <playcount>0</playcount>
    <lastplayed></lastplayed>
    <fileinfo>
      <streamdetails>
      </streamdetails>
    </fileinfo>
</episodedetails>

New Zealand 2.NFO

Code:
<?xml version="1.0" encoding="utf-8"?>
<episodedetails>
    <title>Week 2</title>
    <season>1</season>
    <episode>2</episode>
    <plot>North Island</plot>
    <playcount>0</playcount>
    <lastplayed></lastplayed>
    <fileinfo>
      <streamdetails>
      </streamdetails>
    </fileinfo>
</episodedetails>