[BUG] Text Variable Display
Posted: 25 Jan 2007 19:01
Consider the following:
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).
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)" />