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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mikebzh44 - 2012-06-13 16:39

Good news !

Thanks Martijn.


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mrpeterparker - 2012-06-14 04:14

thanks


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mikebzh44 - 2012-06-21 11:18

Version 1.2.4 released

v1.2.4
- [Fix] Albums properties were not cleared properly
- [Add] New property AlbumDesc

Playlist<method>Music<menu>.<# of album>.AlbumDesc = Album N°# description

Will be available soon on official repository.


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mrpeterparker - 2012-06-26 16:14

has anyone ever seen this?

09:11:42 T:1296 WARNING: Unknown sort method 0
09:11:45 T:3048 WARNING: Previous line repeats 27 times.
09:11:45 T:3048 NOTICE: [RandomAndLastItems] ## PLAYLIST special://profile/playlists/video/_ANIME.xsp COULD NOT BE LOADED ##
09:11:45 T:3048 NOTICE: ('[RandomAndLastItems] JSON RESULT ', {u'jsonrpc': u'2.0', u'id': 1, u'result': {u'limits': {u'start': 0, u'total': 0, u'end': 0}}})
09:11:45 T:3048 WARNING: Unknown sort method 0
09:11:45 T:1296 WARNING: Previous line repeats 3 times.
09:11:45 T:1296 NOTICE: Loading PlaylistLastMovie started at 2012-06-26 09:10:07 and take 1.637m
09:11:45 T:3048 WARNING: Unknown sort method 0
09:11:45 T:3048 WARNING: Previous line repeats 4 times.
09:11:45 T:3048 NOTICE: [RandomAndLastItems] ## PLAYLIST special://profile/playlists/video/_ANIME.xsp COULD NOT BE LOADED ##
09:11:45 T:3048 NOTICE: ('[RandomAndLastItems] JSON RESULT ', {u'jsonrpc': u'2.0', u'id': 1, u'result': {u'limits': {u'start': 0, u'total': 0, u'end': 0}}})


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - fmronan - 2012-06-26 16:24

Why "_" before ANIME?


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mrpeterparker - 2012-06-26 16:24

that's just how i name things.

what's weird is that it works sometimes... and borks out others

Quote:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>Anime</name>
<match>one</match>
<rule field="path" operator="startswith">smb://server/_ANIME/</rule>
<order direction="ascending">tvshow</order>
</smartplaylist>



RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mikebzh44 - 2012-06-26 16:33

Same NOTICE in LOG :

Code:
16:26:55 T:2688  NOTICE: [RandomAndLastItems] ## PLAYLIST  COULD NOT BE LOADED ##
16:26:55 T:1212  NOTICE: [RandomAndLastItems] ## PLAYLIST  COULD NOT BE LOADED ##
16:26:55 T:2420  NOTICE: [RandomAndLastItems] ## PLAYLIST special://profile/playlists/music/U2.xsp COULD NOT BE LOADED ##
16:26:56 T:4060  NOTICE: [RandomAndLastItems] ## PLAYLIST special://profile/playlists/video/cartoons.xsp COULD NOT BE LOADED ##

but everything is OK

I think it's due to JSON security :

http://forum.xbmc.org/showthread.php?tid=68263&pid=1017823#pid1017823


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mikebzh44 - 2012-06-26 16:51

I'm mistaken.

I get this NOTICE because I'm on my office PC and my library is empty so cartoons.xsp cannot be loaded because there is no movies to display.

On default skin Confluence, can you browse your smart playlists ?

Video > Library > Playlists > Anime


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mrpeterparker - 2012-06-26 17:12

(2012-06-26 16:51)mikebzh44 Wrote:  I'm mistaken.

I get this NOTICE because I'm on my office PC and my library is empty so cartoons.xsp cannot be loaded because there is no movies to display.

On default skin Confluence, can you browse your smart playlists ?

Video > Library > Playlists > Anime

i'm actually starting to think it's more of an MySQL problem... my log is flooded with

Quote:09:59:08 T:3924 ERROR: Unable to open database: nguyencongvideo64 [2003](Can't connect to MySQL server on '192.168.1.137' (10055))
09:59:08 T:3924 ERROR: Previous line repeats 1 times.
09:59:08 T:3924 ERROR: Unable to open database: nguyencongvideo63 [2003](Can't connect to MySQL server on '192.168.1.137' (10055))
09:59:08 T:3924 ERROR: Unable to open database: nguyencongvideo62 [2003](Can't connect to MySQL server on '192.168.1.137' (10055))

that continues down to video01 and tries again back @ 64


RE: [RELEASE] Random and last items of video smartplaylist script for Skins / Skinners - mrpeterparker - 2012-06-26 17:51

is there a method of uninstalling this add-on to test... ( can't seem to find it enabled add-ons )