How Do You Change Movie Library Content
#1
Hello,

While in MovieLibrary i would like to have the ability to have a FixedList with standard movie library choices, i.e.:

- Actor
- Year
- Genres
- Recently Added
- Title

This is the easy part, however, I can't seem to figure out how to populate the contents of another FixedList with the content selected on the first FixedList without moving to a different screen. Is this possible?

example: http://www.youtube.com/user/HitcherUK#p/u/1/MzSvsDfsUlY

Personally I think it would be easier to have a FixedList/WrapList with an additional tag, for all intents and purposes i'll call it "<source>", where we could assign any container data. It would be nice to have the ability to retrieve content in any custom window if we chosed to, i.e.,
PHP Code:
<control type="FixedList" id="0">
    <
source>XBMC.Container.Content.MovieLibrary</source
It would be nice, if not already possible, to have a function that would update the data of any list control. i.e,
PHP Code:
<onfocus>Control(id).setContent(Container.Content.(Movies).RecentlyAdded)</onfocus
This would make it easier for skinners or at leas me, to load any data at any given time to any given place (screen)

I hope this makes sense and thank you in advance for your input.

Regards,
Dom
Reply

Logout Mark Read Team Forum Stats Members Help
How Do You Change Movie Library Content0