Kodi Community Forum

Full Version: Precedence of episodeguide-tag in tvshow.nfo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A while ago I had the following scenario: A show with several episodes was scanned by XBMC. The show was in the list of shows after that, but with no episodes. The show had been scraped with ember.
After a little trial and error it became obvious that there was a typo in the url in the episodeguide-tag. The problem could be fixed by either
a) fixing the typo
or
b) removing the episodeguide-tag altogether.
I assume that in case a) the info was retrieved from tvdb using the url and in case b) the info was taken from each episode's .nfo-file.
Which leads to my question:
Are all the entries in the episode .nfo-files ignored, when a episodeguide-tag with a valid url is present?
Because even if the url was invalid, all the information was there in each episode's .nfo-file.