[MOD] Multiplex View with Video Window Mod

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Freddo Offline
Skilled Skinner
Posts: 489
Joined: Apr 2004
Reputation: 13
Post: #41
Quote:Would it be at all possible to maybe press down again to stop trailer?
That's what I wanna do also but I can't figure out how. Maybe some real skinners can help out.

I'm not a real skinner but I think you need to use something like this :
Code:
<ondown>PlayerControl(stop)</ondown>
(This post was last modified: 2009-04-29 22:37 by Freddo.)
find quote
ekim232 Offline
Posting Freak
Posts: 1,204
Joined: Nov 2008
Reputation: 5
Location: Chicago, IL
Post: #42
In regards to having the fullscreen video set to false, will this also disable a regular video from startingin full screen as well or is it trailer specific?

Thanks
find quote
xbs08 Offline
Posting Freak
Posts: 1,300
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #43
ekim232 Wrote:In regards to having the fullscreen video set to false, will this also disable a regular video from startingin full screen as well or is it trailer specific?

Thanks

i think that affects al videos Sad
find quote
ethan_9219 Offline
Fan
Posts: 346
Joined: Sep 2008
Reputation: 0
Location: Australia
Post: #44
Someone said the trailer has to be in .avi to work...But i thought it can be any video file type? Like, MP4 from Apple?
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #45
PlayMedia(filetoplay,1)

,1 will play the media minimized.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
redtapemedia Offline
UMM Project
Posts: 545
Joined: Mar 2009
Post: #46
Nuka1195 Wrote:PlayMedia(filetoplay,1)

,1 will play the media minimized.

!!!

Nice one Wink

Thanks.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 31
Location: Florida
Post: #47
Nuka1195 Wrote:PlayMedia(filetoplay,1)

,1 will play the media minimized.

Tried changing:

Code:
<ondown>PlayMedia($INFO[ListItem.Trailer])</ondown>

to

Code:
<ondown>PlayMedia($INFO[ListItem.Trailer],1)</ondown>

and it still wants to play maximized - any other ideas or will that just not work in these circumstances?

thanks,
-stoli-
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #48
other ideas? that's how PlayMedia works.

maybe your build is too old.

works fine for me. from twc script.
Quote:
<onclick>XBMC.PlayMedia($INFO[Window.Property(Video)],1)</onclick>

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 31
Location: Florida
Post: #49
Nuka1195 Wrote:maybe your build is too old.

works fine for me. from twc script.

Working with Babylon RC1 from today and the mod as posted in the beginning of this thread. I'll keep working on it and see if I can figure something out.

EDIT: Never mind it works like a champ, thank you Nuka1195!

(slaptoface - I had way too many editors open with different files from different folders, helps if you save the working copy)

Thanks,
-stoli-
(This post was last modified: 2009-04-30 05:49 by stoli.)
find quote
anoobie Offline
Skilled Skinner
Posts: 187
Joined: Aug 2006
Reputation: 17
Post: #50
Nuka1195 Wrote:PlayMedia(filetoplay,1)

,1 will play the media minimized.

This is perfect. Thanks a heap.
find quote
Post Reply