Does XBMC need an nfo file for a TV show or Movie to be added to those categories respectively?

I'm confused as to how its library database operates and I can't seem to find any good information to that regard. Is there an API of some sort or do you just have to start hacking away at the source?

link|improve this question

2  
To be honest I have never gotten the categories working, I simply just put everything under video and order it by folder. – Diago Nov 23 '10 at 10:12
feedback

2 Answers

up vote 3 down vote accepted

Placing NFO file within each TV Show or Movie is completely optional. If you include one then XBMC would skip the scrapping and rely on the information provided within NFO. There are custom programs (my personal favorite is Ember Media Manager) to generate NFO's that offer a lot more flexibility than XBMC native scrappers. But even then, XBMC scrappers work pretty good as long as proper naming conventions are followed and content type (Movies, TV Shows etc.,) is set right.

Please see below links for more details on naming conventions and how XBMC internet lookups work:

link|improve this answer
+1 For Ember. I live by it. – Diago Nov 23 '10 at 14:18
feedback

There should be an .xml file. I know XBMC has a scraper that connects to thetvdb.com's api. It should bring down TV show data automatically as far as I know. I'm not sure about movies though.

link|improve this answer
I can confirm it scrapes movies as well, using imdb or a big selection of other API's – Diago Nov 23 '10 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.