Page 1 of 1

TV Series listed under Documentary?

PostPosted: Thu Nov 08, 2012 11:43 am
by flipandboef
First off all: LOVE Serviio ;)

However I do notice something strange... My TV Series are listed as TV Series, bu also under Documentary under Genres.
Is there a way to exclude the TV Series from the Documentary under Genres? (I do have some Documentaries that are not TV shows)

I'm using for the MetaData XBMC .nfo files, that I perfectly create with Media Companion.

Here's an example of one of the files (TV Series):
  Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<episodedetails>
  <fileinfo>
    <streamdetails>
      <video />
    </streamdetails>
  </fileinfo>
  <title>Deadliest Hotels and Hospitals</title>
  <season>0</season>
  <episode>9</episode>
  <aired>2012-02-24</aired>
  <plot>Ghost Adventures recall their creepiest lockdowns inside hotels of horror and the deadliest hospitals that they've investigated.</plot>
  <playcount>0</playcount>
  <director>
  </director>
  <credits>
  </credits>
  <rating>0</rating>
  <runtime>
  </runtime>
  <showid>83929</showid>
</episodedetails>


Thanks in advance for the help!

Re: TV Series listed under Documentary?

PostPosted: Thu Nov 08, 2012 12:43 pm
by flipandboef
EDIT:

I noticed just now the tvshow.nfo file...
In there you do see the genre where it appears in...
However... MC does see it as a TV Show, while Serviio sees it as a TV Series AND as movie under Genre?
Here's the nfo.
  Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<tvshow>
  <state>0</state>
  <title>Ghost Adventures</title>
  <id>83929</id>
  <mpaa>TV-14</mpaa>
  <genre>Documentary / Reality</genre>
  <imdbid>tt1319900</imdbid>
  <plot>Paranormal investigator Zak Bagans and his crew, Nick Groff and Aaron Goodwin, search for haunted locations both domestically and internationally.
 
During their investigations, Zak and crew acquaint themselves with the general area; interview locals about the hauntings; and go face-to-face with the evil spirits who reportedly haunt these locations.

</plot>
  <runtime>60</runtime>
  <rating>8.4</rating>
  <premiered>2008-10-12</premiered>
  <studio>Travel Channel</studio>
  <episodeguide>http://thetvdb.com/api/6E82FED600783400/series/83929/all/en.zip</episodeguide>
  <actor>
    <name>Zak Bagans</name>
    <role>Host and Lead Investigator</role>
    <thumb>actors/80069.jpg</thumb>
  </actor>
  <actor>
    <name>Nick Groff</name>
    <role>Investigator</role>
    <thumb>actors/80070.jpg</thumb>
  </actor>
  <actor>
    <name>Aaron Goodwin</name>
    <role>Cameraman and Equipment Technician</role>
    <thumb>actors/80071.jpg</thumb>
  </actor>
  <episodeactorsource>imdb</episodeactorsource>
  <tvshowactorsource>tvdb</tvshowactorsource>
  <sortorder>default</sortorder>
</tvshow>


The question remains on how to only show this under TV Series...

Re: TV Series listed under Documentary?

PostPosted: Thu Nov 08, 2012 1:11 pm
by zip
The Genre category, as well as all the others (apart from Movies) will include metadata for series videos as well as movies videos. So Series and Movies are the only categories that will include either.

Re: TV Series listed under Documentary?

PostPosted: Thu Nov 08, 2012 1:53 pm
by flipandboef
Thanks for letting me know this Zip.
Too bad that there's no option to exclude the series from the genres, as all the episodes are now listed under that genre and are ordered by name, not episode/season.
Navigation via series is much better for that.

Ok, so I'll adjust the Genre for this series so I can just ignore that one. While I have a feeling it's not, but is there a possibillity to hide a genre?

Again, thanks for your help and fast reply!