Video screen acting strange

Help each other out

Video screen acting strange

Postby a06lp on Tue Apr 25, 2006 1:53 pm

Hi,

I am trying to get my home videos screen to work properly but I am getting some strange behavior. I'm sure it's something stupid I forgot, and I need some help figuring out what I missed.

I copied the screen file from my TV section (based on Colby2 skin), and did a find&replace for 'tv' to 'videos' in notepad.

When I select any video from the list, then entire list is getting sent to Media Player Classic (my video player) as a playlist.
I want it to just play the one video I click.

Can someone take a look (videos.xml)?

Thanks in advance!
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby C-moi on Tue Apr 25, 2006 3:20 pm

Image
run MPC
right clic
View / Playlist
right clic in the playlist zone and Remember items must be off
If you look at the events there is 2 ways to run videos : play or add : be sure that the argument is play
C-moi
 
Posts: 164
Joined: Fri Apr 23, 2004 6:58 am
Location: France

Postby a06lp on Tue Apr 25, 2006 10:57 pm

... but what if I want to queue up a lot of shows?

also, i unchecked 'remmber in MPC, but that didn't help.
As for 'play' vs 'add' - where do you put that event?
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby sagitaz on Wed Apr 26, 2006 12:49 am

where do you put that event?


on french forum, we don't use the Files types option in the setup.

we use an event execute files for all videos and asign this event to one play button or to the category.

test with a french skin and look the eventgroup.

edit : for movies videos we use Ant Movies Catalog with Xant Plugin and for offline videos we use an Script.
sagitaz
 
Posts: 114
Joined: Mon Jul 05, 2004 11:17 pm

Postby a06lp on Wed Apr 26, 2006 12:57 am

sagitaz wrote:we use an event execute files for all videos and asign this event to one play button or to the category.


I'm sorry, I don't understand.
Can you explain this more fully?
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby sagitaz on Wed Apr 26, 2006 1:04 am

Image

my "play videos" event. i asign it to my videosdetails category.

you can change on the arguments /play for /add.

you can create a toggle button for change video mode ( play or add ).
sagitaz
 
Posts: 114
Joined: Mon Jul 05, 2004 11:17 pm

Postby a06lp on Wed Apr 26, 2006 1:26 am

oh!

now i get it.

time to re-organize my events.

Thanks so much, sagitaz.
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby a06lp on Wed Apr 26, 2006 1:42 am

@sagitaz:

Could you please upload your events file? I'd like to look at it, and maybe 'borrow' from it?

Thanks.
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby sagitaz on Wed Apr 26, 2006 1:53 am

look this : http://www.france.xlobby.com/forum/sagitaz/temp/eventgroups.zip

all off my skin eventgroup. for the videos events look the "CMD_Videos.xml" files.
sagitaz
 
Posts: 114
Joined: Mon Jul 05, 2004 11:17 pm

Postby a06lp on Wed Apr 26, 2006 2:34 am

thanks.
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby a06lp on Wed Apr 26, 2006 6:30 pm

hi sagitaz,

i have another question.
this method of
Code: Select all
C:\WINDOWS\system32\mplayerc.exe
/fullscreen /play "%videos>parameter%" /close

works great for my videos, but i am trying to apply it to my tv:
Code: Select all
C:\WINDOWS\system32\mplayerc.exe
/fullscreen /play "%tv>parameter%" /close

The problem is that my TV has sub-screens:
D:\TV\Series\Season\EpNum - EpTitle.*
So as soon as I select a Series, it begins to play.
How do I make it wait until the episode to play?
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby sagitaz on Wed Apr 26, 2006 9:35 pm

can you mail me your TV database : mailto:sagitaz@xlobby-france.com

i look it and search the solution. :wink:
sagitaz
 
Posts: 114
Joined: Mon Jul 05, 2004 11:17 pm

Postby a06lp on Thu Apr 27, 2006 12:29 am

sent.
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Postby sagitaz on Thu Apr 27, 2006 1:38 am

ok, when you create the event "execute files", this parameter : %tv>parameter%, tv = category name and not database name.

if you create a screen with a category "qwerty" and asign it the tv database, you need use %qwerty>parameter% in the execute files event.
sagitaz
 
Posts: 114
Joined: Mon Jul 05, 2004 11:17 pm

Postby a06lp on Thu Apr 27, 2006 10:14 pm

hi

thanks for your response. the problem is that "tv" is also the name of my category - so acording to you, it should work.

again, the problem is that when i click a series, all the episodes (in all the seasons of that series) queue up and play.
it should go into the subsections and THEN play...
a06lp
 
Posts: 119
Joined: Thu Apr 06, 2006 2:17 am

Next