Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
is the length of the fade label in the musicoverlay.xml fixed in character length? i'd like to make it scroll across the entire bottom of the screen if possible.
this is the default from the mediacenter skin:
<control>
<description>album/artist/genre etc info label</description>
<type>fadelabel</type>
<id>5</id>
</control>
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
thanks frodo. i wasnt sure where the default values were stored. i'll check it out later.
i know that not all tags are applicable to all controls. am i correct in assuming that all applicable tags for a given control are defaulted in references.xml?
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
thanks. i found references.xml but there are multiple controls with the same id number. if these are default parameters for each control "type", why is there an id for each one? (and the id's are not unique.)
Posts: 7,172
Joined: Dec 2003
Reputation:
4
kraqh3d
Retired Developer
Posts: 7,172
adding a width tag sort of did what i was looking for. i was hoping to have the information scroll across the entire screen from right to left, but thats not the case.
at first my changed appeared to do nothing as theres not much difference with short names. i tagged some files with really long names as a test to be sure. the text is right justified and enough characters are filled in fit the given width. then it scrolls. the next piece of information comes up once the last character has scrolled off the left side of the screen.
any possibility of changing this or adding a new control type where label isnt filled in to the full width at the start but just scrolls across the width in either direction?