hi i have been trying to readd the corner video when in the menu, but i cannot figure it out, there is another thread referencing this but it is vague and references windows that arnt in the includes file.
the common now playing section has this in it >
removing the musicfiles line removes it from the music section, but i cannot seem to readd it to the video section, what is the video files section called exactly ?
in a post jezz made it is called "videolibrary" but i cannot find that in the code anywhere.
im basically trying to get pm3 working on my winxp machine again as without the preview version i cannot use the latest version of xbmc (it breaks playback on my box). i have compared code from earlier versions of the skin and still have not found any clues to how it was removed. any help appreciated with this as its mashing my brains.
the common now playing section has this in it >
Quote: <include name="CommonNowPlaying">
<control type="group">
<posx>10</posx>
<posy>450</posy>
<visible>Player.HasAudio</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(MusicFiles) + Control.IsVisible(500)]</visible>
<include>VisibleFadeEffect</include>
removing the musicfiles line removes it from the music section, but i cannot seem to readd it to the video section, what is the video files section called exactly ?
in a post jezz made it is called "videolibrary" but i cannot find that in the code anywhere.
im basically trying to get pm3 working on my winxp machine again as without the preview version i cannot use the latest version of xbmc (it breaks playback on my box). i have compared code from earlier versions of the skin and still have not found any clues to how it was removed. any help appreciated with this as its mashing my brains.