[LINUX/MAC/WINDOWS] MPlayer porting to XBMC for Linux/Mac/Windows?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
gateway69 Offline
Senior Member
Posts: 137
Joined: Mar 2007
Reputation: 0
Post: #61
http://sourceforge.net/tracker/index.php...tid=581840

way to go Amode... Btw question to anyone, has anyone ever used the old xbox remote/lirc and mplayer together yet? Not saying in XBMC just as stand alone, if you have can you share your conf files?

-------------
I Bare It All -Personal Blog
find quote
emel Offline
Junior Member
Posts: 2
Joined: Jan 2008
Reputation: 0
Post: #62
@gateway69:
here you go..

to connect the IR-receiver to usb (if you haven't done already):
http://www.redcl0ud.com/ir_wiring.html (currently unavailable, try the google-cache:
http://209.85.135.104/search?q=cache:kcB...cd=7&gl=de
)

i've attached my /etc/lircd.conf & /etc/lircrc

works like a charm , except that the volume-keyse (up & down) only repeat twice if you press them continously, but thats maybe a hardware-limitation because its not the original M$-dvd-kit, just some 5$-stuff from ebay..

hf Smile

so..i'm to dumb to attach files, so im posting them:

/etc/lircd.conf:
Code:
# LIRCD configuration file for Xbox DVD Kit
#
# Marko Friedemann <mfr@bmx-chemnitz.de>
#
#
# brand:             Microsoft
# model:             Xbox DVD Remote
# supported devices: Xbox DVD Remote via xpad-ir driver
#
# comment:           EXPERIMENTAL
#

begin remote

    name  XboxDVDDongle
    bits           8

    begin codes

        SELECT          0x0b
        UP              0xa6
        DOWN            0xa7
        RIGHT           0xa8
        LEFT            0xa9
        INFO            0xc3

        9               0xc6
        8               0xc7
        7               0xc8
        6               0xc9
        5               0xca
        4               0xcb
        3               0xcc
        2               0xcd
        1               0xce
        0               0xcf

        DISPLAY         0xd5
        BACK            0xd8
        SKIP+           0xdf
        SKIP-           0xdd
        STOP            0xe0
        REVERSE         0xe2
        FORWARD         0xe3
        TITLE           0xe5
        PAUSE           0xe6
        PLAY            0xea
        MENU            0xf7

      end codes

end remote

test it with irw..

/etc/lircrc:
Code:
# $HOME/.lircrc or /etc/lircrc for mplayer control via xbox-ir
#
begin
  button = PAUSE
  prog = mplayer
  config = pause
end

begin
  button = PLAY
  prog = mplayer
  config = run
end

begin
  button = REVERSE
  prog = mplayer
  config = seek -5 0
  repeat = 1
end

begin
  button = FORWARD
  prog = mplayer
  config = seek +5 0
  repeat = 1
end

begin
  button = SKIP-
  prog = mplayer
  #config = seek 0 1
  config = seek -350 0
end

begin
  button = SKIP+
  prog = mplayer
  #config = seek 100 1
  config = seek +350 0
end

begin
  button = STOP
  prog = mplayer
  config = quit
end

begin
  button = DISPLAY
  prog = mplayer
  config = osd
end

begin
  button = UP
  prog = mplayer
  #config = dvdnav 1
  config = volume +24
  repeat 1
end

begin
  button = DOWN
  prog = mplayer
  #config = dvdnav 2
  config = volume -24
  repeat 1
end

begin
  button = RIGHT
  prog = mplayer
  config = dvdnav 4
end

begin
  button = LEFT
  prog = mplayer
  config = dvdnav 3
end

begin
  button = SELECT
  prog = mplayer
  config = dvdnav 6
end

begin
  button = MENU
  prog = mplayer
  config = dvdnav 5
end

begin
  button = DOWN
  prog = mplayer
  config = dvdnav 2
end

begin
  button = TITLE
  prog = mplayer
  config = sub_select
end

begin
  button = INFO
  prog = mplayer
  config = vo_fullscreen
end
test it with mplayer (of course..)
find quote
gateway69 Offline
Senior Member
Posts: 137
Joined: Mar 2007
Reputation: 0
Post: #63
thanks, I have a similar setup working with the patched version of xbmc and the buttons..

-------------
I Bare It All -Personal Blog
find quote
MoDe2006 Offline
Fan
Posts: 325
Joined: May 2008
Reputation: 0
Location: FRANCE
Question  MPlayer video-player under XBMC for Windows? Post: #64
Hello,
It is possible change the dvd player default for mplayer ?
find quote
johnny utah Offline
Member
Posts: 72
Joined: Jul 2008
Reputation: 0
Post: #65
I'm wondering the same thing...any one out there know if it's possible to specify VLC or another video player to be used as the default player by XBMC?
Eek
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #66
mode2006 Wrote:It is possible change the dvd player default for mplayer?
No, only the Xbox version of XBMC has MPlayer (not XBMC for Linux/Mac/Windows)

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.
find quote
johnny utah Offline
Member
Posts: 72
Joined: Jul 2008
Reputation: 0
Post: #67
So then what player does XBMC for Windows version use?

Can that default be changed for a different player?
find quote
marlboroman1 Offline
Fan
Posts: 306
Joined: Aug 2007
Reputation: 0
Post: #68
DVDplayer is the only player used in the ports you may be able to launch an external player with the "launcher plugin" when its ready
find quote
johnny utah Offline
Member
Posts: 72
Joined: Jul 2008
Reputation: 0
Post: #69
Thanks for the info Malboroman.

For some reason, I totally thought there was an option to choose your player easily...too bad. No
find quote
CrazyIvan Offline
Senior Member
Posts: 159
Joined: Dec 2004
Reputation: 0
Post: #70
johnny utah Wrote:For some reason, I totally thought there was an option to choose your player easily...too bad. No

Maybe you used the actual xbox platform in the past?

<soapbox>
To all the devs, myself and I'm sure many others are totally appreciative of your efforts. For a free product, this stuff is totally amazing. It actually pisses me off when I see posts from folks that try to lay guilt trips on you guys just because things don't work exactly how they expect it to. In a way its sad that so many people must feel they can influence complete strangers by expressing their disappointment in the huge effort the strangers have put out. Yet at the same time it just reeks of disrespect. If it makes me feel that way I can't imagine how it must feel to you folks doing the actual work. Unfortunately it reflects on where society seems to be going these days with way too many people expecting something for nothing and throwing a wobbler when they don't get it.
</soapbox>

"The world is run by those who show up." - Thanks for showing up XBMC Devs!!

cheers,

crazyivan
find quote
Post Reply