Kodi Community Forum

Full Version: Movies by Country
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
this has been supported for ages.
spiff Wrote:this has been supported for ages.

I thought so...
but I don't have this options, hmm strange Sad
the scraper needs to supply the info. currently only tmdb does afaik.
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
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.
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
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