Kodi Community Forum
Using my own .nfo file the writer is not showing up - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Using my own .nfo file the writer is not showing up (/showthread.php?tid=129793)



Using my own .nfo file the writer is not showing up - ruder - 2012-04-24

I'm using my own .nfo, all the movie information is showing up. Apart from the writer. I have tried many diffrent tags. eg <writer> <writing> <writers>. Nothing works, any ideas in what i'm doing wrong. I'm using rapier skin if that healps. Thanks


RE: Using my own .nfo file the writer is not showing up - jmarshall - 2012-04-24

Compare your nfo to one exported from the library (you can export to a single file/folder structure and just grab a section out of videodb.xml)


RE: Using my own .nfo file the writer is not showing up - ruder - 2012-04-24

thanks, it doesn't even list writer in it.

Heres the code from the .nfo file i'm using

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<fileinfo>
<streamdetails>
<video />
</streamdetails>
</fileinfo>
<title>BASEketball</title>
<originaltitle>BASEketball</originaltitle>
<sorttitle>BASEketball</sorttitle>
<year>1998</year>
<rating>9</rating>
<votes>600</votes>
<plot>Two guys who invent agame played in their driveway that quickly becomes a national obsession and catapults them into the spotlight.</plot>
<runtime>99 min</runtime>
<genre>Comedy</genre>
<genre>Sport</genre>
<country>USA</country>
<mpaa>PG-13</mpaa>
<director>David Zucker</director>
<writer>David Zucker</writer>
<actor>
<name>Trey Parker</name>
<role>Joe Cooper</role>
<thumb>c:\documents and settings\lemon\my documents\my videos\actors\trey_parker.jpg</thumb>
</actor>
<actor>
<name>Matt Stone</name>
<role>Doug Remer</role>
<thumb>c:\documents and settings\lemon\my documents\my videos\actors\matt_stone.jpg</thumb>
</actor>
<actor>
<name>Dian Bachar</name>
<role>Squeak Scolari</role>
<thumb>c:\documents and settings\lemon\my documents\my videos\actors\dian_bachar.jpg</thumb>
</actor>
<studio>Universal</studio>
<playcount>0</playcount>
<createdate>20120417094330</createdate>
<stars>5</stars>
</movie>



RE: Using my own .nfo file the writer is not showing up - kricker - 2012-04-24

I have .nfo files generate by Ember Media Manager. The info that shows up as writers in XBMC is actaul called credits in my .nfo files. I would think <writer> would be more appropriate.
Code:
<credits>Richard Wenk</credits>



RE: Using my own .nfo file the writer is not showing up - ruder - 2012-04-24

<credits> tag works thanks for the help


RE: Using my own .nfo file the writer is not showing up - kricker - 2012-04-24

jmarshall;
Would it not make more sense to have <writer> tags instead of <credits>?


RE: Using my own .nfo file the writer is not showing up - sialivi - 2012-04-24

If any changes are going to be made to the exported .nfo's, I hope some of the things that are completely missing from the .nfo will be taken into consideration. I'm personally very tired of having to redo the zoom mode of my hundreds of music videos everytime I've nuked my database for some reason. And allowing a movie to be part of multiple sets (which can be done by manually editing the database, but isn't possible to define in the .nfo's)