Page 1 of 1

[BUG] Text Variable Display

Posted: 25 Jan 2007 19:01
by joethezombie
Consider the following:

Code: Select all

<Text x="190" y="32" width="365" alignment="right" color="#FFFFFF" font="verdana-13" text="$N" lefttop="lefttop" rightbottom="righttop" visible="(vlc.hasVout or vlc.hasAudio)" />
Queue up some files in the playlist and play a few. Note the text will not display the name of the current playing file, but rather will always display the first played title. However, take out the visible attribute, and the text is displayed as it should (however, it will then show the text when the player isn't playing).