Full DVD-video playback with menus (and DVD-Video related suggestions)

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jsd Offline
Senior Member
Posts: 196
Joined: Aug 2004
Reputation: 0
Post: #221
how would i map the menu button on the remote to the dvd player's menu function? i can't figure it out from the keymap.xml file.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #222
under the <fullscreenvideo> section, in the <remote> section, change the <menu> command to:

<menu>showvideomenu</menu>

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: badge.gif]
find quote
stuaxo Offline
Junior Member
Posts: 47
Joined: Jun 2005
Reputation: 0
Post: #223
when this is put into a release, will it be easy for the dvd playback capabilities to go back upstream into mplayer?
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #224
(stuaxo @ jan. 10 2006,23:16 Wrote:when this is put into a release, will it be easy for the dvd playback capabilities to go back upstream into mplayer?
the full source code is in the cvs so you don't have to wait for a point release if you want the code, but to answer your question; no it wouldn't be easy to port xbmc's dvd-playback capabilities to mplayer because mplayer isn't used in xbmc play dvds (so it couldn't be passed "upstream" as it was never taken 'downstream'); in short our developers decided that it was to hard, too much work and too inpractical to integrate it into the mplayer-core (read more on why that ishere) so instead our developers wrote their own separate player-core based on ffmpeg to handle dvd-video discs/movies.        ...however you should know that the mplayer-developers themself have now started porting libdvdnav to mplayer, you can read more about that in mplayer-dev-eng mailing-list (however note that it has nothing to do with xbmc so please don't discuss that here as it's off-topic!Wink.

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
tirapalla Offline
Junior Member
Posts: 7
Joined: Feb 2006
Reputation: 0
Post: #225
it's possible to display external subtitles with a dvd movie or not?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #226
not possible if u use the dvdplayer.

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
tirapalla Offline
Junior Member
Posts: 7
Joined: Feb 2006
Reputation: 0
Post: #227
(spiff @ feb. 02 2006,15:42 Wrote:not possible if u use the dvdplayer.
and there is anyway to do it? maybe other software to xbox?

it's a very important feature for me. i need it!!
find quote
tirapalla Offline
Junior Member
Posts: 7
Joined: Feb 2006
Reputation: 0
Post: #228
Quote: msdash dvd-player can only play subs that come with the dvd, (xbmc can use/display example .srt or separate vobsub too).

can xbmc play dvd with external subtitles or not?

because i read many post saying is not possible, or suggesting as a new feature:
http://www.xboxmediaplayer.de/cgi-bin....ry99392
http://www.xboxmediaplayer.de/cgi-bin....and+dvd

thanks for your help
find quote
kraqh3d Offline
Retired Developer
Posts: 7,183
Joined: Dec 2003
Reputation: 4
Location: New York City, USA
Post: #229
the dvdplayer only understands real dvd subtitles, not external ones yet.

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
darkie Offline
Team-XBMC Developer
Posts: 529
Joined: Sep 2003
Reputation: 0
Post: #230
actually i already programmed some stuff for external subtitles (srt is already working in normal movies, but disabled).
i have some ideas on how to implement this for dvd's, but it is a bit harder than for normal movies (you don't know what the main movie is on a dvd and thus when the external subtitle should be used). an idea is to use external subtitles at the moment you use the file browser to search for subtitles during the main movie. but i could use some ideas for this, and are external subtitles for dvd's really needed?

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: badge.gif]
find quote
Post Reply