![]() |
|
How to make smart playlist to "Eden" home menu item - 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: Confluence (/forumdisplay.php?fid=125) +---- Thread: How to make smart playlist to "Eden" home menu item (/showthread.php?tid=119578) |
RE: How to make smart playlist to "Eden" home menu item - adsi - 2012-05-05 06:48 I think i'm too new to figure out how it could solve my question, it's too complicated for me....because the last build version seens to be an initial model, it need developers to create it...... (2012-05-03 17:03)adsi Wrote: Hi sho RE: How to make smart playlist to "Eden" home menu item - adsi - 2012-05-06 09:29 Anyone know how to solve below problem? thanks. (2012-05-02 13:15)adsi Wrote: hi mad-max RE: How to make smart playlist to "Eden" home menu item - adsi - 2012-05-09 14:11 Oh....My god i found the problem!!!!...its root cause is from path is wrong..... but i don't know why first click into item is work fine? this's my original path : PHP Code: <onclick>ActivateWindow(10025,special://videoplaylists/CHINESE_MOVIES.xsp,return)</onclick> Now correct my path as below PHP Code: <onclick>ActivateWindow(10025,special://profile/playlists/video/CHINESE_MOVIES.xsp,return)</onclick> i'm so stupid that the solution was mentioned by bluenote posted from my thread=.=.....i just didn't understand what is his problem....XD... now, i'll thank bluenote, you're right!! PS. If you want to know the correct special path in your XBMC, pls see bluenote post on this thread. [/php] (2012-05-06 09:29)adsi Wrote: Anyone know how to solve below problem? thanks. |