How to parse + (plus) sign in String comparsion operations
Debug log gives me an error on string comparsion of the first condition: Code:<variable name="VideoresolutionFullScreenVar"> <value...
View ArticleTV Show root path from episodes level
Hi, I'm unable to get the root path of a TV Show from episodes level, I mean: TVShow level: value of ListItem.Path - F:/shows/foundation Seasons level: value of ListItem.Path - F:/shows/foundation...
View ArticleHow to display season poster in files view
Hi, sorry if this has been already asked, I searched in the forum but didn't find anything.. (I'm not experienced in skinning but I'm modding some skin to fit my needs) My question is: Is there any way...
View ArticleVariable width with $INFO
Hi all. Can anyone tell me why my ListItems Property does not work for a width field?: Does not work: Code: <control type="image">...
View Articlein only with and auto don't displayed
With the code below : xml: <control type="group"> <control type="panel" id="50"> .... <itemlayout width="1088" height="64">...
View ArticleCommas being converted to carriage returns
I am trying to display $INFO[ListItem.Cast] that contains the value "Actor One, Actor Two, Actor Three". However, instead of displaying the InfoLabel on a single line, the commas are replaced by...
View ArticleUsing shows a "More.." item since Kodi 21
Hi, Using something like Code:<content target="videos" limit="15">videodb://recentlyaddedmovies/</content> shows a "More.." item since Kodi 21. Can this be disabled somehow? Thanks much!
View Article[split] Get scope skin to work with Kodi 21
I'm not sure if this is the best place to report an issue with the skin, so please correct me if not. I am using two Seren widgets, one for movies and one for TV shows. When I select a movie...
View ArticleYoutube addon - Like button
I'm trying to implement a like button in the youtube addon. I have referenced below. https://kodi.wiki/view/Add-on:YouTube Keymaps Required version: 6.3.0+ A collection of actions available for custom...
View ArticleEstuary Vignette effect around screen
I've been trying to find the code for the effect that darkens elements at the ends of the screen, i've been trying to change the color of the vignette but haven't been able to find the vignette code
View ArticleIs it possible to get the list of studios separately?
I wonder if it is possible to have the list of studios separated, in order to have a solution like this: ListItem.Property(Studio.1.Name) but without using external sources, such as...
View Articleimdb and tmdb rating labels
Can anybody confirm if they have ever used or are are using $INFO[ListItem.Rating(imdb)] and $INFO[ListItem.Rating(tmdb)] on their skin views? The reason I'm asking is both Wiki and the Kodi...
View ArticleA few Skinning Questions
I am trying to add the clickable plot found in the estuary skin to my own, i actually have it working using a mouse, but it is not hilighted when hovered over nor is it selectable using a remote....
View Article!String.IsEqual(ListItem.HasVideoVersions) issue
Code:<param name="visible" value="!String.IsEqual(ListItem.HasVideoVersions) + String.IsEqual(ListItem.DBType,movie)" /> i am trying to hide the versions button for movies that don't have...
View ArticleHelp with change needed for the favourites page
I am working with Kodi nexus under Linux. Using the estuary skin, I have set the Viewtype to Widelist. The panel on the left of the channel list displays "Action: Play media" and "Provider: Hulu" below...
View ArticlePerformance of panel views
I've always found performance of panel views is much worse, I imagine because of how many art elements are being shown on the screen at once. But given the power of modern hardware, I'm guessing (and...
View ArticleInformation button for Sets in context menu
The information button for Sets displays in the context menu for v21, but not in v19 or 20. Is there a way to add a button to those versions of Kodi? I've tried using "ActivateWindow(movieinformation)"...
View ArticleHow to update Container 50 (cast) in DialogVideoInfo.xml
In the default Estuary skin when you open the info dialog for an item you can select an actor from the cast list to open DialogSelect with a list of all the library items the actor stars in. Selecting...
View ArticleHow to play a playlist item from current position on a panel container?
I have a panel container that I use a dynamic content tag for a playlist Code:<content>playlistvideo://</content> but I can't for the life of me figure out how to get it to play the...
View ArticleMissing text in active window
How to I fix missing hover text for predefined active window controls? See images...one ok...other not in SettingsCategory.xml. I have 4 that aren't working and can't figure out how to find where to...
View Article