![]() |
|
[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) |
- mikebzh44 - 2012-02-16 15:01 Did you have the same issue with playlists stored in special://profile/playlists/video/ ? Can you send me your email by MP, I cannot post attachments
- mikebzh44 - 2012-02-16 15:24 Or can you simply edit randomandlastitems.py and add the line in bold : Code: if PLAYLIST == "":and give me the log file. Thanks. - mad-max - 2012-02-16 16:24 mikebzh44 Wrote:Or can you simply edit randomandlastitems.py and add the line in bold : here you go: Code: 15:23:08 T:5016 WARNING: CUtil::GetMatchingSource... no matching source found for ['special://masterprofile/playlists/video/Dokumentationen.xsp']Thanks! mad-max - mikebzh44 - 2012-02-16 16:59 Could you test with this calling (without ' before and after each parameter value): Code: <onload>XBMC.RunScript(script.randomandlastitems,limit=3,method=Last,playlist=special://skin/playlists/HDMovies.xsp,menu=Menu1)</onload>On my PC, I've got the same error as you if I put ' Maybe I have to handle this case and remove it when parsing parameters. - mad-max - 2012-02-16 17:13 mikebzh44 Wrote:Could you test with this calling (without ' before and after each parameter value): That did the trick...Now it works like a charm... Thanks! BTW and a bit OT: I recoded the GUI.ViewInstaller Window from 1080i to 720p...if you are interested, I can send you the xml... mm - mikebzh44 - 2012-02-16 17:21 mad-max Wrote:That did the trick...Now it works like a charm...For the ', I will try to manage it in the script. For your GUI windows, send it me by email (send by PM) - shaktoo - 2012-02-17 22:58 hello mikebzh44, its a wonderful script, unfortunately I am having trouble running it. here is the pastebin http://pastebin.com/uJiwQW1B Iam on windows 7x64, Eden 3b, tried in Glass & Aeon Nox Would appreciate any help - mikebzh44 - 2012-02-17 23:14 Hello. I think that you shouldn't put PlayMedia when setting playlist= Right way is : playlist=special://profile/playlists/videos/Bollywood Hollywood.xsp Sent from my mobile with tapatalk. - mad-max - 2012-02-18 00:36 mikebzh44 Wrote:Sent from my mobile with tapatalk. ![]() ![]()
- mikebzh44 - 2012-02-18 11:34 It's not funny. My father in law (father of my wife) doesn't have Internet and I have to spend all my week-end in his house ![]() Sent from my mobile with tapatalk. |