Using my own .nfo file the writer is not showing up
#1
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
Reply
#2
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)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
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>
Reply
#4
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>
Reply
#5
<credits> tag works thanks for the help
Reply
#6
jmarshall;
Would it not make more sense to have <writer> tags instead of <credits>?
Reply
#7
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)
Reply

Logout Mark Read Team Forum Stats Members Help
Using my own .nfo file the writer is not showing up0