![]() |
|
[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) |
- Evanrich - 2009-05-17 10:31 This isn't really on topic with this thread, but how do you get the 1080p and DTS to show up in your skin? all my videos just show ? marks for the audio and video...is there a way to fix it? - Only One Haze - 2009-05-17 18:15 anoobie (or anyone else that knows the answer) i have applied the "big thumb fade out to synopsis" mod, but is there any way to make the thumb fade out instead of just dissappearing all at once? i messed with the fade time but that just affected the speed in which it showed up. is there like a fadeout control that could be applied after the system idle time? also, i noticed that with this applied, after the big thumb dissappears, if you start the trailer the thumb reappears and dissappears after another 5 seconds. and then if you stop the trailer the thumb reappears again. is it possible to set it so that once it dissappears the first time that it doesnt reappear until i leave that movie and come back to it? once again thanks for all your help and hard work - Hidd3nFury - 2009-05-17 20:43 Evanrich Wrote:This isn't really on topic with this thread, but how do you get the 1080p and DTS to show up in your skin? all my videos just show ? marks for the audio and video...is there a way to fix it? There are about 100 different topics about this. Search "media flags" on this sub forum and you should be able to answer your own question. - Kingmartinus - 2009-05-17 20:55 hey all does anybody know how to make trailers work with full dvd movies ( video ts files not avi files ). Cant figure this out? Thanks Martin - DJ_Elo - 2009-05-18 00:25 well,either you have a trailer in ure movie folder called moviename-trailer.avi or you have it linked to a trailer site so that it auto streams (which I'm not sure exactly how to do..) - anoobie - 2009-05-18 13:18 henrikyo Wrote:anyone know how u edit the xml to fit this viewtype hi, find this in mutliplexview.xml Code: <control type="group">and add this right below it Code: <control type="videowindow" id="2">then find this Code: <ondown>60</ondown>and change it to Code: <ondown>PlayMedia($INFO[ListItem.Trailer],1)</ondown>- anoobie - 2009-05-18 13:20 Only One Haze Wrote:anoobie (or anyone else that knows the answer) i have applied the "big thumb fade out to synopsis" mod, but is there any way to make the thumb fade out instead of just dissappearing all at once? i messed with the fade time but that just affected the speed in which it showed up. is there like a fadeout control that could be applied after the system idle time? Hi I just updated so that it does what you want. I also added the zoom effect to the trailer window, which I thought was pretty neat. Let me know what you think. - Ayla - 2009-05-18 17:20 anoobie or somebody else; I want to use this MOD, but: all my fanart is named [moviename]-fanart.jpg but it isn't scraped into my XBMC database because Plex has this disabled. Is there any way that I can show the fanart when the trailer isn't playing? I know that you can point to a filename in the fanart path, for example: fanart.jpg - but can I do the same with a "dynamic" name like [moviename]-fanart.jpg ? Thanks
- Only One Haze - 2009-05-18 20:07 anoobie Wrote:Hi I just updated so that it does what you want. I also added the zoom effect to the trailer window, which I thought was pretty neat. Let me know what you think. thanks man, i will take a look when i get home, are the changes noted in the .xml? i am copying the changes into my .xml cuz i have other mods, so i have to customize your customization. if they arent marked its cool, i pretty much know what to look for now. thanks again! - andyblac - 2009-05-18 21:21 hi, im trying to tweak this mod to work with TV shows, is they anyway the start playing the selected episode minimized (like the trailer does), with tweaking this command: Code: <ondown>PlayMedia($INFO[ListItem.Trailer],1)</ondown>i have tried: Code: <ondown>PlayMedia($INFO[listitem.filenameandpath],1)</ondown> |