Posts: 1,155
Joined: Aug 2008
Thanks, everything's fine now.
Posts: 1,155
Joined: Aug 2008
How about support for music videos? To be honest i'm not sure if this would be very useful. It does not make sense to add it for music video clips but for concert bluray/dvd's it would atleast to some extent.
Right now if you open a movie information, exit, and open a music video information it shows the properties from the movie. I've blocked showing the flags with a visibility condition for now.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
I have concert videos in my movie library. Makes more sense because those have movie posters while you have 16:9 images for music videos. It's up to the skinner to only show language flags for movies and episodes.
Posts: 1,155
Joined: Aug 2008
2013-03-04, 15:02
(This post was last modified: 2013-03-04, 15:07 by User 34959.)
I use Concertdb scraper which scrapes from TMDB but they are still music videos. It scrapes standard posters and i already enabled more views for music videos in Confluence and didn't have to change pretty much anything, only enable same views/controls for music videos that are enabled for movies.
The script looks simple enough though to figure out, and with the help of json wiki i could try enabling it myself.
Posts: 217
Joined: Jan 2013
Reputation:
0
First of all great Script! :-)
I was told my question belongs here:
I got one question, dunno if possible though. If a movie has more than one countries of origin in the info (or XWMM) or there is no tagline then the info screen of the movie in aeon nox wont show any origin flags at all.
Is it possible to show all the flags?
Cheers
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
But it doesn't show countries of origin, it shows the language of the audio and/or subtitle streams. Maybe you're just misinterpreting the flags.
Posts: 1,155
Joined: Aug 2008
Production country for a movie is provided by the movie scraper you use and this script has nothing to do with it. By copying the rounded flags into place you only replaced the default Aeon Nox country label that is shown left to the plot outline.
If the production country is missing then it's missing. You can probably use a .nfo file to provide your own production country.
Posts: 508
Joined: Aug 2010
Hi Black
Thanks a lot for the addon! It works great for DialogVideoInfo.xml as <onload> is inside <window>.
I'm using Confluence's "Media info 2" view. I would like to see the flags in the movie list itself (ViewsVideoLibrary.xml) as well, either
1.) as part of the movie list, next to the HD/SD logo (shown for all movies at the same time)
or at least
2.) as part of the Audio Codec flags on the right (only shown for one movie at the time)
I assume 2.) is easier as Window.Property exists only once per window. But I can't get it to work as <onload> would not run inside a <control>.
1.) would be awesome!!
Any hints on how I can do this?
Thanks, Johnny
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Add a button to the list view's focusedlayout and run the script with <onfocus>. I didn't test that and it could slow down the navigation but it should work.
PS: The script is on the official repo now.