[xbox] plugins not working.. (I read the faqs)
#16
no parameter needed.

this was always wrong:
xbmc.Player.play(url)

should be:
xbmc.Player().play(url)
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#17
I tried both suggestions and got the same result... The episode cached and tried to play but I got kicked out to a blank listing, it never gave me an error but it never played.
I posted the new log at:
http://pastebin.com/m306b23d4
Reply
#18
sorry... updated it, I think it got merged with an earlier version or something.

Anyways, tested and working now.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply
#19
mmm. the files work if i go to Play Using and select DVD player, but they aren't working with MPlayer or by just clicking on them. they'll load all the way and then just cancel before starting the video.

http://pastebin.com/m6b987139
Reply
#20
Too tired to spot that one, gj Nuka.

If it does work with DVD Player and not with with Mplayer, you might try with

Code:
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(url)

or it could be some networking related problem...

Code:
20:52:23 M: 13471744  NOTICE: CMPlayer::CloseFile()
20:52:23 M: 18219008   ERROR: GetSocketForIndex() invalid socket for index:3
20:52:23 M: 18219008   ERROR: ReleaseSocket() invalid socket for index:3
20:52:23 M: 20111360  NOTICE: CMPlayer::CloseFile()
Reply

Logout Mark Read Team Forum Stats Members Help
[xbox] plugins not working.. (I read the faqs)0