video program execution - seperate window VLC

V3 help and support questions

video program execution - seperate window VLC

Postby vaporhat on Sat Jul 26, 2008 5:46 pm

can anyone tell what I am doing wrong here?

VLC opens from the event but not when a movie from the database is played.
I searched the forum and it appears to look just like other who have had success. Tried with ("") without, with %file & %path% command line switches.. nothing.

I thought I had this working in an older version of 2 .. anyone else having issues with the latest V2.0 ??
Attachments
setup.xl.JPG
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby Jay on Sat Jul 26, 2008 7:30 pm

Not sure this helps.
I select my movie then decide whether to use the internal player (movies:play movie new) or VLC (Movies:play movie).
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Re: video program execution - seperate window VLC

Postby lar282 on Sat Jul 26, 2008 8:58 pm

what do u mean by
-"but not when a movie from the database is played

does it work if nothing is playing?
if so, it might be a vlc setting.

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: video program execution - seperate window VLC

Postby vaporhat on Sat Jul 26, 2008 9:02 pm

lar282 wrote:what do u mean by
-"but not when a movie from the database is played

does it work if nothing is playing?
if so, it might be a vlc setting.

//Lasse


meaning that when I test the event in XL it opens VLC and when I play a movie from the database it still trys to play the movie in the window.

is there something I need to set in VLC??
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby vaporhat on Sat Jul 26, 2008 9:05 pm

Jay wrote:Not sure this helps.
I select my movie then decide whether to use the internal player (movies:play movie new) or VLC (Movies:play movie).


not sure I understand how to implement that option? Can you post more details?
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby Jay on Sat Jul 26, 2008 11:09 pm

I may have not grasped ur post. I have 2 buttons to play movies. Looks like Lars is wondering too.
Anyway, your File Types association looks fine.
The items in parentheses >internal player (movies:play movie new) or VLC (Movies:play movie).
are events associated with my buttons to choose which player is used.

Please advise if I'm off-base or it's still unclear.
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Re: video program execution - seperate window VLC

Postby lar282 on Sun Jul 27, 2008 9:12 am

vaporhat wrote:
lar282 wrote:what do u mean by
-"but not when a movie from the database is played

does it work if nothing is playing?
if so, it might be a vlc setting.

//Lasse


meaning that when I test the event in XL it opens VLC and when I play a movie from the database it still trys to play the movie in the window.

is there something I need to set in VLC??


It's prob me being dumb here!!!!

if it opens vlc and plays the movie then all is OK????

let me ask this.
1: If NO vlc is open and u select play in XL, WHAT happens
2: If vlc is already playing a movie and u select a new movie what happens?


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: video program execution - seperate window VLC

Postby Jay on Sun Jul 27, 2008 11:45 am

VLC will open in its own window.

If you hit Play, XL launches it's own player.
If you hit VLC in my case, it launches VLC.
The picture shows the associated F2>Skins>Movies events for each button.
Attachments
vlc.jpg
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Re: video program execution - seperate window VLC

Postby vaporhat on Sun Jul 27, 2008 3:49 pm

ok.. getting closer now. I didn't realize i needed to change the event of the button to 'Movies:play movie' , my confusion.

so I created a second button with a click event 'movies: play movie' and now a VLC window opens but the movie does not play. Almost like VLC is being executed but it's not locating the directory of the movie.
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby vaporhat on Sun Jul 27, 2008 3:56 pm

:) Got it. Thanks guys for the help!

My problem was two part. I didn't have the correct click event in the skin and I didn't have the correct parameters. So this is what I have now and it works.
Attachments
setup.xl2.JPG
setup.xl.JPG
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby Jay on Mon Jul 28, 2008 11:11 am

There you go :)
BTW, if you want VLC to launch in a 2nd screen and have probs, let us know.
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Re: video program execution - seperate window VLC

Postby vaporhat on Mon Jul 28, 2008 12:46 pm

Jay wrote:There you go :)
BTW, if you want VLC to launch in a 2nd screen and have probs, let us know.



I saw a post about that.. using settings in VLC to control 2nd window opening.. When I went back to try it, I didn't need to. There is something already set in my graphics driver that makes the 2nd monitor show VLC in full screen only on the 2nd window even though the actual VLC application window is open on my primary monitor. I can even minimize VLC and it doesn't effect the 2nd monitor. However if I try and right click or double click on the 2nd monitor it does nothing.

Weird. I have no idea why it's doing this or how to stop it if I wanted to. It also does it with the internal video player in XL.

It works though..

I have NVIDIA driver using multiple monitors with different backgrounds and resolutions (so I can still drag my mouse over to the other screen and other applications, however not over an video).
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby Jay on Mon Jul 28, 2008 2:17 pm

Did you check XLobby F2>Display?
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Re: video program execution - seperate window VLC

Postby vaporhat on Mon Jul 28, 2008 3:07 pm

Jay wrote:Did you check XLobby F2>Display?


yes, that is how I got XL to display on the correct monitor.

My PC seems to behave like this even outside of XL with any video player.. it's some setting on my PC or in the driver.. I am just not sure what is controlling that. Luckily it's working out for me at the moment. :)
vaporhat
 
Posts: 208
Joined: Tue Nov 27, 2007 11:56 pm
Location: CT, U.S.A.

Re: video program execution - seperate window VLC

Postby Jay on Mon Jul 28, 2008 9:16 pm

Great. I admit I did get confused between separate window and 2nd monitor.

Nice to see someone else likes the highbrow flics :lol:
Jay
 
Posts: 869
Joined: Thu Oct 13, 2005 6:28 pm
Location: Kiawah Island, SC US

Next