Xlobby and Zoomplayer problems... pls help

Help each other out

Xlobby and Zoomplayer problems... pls help

Postby r45t4m4n on Fri Jun 18, 2004 6:53 am

Im not sure if this a issue with zoomplayer or xlobby. I have a movies database (for films) and a recordedtv database (for sitcoms). Upon starting xlobby I can go to the recorded tv page and play any of the recorded files. Im able to open one, close it, open another. However when I open a movie (either before or between recordedtv content) whatever recordedtv file I try to open after the movie doesn't load. Instead the movie that was previously played always loads back up in zoomplayer. Its not until a restart of xlobby that I am able to watch another file from recordedtv.

How can I fix this (if I didnt completely loose you)?
r45t4m4n
 
Posts: 14
Joined: Wed Jun 16, 2004 2:10 am

Postby sp00head on Fri Jun 18, 2004 12:20 pm

I'm guessing that your play event is using the %playlist% to play files in zoomplayer. You need to edit the play event, and add a clear/new playlist command before it trys to play. i'm at work, so can't check the correct command at the moment. i'll have a look tonight
sp00head
 
Posts: 30
Joined: Mon May 24, 2004 5:16 pm
Location: UK

Postby r45t4m4n on Sat Jun 19, 2004 3:27 pm

ever get a chance to check the command line?
r45t4m4n
 
Posts: 14
Joined: Wed Jun 16, 2004 2:10 am

Postby sp00head on Sat Jun 19, 2004 9:02 pm

sorry, been installing network cable . will Have a look in the morning.
Now, back to the crawl space.......i hate installing cables
sp00head
 
Posts: 30
Joined: Mon May 24, 2004 5:16 pm
Location: UK

Postby sp00head on Sun Jun 20, 2004 10:43 am

ok, heres my play movie command:
Code: Select all
<event>
  <name>play movie</name>
  <commands>
   <command>
    <type>video playlist</type>
    <execute>new playlist</execute>
   </command>
   <command>
    <type>category</type>
    <execute>execute</execute>
    <parameter>movies</parameter>
   </command>
  </commands>
 </event>


So every time i play a movie, a new playlist is created and then that is sent to zoomplayer.
Hope this helps
My Xlobby is locking up at the moment, need to post a request for help....
sp00head
 
Posts: 30
Joined: Mon May 24, 2004 5:16 pm
Location: UK