Kodi Community Forum
Music PartyMode - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Music PartyMode (/showthread.php?tid=54120)



Music PartyMode - Aenima99x - 2009-07-06

Not sure if it's currently not working or if I've missed something, but PartyMode isn't working for me. When I click on the PartyMode button, it launches the filling glasses dialog, etc. but nothing ever plays.

Info - Jaunty 32 bit, XBMC rev. 21122 compiled from SVN

Contents of PartyMode.xsp -
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="songs">
    <name>All</name>
    <match>all</match>
    <rule field="time" operator="greaterthan">1</rule>
    <limit>50</limit>
</smartplaylist>


Log snip -
Code:
11:11:40 T:3065001840 M:1306361856    INFO: Loading skin file: DialogProgress.xml
11:11:40 T:3065001840 M:1306361856   DEBUG: Load DialogProgress.xml: 3.89ms
11:11:40 T:3065001840 M:1306361856   DEBUG: DialogProgress::StartModal called
11:11:40 T:3065001840 M:1306361856   DEBUG:
11:11:40 T:3065001840 M:1306361856   DEBUG: ------------------- GUI_MSG_WINDOW_INIT
11:11:40 T:3065001840 M:1306361856   DEBUG: Progress dialog
11:11:40 T:3065001840 M:1306361856   DEBUG: -------------------
11:11:40 T:3065001840 M:1306361856   DEBUG: Alloc resources: 0.05ms (0.00 ms skin load)
11:11:40 T:3065001840 M:1306316800   DEBUG: Load OverlayDialogBackground.png: 8.7ms (bundled)
11:11:40 T:3065001840 M:1306710016    INFO: PARTY MODE MANAGER: Registering filter:[WHERE (iDuration > '1')]
11:11:40 T:3065001840 M:1306710016    INFO: PARTY MODE MANAGER: Matching songs = 2, History size = 0
11:11:40 T:3065001840 M:1306710016    INFO: PARTY MODE MANAGER: Party mode enabled!
11:11:41 T:2938301328 M:1306906624   DEBUG: Thread 2938301328 terminating
11:11:41 T:3065001840 M:1306005504   DEBUG: ------------------- GUI_MSG_WINDOW_DEINIT
11:11:41 T:3065001840 M:1306005504   DEBUG: Progress dialog
11:11:41 T:3065001840 M:1306005504   DEBUG: -------------------

Full debug log here


- spiff - 2009-07-06

it only matches 2 songs. party mode needs atleast 10 matches to start


- tslayer - 2009-07-06

Not much of a party with only 2 songs Smile


- Aenima99x - 2009-07-06

tslayer Wrote:Not much of a party with only 2 songs Smile

$%@#%^
Hahaha it's just my test machine, so that's why only a couple. Never knew it was a min. of 10. Thanks Spiff/Tslayer.