Kodi Community Forum
[PATCH] "Always On Top" option (for Windowed Mode) in XBMC for Windows - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [PATCH] "Always On Top" option (for Windowed Mode) in XBMC for Windows (/showthread.php?tid=51813)

Pages: 1 2 3 4 5


- tvont - 2009-07-09

davilla Wrote:looks like external player support has changed and not supported under advancedsettings.xml anymore.

http://trac.xbmc.org/ticket/6383

Can't see to get this to work. Someone really needs to add some docs. Punting until this happens.

Thanks for not forgetting me. I read the thread for ticket 6383. Strange to implement additional features to extplayer support before the original one is working platform independent. Please, can you upate me when the documentation is done and you can proceed?

Thanks,

TvonT


- Gamester17 - 2009-07-09

davilla Wrote:looks like external player support has changed and not supported under advancedsettings.xml anymore.

http://trac.xbmc.org/ticket/6383

Can't see to get this to work. Someone really needs to add some docs. Punting until this happens.
External Player feature is now documented here:
http://wiki.xbmc.org/?title=HOW-TO_use_an_External_Player_for_media_playback

Wink


- Naser - 2009-07-11

Ii think its an important feature, even if its not for some users, id rather have it & not need it than need it & not have it, it is built in all versions of MC even the latest windows 7 Wink


- tvont - 2009-07-26

asking for pardon...big SORRY

I had a syntax error in the playercorefactory.xml (<forceontop> was at the wrong position). With the following settings it works with VLC at least the same way it did before the introduction of playercorefactory.xml:


<playercorefactory>
<players>
<player name="externalplayer" type="ExternalPlayer" audio="false" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args>--video-on-top --play-and-exit</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<hidecursor>false</hidecursor>
</player>
</players>
<forceontop>true</forceontop>
</playercorefactory>


@davilla:
This means, the "forceontop" switch you implemented is still there - just the config file changed. Maybe this will help you to pick up the thread back in. I hope you do...(9.04...somebody told me Nod)


- tvont - 2009-08-24

tvont Wrote:asking for pardon...big SORRY

I had a syntax error in the playercorefactory.xml (<forceontop> was at the wrong position). With the following settings it works with VLC at least the same way it did before the introduction of playercorefactory.xml:


<playercorefactory>
<players>
<player name="externalplayer" type="ExternalPlayer" audio="false" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args>--video-on-top --play-and-exit</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<hidecursor>false</hidecursor>
</player>
</players>
<forceontop>true</forceontop>
</playercorefactory>


@davilla:
This means, the "forceontop" switch you implemented is still there - just the config file changed. Maybe this will help you to pick up the thread back in. I hope you do...(9.04...somebody told me Nod)

oops...lately but not unseen: The switch is alwaysontop, NOT forceontop


RE: [PATCH] "Always On Top" option (for Windowed Mode) in XBMC for Windows - Packard93 - 2016-12-20

how do I open cpp what dir notepad?