skinning Xlobby with Zoomplayer and Mytheatre

Help each other out

skinning Xlobby with Zoomplayer and Mytheatre

Postby corbendallas on Mon Nov 21, 2005 5:45 pm

hi
i'm franch guy trying to skinning Xlobby.

i'd like to modify a french skin (Xmedia2) which use mpc and xltv.

on the original skin, when you click on "lecture" that make the film open with mpc in a xmovewindow zone only if the movies>parameter have somewhat (it's the parameter use to indicate where the file is in my PC (=online))
else you have the movie-offline screen. these are the event use:

play:
-goto screen (moviesplay)
-execute file (run mpc /play "%movies>parameter%" /close)
-show overlay (offline-movies)
-wait (10000)
-close overlay (offline-movies)

play offline
-close overlay (offline-movies)
-goto screen (moviesplay)
-execute file
-mpc
- /play "%movies>offlineparameter%" /close

i tried to make the same event for ZP but it open whenever even if the parameter is empty.
these are my new event:

play:
-goto screen (moviesplay)
-execute file (run ZP /play "%movies>parameter%" /q)
-show overlay (offline-movies)
-wait (10000)
-close overlay (offline-movies)

play offline
-close overlay (offline-movies)
-goto screen (moviesplay)
-execute file
-ZP
- /play "%movies>offlineparameter%" /q

i try US skin but i don't understand the event you use (continue start event...)
it's quite different what i see in french skin and mpc.

thanks for your help.

for Mytheatre, if someone can help with a existed skin, i'm very interested. :D
corbendallas
 
Posts: 1
Joined: Mon Nov 21, 2005 5:31 pm