XBMC Community Forum
[RELEASE] Random and last items smartplaylist script for Skins - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+--- Thread: [RELEASE] Random and last items smartplaylist script for Skins (/showthread.php?tid=122448)



- mad-max - 2012-02-18 20:31

No Internet is hard, but since when does forum.xbmc.org support tapatalk?
That's why I laughed...

Thought you were joking...

mm


- mikebzh44 - 2012-02-18 20:34

You're all right Wink

No tapatalk for forum.xbmc.org Sad

Sent from my Galaxy S Tongue


- shaktoo - 2012-02-19 18:07

mikebzh44, could you please elaborate on the setting playlist part , i looked and found the playmedia reference and deleted it but It did not do anything, the playlists are working properly otherwise and I am not sure why this isnt working for me.. could yourself or anyone else please guide me how to.. will be much appreciated .. Thanks


- mikebzh44 - 2012-02-19 20:57

Shaktoo, are you a skinner and do you want to add my script to your skin ?

Or are you only a XBMC user ?

If you are a skinner, you should call my script this way :

XBMC.RunScript(script.randomandlastitems,playlist=special://profile/playlists/video/Bollywood Hollywood.xsp,method=Last,menu=Menu1)

And use the properties returned :

PlaylistLastMovieMenu1.Count
PlaylistLastMovieMenu1.1.Title
PlaylistLastMovieMenu1.2.Title

as describe in the README.txt

If you are only a user, you have to use a skin that can handle my script. The only one I know is Glass but you have to install version 112 or higher.


- Martijn - 2012-02-19 21:07

Add skin 'Aeon Nox' to the list SVN/Git version.


- fmronan - 2012-02-19 23:40

Yes great workNod


- mad-max - 2012-02-19 23:51

Modded Confluence can handle this, too...
Currently predefined for documentary, but custom entry will follow tomorrow...

Cheers,
mad-max


- shaktoo - 2012-02-20 00:06

mikebzh44 Wrote:Shaktoo, are you a skinner and do you want to add my script to your skin ?
Only In My Dreams !!Laugh
Just a user !


- mikebzh44 - 2012-02-20 09:38

So you have to use Glass SVN or Modded Confluence.

I don't know Modded Confluence but Glass let you define custom menus and you can activate for each one my script to display random items or last added items.

Do you want a little How-to ?


- shaktoo - 2012-02-20 13:43

mike I have already tried it in Glass SVN and Nox Git ( which utilises the script) in glass I have configured it and i Can see the widget but it remains empty and dosent show anything , unfortunately in Nox home screen dosent even shows the widgets , its as if the skin isnt even calling the script