• 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 53
[RELEASE] Random and last items smartplaylist script for Skins
Hi Mate, any chance getting this script ready for gotham ? That would be great ...

Cheers
Reply
(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.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
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
Reply
if something doesn't work there could be a bug in gotham. no changes are needed for scripts so far
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Thanx mate, didn't knew that.
Reply
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
Reply
There is a page in the WiKi :

http://wiki.xbmc.org/index.php?title=Com...n_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
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
(2013-09-16, 17:23)mikebzh44 Wrote: There is a page in the WiKi :

http://wiki.xbmc.org/index.php?title=Com...n_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
Reply
Here 3 other skins:
Cirrus Extended V3, Fusion Migma V3 and Diffuse Smile
Reply
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
Reply
No it shouldn't have changed
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
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
Reply
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 ?
Reply
does it also work the other way round?
using special://profile/playlists/video/HDMovies.xsp,menu=Menu7 in Frodo?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Yes, it works in frodo
Reply
  • 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 53

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Random and last items smartplaylist script for Skins1