Solved Start video with videowindow
#1
Hi everybody!
When we start video on addon, XBMC default will play it with full screen (VideoFullScreen.xml). I don't wanna start with it (I must back window order to see with "videowindow"), I wanna only start with "videowindow".
http://wiki.xbmc.org/index.php?title=Video_Control
PHP Code:
<control type="videowindow">
       <
posx>240</posx>
       <
posy>153</posy>
       <
width>1450</width>
       <
height>770</height>
</
control
Do I can that it possible?
If it can:
I can edit on XBMC (file xml)?
I can edit on addon video?

My English is not good, I hope you will understand.
Thanks all!
Reply
#2
Quote:PlayMedia(media[,isdir][,1],[playoffset=xx])

Plays the media. This can be a playlist, music, or video file, directory, plugin or an Url. The optional parameter ",isdir" can be used for playing a directory. ",1" will start a video in a preview window, instead of fullscreen. If media is a playlist, you can use playoffset=xx where xx is the position to start playback from.
Reply
#3
I have same problem. Please, guide me,
I don't want to start video with full screen. I want to start with video window.

Please, can you elaborate this reply in detail,
so that I can understand which parameters should pass to this function and how?

Please, tell me how to solve your problem in details

Thanks
Reply
#4
This is for static content (wiki) or buttons (i.e. not your normal library list).

Code:
<onclick>PlayMedia(C:\Users\Data\Movie\Trailers,isdir,1)</onclick>

Code:
<onclick>PlayMedia(C:\Users\Data\Music\MyPlaylist.xsp,1,playoffset=5)</onclick>

The google
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#5
Sorry to hijack the thread.

Is it possible to start a minimized video from, for instance, the EPG Timeline view? Just like the main channels view, where playback is controled by a setting in xbmc ("Start playback minimised").
Could we use the same setting in other LiveTV views?

Thanks
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
#6
(2014-05-06, 11:15)Maniac Wrote: Sorry to hijack the thread.

Is it possible to start a minimized video from, for instance, the EPG Timeline view? Just like the main channels view, where playback is controled by a setting in xbmc ("Start playback minimised").
Could we use the same setting in other LiveTV views?

Thanks

Is this possible with livetv and timeline view?
Reply

Logout Mark Read Team Forum Stats Members Help
Start video with videowindow0