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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Random and last items smartplaylist script for Skins (/showthread.php?tid=122448)



RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-05

Hi Mate, any chance getting this script ready for gotham ? That would be great ...

Cheers


RE: [RELEASE] Random and last items smartplaylist script for Skins - Martijn - 2013-09-05

(2013-09-05, 23:00)butchabay Wrote: Hi Mate, any chance getting this script ready for gotham ? That would be great ...

Cheers

What would be new needed in gotham? Nothing afaik. Also there's no Gotham repo to put it in.


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-06

Hi Martijn,

i've tested the latest script with Gotham and it doesn't seem to work. I'l make further tests this evening, maybe i've overseen something.

Thanx


RE: [RELEASE] Random and last items smartplaylist script for Skins - Martijn - 2013-09-06

if something doesn't work there could be a bug in gotham. no changes are needed for scripts so far


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-06

Thanx mate, didn't knew that.


RE: [RELEASE] Random and last items smartplaylist script for Skins - Spritzup - 2013-09-16

I apologize for posting this here, as I imagine that this is the wrong place... however I couldn't think of anywhere better to put it.

In any case, do you happen to know what skins support this script? Thanks!

~Spritz


RE: [RELEASE] Random and last items smartplaylist script for Skins - mikebzh44 - 2013-09-16

There is a page in the WiKi :

http://wiki.xbmc.org/index.php?title=Comparison_of_skin_features

Unfortunatly, my script is not listed.

Maybe, I could edit this page and skinners can add there skin.

I know that Aeon Nox, GlassNox, Ace, some Confluence mod are using this script. And sorry for other skinners to forget them Blush


RE: [RELEASE] Random and last items smartplaylist script for Skins - Spritzup - 2013-09-16

(2013-09-16, 17:23)mikebzh44 Wrote: There is a page in the WiKi :

http://wiki.xbmc.org/index.php?title=Comparison_of_skin_features

Unfortunatly, my script is not listed.

Maybe, I could edit this page and skinners can add there skin.

I know that Aeon Nox, GlassNox, Ace, some Confluence mod are using this script. And sorry for other skinners to forget them Blush

That would be appreciated Smile


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-16

Here 3 other skins:
Cirrus Extended V3, Fusion Migma V3 and Diffuse Smile


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-16

OK had to investigate and noticed something has changed from frodo to gotham.

Example for calling the script with custom playlist works as exepted, in frodo as in gotham:

PHP Code:
XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,resume=False,method=Last,playlist=$INFO[Skin.String(Menu_Custom4_Path)],menu=Menu1



Example for calling the script with predefined playlist, works in frodo but not in gotham:

PHP Code:
XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,resume=False,method=Last,playlist=special://skin/playlists/HDMovies.xsp,menu=Menu7) 


Any ideas ? Does gotham handles different special://skin stuff ?


Thanx


RE: [RELEASE] Random and last items smartplaylist script for Skins - Martijn - 2013-09-16

No it shouldn't have changed


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-16

Thanx Martijn, but it doesn't work, i've tried 3 different skins with 3 different gotham builds ... Smile
I'm going to test something and report back later


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-16

Tested following:

- Changed from

special://skin/playlists/HDMovies.xsp,menu=Menu7)

to

special://profile/playlists/video/HDMovies.xsp,menu=Menu7

and this works fine, so there must be something wrong with the path special://skin/playlists ...

We have to suppose this is a xbmc nightly bug ?


RE: [RELEASE] Random and last items smartplaylist script for Skins - Martijn - 2013-09-16

does it also work the other way round?
using special://profile/playlists/video/HDMovies.xsp,menu=Menu7 in Frodo?


RE: [RELEASE] Random and last items smartplaylist script for Skins - butchabay - 2013-09-17

Yes, it works in frodo