External player on OSX
#1
I have been away for a while, hoping that the focus issue in external player support / OSX has been fixed in the meantime.

Has there been any progress? I opened up a ticket on that (#7444)

Many thanks for a reply
Reply
#2
@spiff, @davilla, could you find some time to work on it?
Reply
#3
It is an extremely low priority, as it is on all platforms. Whether we'll get to it for release or not I have no idea.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
jmarshall Wrote:It is an extremely low priority, as it is on all platforms. Whether we'll get to it for release or not I have no idea.

Cheers,
Jonathan

Really hope that. At least, there have been 151 views of this very small topic :-) I am waitnig for almost a year now.

Many thanks for answering,

TvonT
Reply
#5
Christmas comes early for tvont Smile

fixed in http://trac.xbmc.org/changeset/24578.

Thanks to Amet for spoon feeding me an setup to hunt down the bugs.
Reply
#6
davilla Wrote:Christmas comes early for tvont Smile

fixed in http://trac.xbmc.org/changeset/24578.

Thanks to Amet for spoon feeding me an setup to hunt down the bugs.

What should I say...THANKS!!!!
Reply
#7
hmmm...same effect as in the past. VLC playercontrolls on top, Video running in the background - and: After quitting VLC, XBMC crashes now.

Are there any new suggestions with plyercorefactory.xml one should know?

Thanks,

TvonT
Reply
#8
make sure xbmc is set to fakefullscreen, 9.11.b1 has this setting and it will vanish again.

Quote:<playercorefactory>
<players>
<!-- These are compiled-in as re-ordering them would break scripts
The following aliases may also be used:
audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
<player name="DVDPlayer" audio="true" video="true" />
<player name="DVDPlayer" /> placeholder for MPlayer
<player name="PAPlayer" audio="true" />
-->

<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args></args>
<hidexbmc>true</hidexbmc>

<hideconsole>true</hideconsole>
<hidecursor>true</hidecursor>
<forceontop>true</forceontop>

</player>

</players>

<rules name="system rules">
<rule name="rtv" protocols="rtv" player="DVDPlayer" />
<rule name="hdhomerun/myth/rtmp/mms/udp" protocols="hdhomerun|myth|cmyth|rtmp|mms|mmsh|udp" player="DVDPlayer" />
<rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />

<!-- dvdplayer can play standard rtsp streams -->
<rule name="rtsp" protocols="rtsp" filetypes="rm|ra" player="DVDPlayer" />

<!-- Internet streams -->
<rule name="streams" internetstream="true">
<rule name="flv/aacp/sdp" mimetypes="video/x-flv|video-flv|audio/aacp|application/sdp" player="DVDPlayer" />
<rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
</rule>

<!-- DVDs -->
<rule name="dvd" dvd="true" player="videodefaultdvdplayer" />
<rule name="dvdfile" dvdfile="true" player="videodefaultdvdplayer" />
<rule name="dvdimage" dvdimage="true" player="videodefaultdvdplayer" />

<!-- Only dvdplayer can handle these normally -->
<rule name="sdp/asf" filetypes="sdp|asf" player="DVDPlayer" />

<!-- Pass these to dvdplayer as we do not know if they are audio or video -->
<rule name="nsv" filetypes="nsv" player="DVDPlayer" />
</rules>
</playercorefactory>
Reply
#9
Beta 1 and your settings are working like a charm!!!

BTW: You all did a superior job with camelot. XBMC looks better than ever before!
Reply

Logout Mark Read Team Forum Stats Members Help
External player on OSX0