![]() |
|
[MOD] Multiplex View with Video Window Mod - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Aeon (/forumdisplay.php?fid=68) +---- Thread: [MOD] Multiplex View with Video Window Mod (/showthread.php?tid=49915) |
- henrikyo - 2009-05-18 23:44 anoobie Wrote:hi, find this in mutliplexview.xml thx for your answer mate, tried your above tweaks, but didnt work. When i startup xbmc it starts in showcase view and when trying to select multiplex it goes to wall view. Strange
- andyblac - 2009-05-19 01:17 andyblac Wrote:hi, OK found a command line that works, but now i need more help. here's the command that will play the episode minimized Code: <ondown>PlayMedia($INFO[listitem.path]$INFO[listitem.filename],1)</ondown>but i can't have 2 <ondown> statements, is there away to control when each ondown should be active ? hope someone can help
- Cyrilys - 2009-05-19 12:11 I would like to know where is the command line to change the color of title in the file Viewtype_Multiplex? - Tarlak - 2009-05-19 20:29 Hi, I try to use the mod 1 with the trailer. I've got this movie : American Gangster sddvd.mkv So i put the trailer like this : American Gangster sddvd-trailer.avi And in the new multiplex view i don't see the trailer, may i miss something ? - rflores2323 - 2009-05-19 22:00 how do you get the episode names in the tv view with this xml? I see there are other xml with the mod however I like this mod and want to use it. I want the thumb to show episode 1, episode 2, etc.. in the tv show multiplex view. - anoobie - 2009-05-19 23:25 Ayla Wrote:anoobie or somebody else; sorry I don't have a solution. Only thing I could think of is putting fanart in a separate folder and do a slideshow of that folder with just the fanart in it. But if you're gonna do that might as well just change the name to fanart.jpg. - anoobie - 2009-05-19 23:30 henrikyo Wrote:thx for your answer mate, tried your above tweaks, but didnt work. When i startup xbmc it starts in showcase view and when trying to select multiplex it goes to wall view. you probably didn't insert it between the </control>. Code: <fadetime>400</fadetime><texture>$INFO[Container(52).listitem.property(fanart_image)]</texture>- anoobie - 2009-05-19 23:34 andyblac Wrote:OK found a command line that works, but now i need more help. here's the command that will play the episode minimized Try putting this Code: <include name="Trailer">Code: <include name="Viewtype_Multiplex">then replace Code: <ondown>PlayMedia($INFO[ListItem.Trailer],1)</ondown>with Code: <include condition="Skin.HasSetting(videomovies)">Trailer</include>- anoobie - 2009-05-19 23:36 Cyrilys Wrote:I would like to know where is the command line to change the color of title in the file Viewtype_Multiplex? look for this Code: <include name="MultiplexLabelsMovies">and insert <textcolor></textcolor> in there - anoobie - 2009-05-19 23:37 Tarlak Wrote:Hi, did you reload the movie. Press 'i' then reload? |