2013-02-28, 19:29
No problem, it is not so important.
I just want to help a little bit, because I used this skin from the beginning.
I just want to help a little bit, because I used this skin from the beginning.
<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/trailer.mp4,1)</onclick>
<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.trailer],1)</onclick>
(2013-03-02, 13:49)paradix Wrote: Hi Angelscry. Thanx for the input on the advanced launcher.Thank you very much. I have another suggestion. Since version 1.13.0 of Advanced Launcher, the extra-fanarts folder path could be mamanged by Advanced Launcher. There still no dedicated XBMC listitem entry for that, so Advanced Launcher use the listitem.director value to pass the extra-fanarts folder path.
I'll put it on the TODO list, and have it done with the next updates.
<imagepath background="true">$INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/extrathumb</imagepath>
<imagepath background="true">$INFO[ListItem.Director]</imagepath>
(2013-03-02, 06:17)Angelscry Wrote: Trailers support for Advanced Launcher. Advanced Launcher support trailers MP4 files since several versions now. So... I think it is not necessary that the trailer file path continue to be completly generated and supported by the skin. So i'm suggesting to replace :
Code:<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/trailer.mp4,1)</onclick>
code into custom_PopUpMenu_Games1123.xml file by :
Code:<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.trailer],1)</onclick>
The trailer mp4 file is defined by the custom path (for each launcher and items) and the launcher or item filename. For example if the custom path is /Emulation/playstation/extra and the item filename is sonic.zip then the trailer path will be /Emulation/playstation/extra/zelda.mp4
<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/trailer.mp4,1)</onclick>
<onclick>XBMC.PlayMedia($INFO[ListItem.trailer],1)</onclick>
(2013-03-03, 15:59)Angelscry Wrote:(2013-03-02, 06:17)Angelscry Wrote: Trailers support for Advanced Launcher. Advanced Launcher support trailers MP4 files since several versions now. So... I think it is not necessary that the trailer file path continue to be completly generated and supported by the skin. So i'm suggesting to replace :
Code:<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/trailer.mp4,1)</onclick>
code into custom_PopUpMenu_Games1123.xml file by :
Code:<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.trailer],1)</onclick>
The trailer mp4 file is defined by the custom path (for each launcher and items) and the launcher or item filename. For example if the custom path is /Emulation/playstation/extra and the item filename is sonic.zip then the trailer path will be /Emulation/playstation/extra/zelda.mp4Code:<onclick>XBMC.PlayMedia($INFO[Skin.String(Menu_GameCustom1_Label)]/$INFO[ListItem.label]/trailer.mp4,1)</onclick>
Could also be replaced simply by :
Code:<onclick>XBMC.PlayMedia($INFO[ListItem.trailer],1)</onclick>
(2013-03-04, 12:32)scool Wrote: hello i found a problem last night, in files view on the right menu, we have "assemble" but not "stack" so if i have movies with -CD1 -Cd2 i see 2 files and not only 1 .. i had to use the default skin then active "stack" then go back to Cirrus, after all was good.. but it'll be better to have it on Cirrus ..
(2013-03-05, 16:13)scool Wrote: yep sorry i did an error it's not right menu, but LEFT !! was tired... lol .
i put a red line at bottom of the missing option.
hope it'll help
Chris
(2013-03-06, 17:57)GuiZ Wrote: Hi
2 suggestions:
- Home.xml
XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,method=Last,playlist=$INFO[Skin.String(Menu_Custom4_Path)],menu=Menu1)</onload>
Can you remove unwatched=True. Skin Widget allow to chose to see all the recently added or only unwatched.
I prefer have all the recently added and not only unwatched. I don't like having empty entry in the widget.
- Is it possible to add (clear) case on movie widget and logo, banner or clearart for TV show widget. It can be a great addition.
Keep up the good work.
(2013-03-07, 21:39)mcjknell Wrote: Love the skin.
1 little bug I ran into is on the TV Shows Logo Slide it shows Logo Missing for the back Icon? All the other ones show the folder with the arrow going back but this one shows Missing Logo? Any ideas?
(2013-03-07, 21:39)mcjknell Wrote: Also is there anyway on the Fanart 2 Setting in Movies to have 2 diffrent fanarts? I cant seem to get it to do that. And also on the same one I have show disk is there anyway to have it open the case rather than slide up the top? Just so you can see the full disk?1) There is no option to configure more than one fanart for any view. You can always download extrafanart and enable them in the skin settings. Than they will show up randomly after each other.
Thanks!