Skip to content

TopBar strings not truncated correctly by auto-width (to krypton)#220

Open
linknetx wants to merge 1 commit into
phil65:kryptonfrom
linknetx:topbar
Open

TopBar strings not truncated correctly by auto-width (to krypton)#220
linknetx wants to merge 1 commit into
phil65:kryptonfrom
linknetx:topbar

Conversation

@linknetx

@linknetx linknetx commented Mar 4, 2017

Copy link
Copy Markdown
Contributor

For non-concatenated topbar strings each part of the string is truncated
seperately by auto-width resulting in incorrect truncation.
Also auto-width not working unless the width is specified.

Solution - create vars to concatenate topbar strings prior to auto-width
truncation and specify width value for auto-width.

For non-concatenated topbar strings each part of the string is truncated
seperately by auto-width resulting in incorrect truncation. Also auto
width not working unless the width is specified.

Solution - create vars to concatenate topbar strings prior to auto-width
truncation and specify width value for auto-width.
@linknetx linknetx changed the title TopBar strings not truncated correctly by auto-width TopBar strings not truncated correctly by auto-width (to krypton) Mar 4, 2017
@linknetx

linknetx commented Mar 7, 2017

Copy link
Copy Markdown
Contributor Author

Here is an example:

Before:
before

After:
after

@linknetx

Copy link
Copy Markdown
Contributor Author

This fixes the problem so is it possible to merge it ?

Comment thread xml/Variables.xml
<value>$LOCALIZE[1213] / $INFO[Container.FolderName]</value>
</variable>
<variable name="BreadcrumbsMusicVar">
<value>$LOCALIZE[2] / $INFO[Container.FolderName]</value>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why putting single values into a var?

@dagwieers

Copy link
Copy Markdown

I learned yesterday that this repository is unmaintained and you need to propose this change to the upstream https://github.com/xbmc/xbmc repository. Good luck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants