Movies by Country
#1
Hi,
Is there any way that XBMC will display movies by Country ?
like by genre, year etc...
How to add "table/filter" to skin (for example Confluence) ?
Thanks for any tips
Reply
#2
this has been supported for ages.
Reply
#3
spiff Wrote:this has been supported for ages.

I thought so...
but I don't have this options, hmm strange Sad
Reply
#4
the scraper needs to supply the info. currently only tmdb does afaik.
Reply
#5
spiff Wrote:the scraper needs to supply the info. currently only tmdb does afaik.

you mean that scrapper should add <country> tag in *.nfo file ?

Code:
...
    <id>0971209</id>
    <genre>Thriller</genre>
    [color=red]<country>USA</country>[/color]
    <credits>David Twohy</credits>
    <director>David Twohy</director>
...

if yes, I have it in all my movies
Reply
#6
right, then it's just a matter of naving to the node you want. it's working fine here, tested from a nfo file and online scrapes.
Reply
#7
spiff Wrote:right, then it's just a matter of naving to the node you want. it's working fine here, tested from a nfo file and online scrapes.

you have right, I tested it on Aeon yesterday evening and this option (display by Country) is available, but it's missed in Confluence Customizable Mod Sad
btw thanks for clarification
Reply
#8
resolved Smile

I added only:

Code:
<control type="button" id="190167">
    <include>ButtonHomeSubCommonValues</include>
    <label>Countries</label>
    <onclick>ActivateWindow(VideoLibrary,MovieCountries,return)</onclick>
</control>

to IncludesHomeVertical.xml file
Reply

Logout Mark Read Team Forum Stats Members Help
Movies by Country0