2021-01-30, 05:21
I'm trying to add episodes for a show not on the main scrapers. It picks up the show itself from the tvshow.nfo file. The info is read correct when info is viwed from the source folder. However the show doesn't appear in the library.
First, Is that because it hasn't successfully read any episdoes?
Second, why isn't it reading the episodes? Episode .nfo files are named to match the video file as according to the wiki.
Perhaps I'm not understanding the content of the episode .nfo file? Here's the first episode. There are no "proper" episode numbers, episodes are named by Part 1A, etc.
First, Is that because it hasn't successfully read any episdoes?
Second, why isn't it reading the episodes? Episode .nfo files are named to match the video file as according to the wiki.
Code:
Things Fall Apart (1987) Part 1A.nfo
Perhaps I'm not understanding the content of the episode .nfo file? Here's the first episode. There are no "proper" episode numbers, episodes are named by Part 1A, etc.
Code:
<episodedetails>
<title>Part 1A</title>
<showtitle>Things Fall Apart</showtitle>
<userrating></userrating>
<plot>miniseries directed by David Orere and broadcast on Nigerian television by the Nigerian Television Authority</plot>
<runtime></runtime>
<uniqueid type="tv" default="true">tfa1a</uniqueid>
<credits></credits>
<director>David Orere</director>
<aired>1987</aired>
<actor>
<name> Pete Edochie</name>
<role></role>
<order></order>
<thumb></thumb>
</actor>
</episodedetails>