We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per this issue for script.extendedinfo: a4k-openproject/script.extendedinfo#4
This bug still appears to be an issue with various skins based on Aeon/Xonfluence?
I dont use either skin but have been updating script.extendedinfo and have had the issue reported to me.
I think its caused by "Default.xml" and "215"
<default type="radiobutton"> <left>450</left> <top>300</top> <width>450</width> <height>63</height> <include condition="String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonClassic</include> <include condition="!String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonModern</include> <include>NormalButton</include> <label>215</label> <font>font13</font> <textcolor>white</textcolor> <disabledcolor>grey3</disabledcolor> <textoffsetx>10</textoffsetx> <aligny>center</aligny> <pulseonselect>no</pulseonselect> </default>
The skin has no strings.po number 215 so I think thats where it defaults back to "resource.language.en_gb" and "Soften" is returned.
The text was updated successfully, but these errors were encountered:
I can report that removing the label reference to 215 does fix the random "Soften" which appears in extendedinfo when you are using Xonfluence:
<label></label>
However a better way to fix it (and not impact whatever that label is supposed to be for), might be a visible tag?
<visible>String.IsEmpty(Window.Property(movie.Plot)) + String.IsEmpty(Window.Property(tvshow.Plot)) + String.IsEmpty(Window.Property(episode.Plot))</visible>
??
Sorry, something went wrong.
No branches or pull requests
As per this issue for script.extendedinfo:
a4k-openproject/script.extendedinfo#4
This bug still appears to be an issue with various skins based on Aeon/Xonfluence?
I dont use either skin but have been updating script.extendedinfo and have had the issue reported to me.
I think its caused by "Default.xml" and "215"
The skin has no strings.po number 215 so I think thats where it defaults back to "resource.language.en_gb" and "Soften" is returned.
The text was updated successfully, but these errors were encountered: