Kodi Community Forum
REQ: Criterion #'s - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: REQ: Criterion #'s (/showthread.php?tid=78634)



REQ: Criterion #'s - JustinAiken - 2010-08-08

Hey ronie,

Thanks again for your skin, and for adding the IMDB250 a while ago... I now have a beautiful playlist sorted by top250...

I've also got into collecting Criterion collection DVDs... I'd like to be able to see the spine number on them if possible. I'm not sure if XBMC's skin support will even allow this, but if I were to add a <criterion>x</criterion> to some movie .nfos, could that be passed along to T! for a similar Criterion field?

http://www.criterion.com/


- JustinAiken - 2010-08-17

Or, if I was interested in try to add it to the skin myself...

It looks like you're getting the top250 tag with the tag:

ListItem.Top250

This is undocumented in the xbmc skinning wiki page... is that just an omission from the old wiki, or can you pull custom tags from the .nfo files like that?

Except you're using Top250, and the nfos have it as top250, and XML files are supposed to be case sensitive, so it looks like I may be out of luck...


- mcborzu - 2010-08-17

clock2113 Wrote:Hey ronie,

Thanks again for your skin, and for adding the IMDB250 a while ago... I now have a beautiful playlist sorted by top250...

I've also got into collecting Criterion collection DVDs... I'd like to be able to see the spine number on them if possible. I'm not sure if XBMC's skin support will even allow this, but if I were to add a <criterion>x</criterion> to some movie .nfos, could that be passed along to T! for a similar Criterion field?

http://www.criterion.com/


No you can't add custom fields, closest you can come is to use one of the existing fields, like <tagline> would be good since not many skins use this so it wouldn't throw off other skins.


- JustinAiken - 2010-08-17

Okay, thanks for the info!