When I go into advanced settings and add DVD drive everything works, however, there is no option to 'eject' the disc. This seems weird. Am I totally missing something? If not, how do you add a command to eject the disc?
I am looking for something like, when you select the disc the option will be 'play or eject' similar to frontrow?
How to add Eject DVD Option?
xfiring
Junior Member Posts: 38 Joined: Dec 2008 Reputation: 0 |
2009-03-31 14:24
Post: #1
|
| find quote |
CHI3f
Team-XBMC Skinner Joined: Jan 2007 Reputation: 0 Location: New Jersey, USA |
2009-03-31 17:58
Post: #2
|
| find quote |
xfiring
Junior Member Posts: 38 Joined: Dec 2008 Reputation: 0 |
2009-03-31 23:22
Post: #3
Thanks for the link, but I am not entirely sure how to and/or what XML file to put this in? Do I put the <onclick>EjectTray()</onclick> on the home.xml or in the keymap file?
Any advice would be greatly appreciated. Thanks. |
| find quote |
xfiring
Junior Member Posts: 38 Joined: Dec 2008 Reputation: 0 |
2009-04-01 01:30
Post: #4
OK, I think I see where I would add the onclick on the home.xml file, however, how do I create something like this.
onclick ->bring up a selection menu to either Play DVD or Eject DVD Then when you highlight Play DVD it would play and highlight Eject it would Eject. This is for XBMC on a mac mini if that matters. |
| find quote |
xfiring
Junior Member Posts: 38 Joined: Dec 2008 Reputation: 0 |
2009-04-08 14:56
Post: #5
Bump, anyone have ideas on how to get a "Play DVD or Eject DVD" option when a DVD is inserted?
Thanks |
| find quote |
squisher
Junior Member Posts: 2 Joined: Apr 2004 Reputation: 0 |
2009-09-01 02:39
Post: #6
Hi,
this issue was bothering me too. I found an ugly, but functional, workaround: I never used the Favorites, so I edited the button to work as eject. Edit skins/MediaStream/720p/DialogButtonMenu.xml, and look for the Favorites button (id is 3110, you can just search for the number). There you can replace the <onclick> function. [Edit] it's of course called XBMC.EjectTray(). |
| find quote |
duhcati
Junior Member Posts: 1 Joined: Oct 2009 Reputation: 0 |
I was also missing an Eject DVD menu item, so I just added it myself. On my Mac Mini I use the MediaStream skin, so I editted /Applications/XBMC.app/Contents/Resources/XBMC/skin/MediaStream/720p/Home.xml and added a new menu item by adding the following lines beneath the 'DVD button' menu item (line 1434):
<item id="11"> <description>Eject</description> <label>Eject</label> <label2>Eject the DVD</label2> <visible>System.HasMediadvd + !Skin.HasSetting(HideDVD)</visible> <onclick>XBMC.EjectTray()</onclick> </item> Now, when a DVD is inserted a menu option will show to eject the DVD. Strange though that this isn't in there by default?
(This post was last modified: 2009-10-01 14:31 by duhcati.)
|
| find quote |
ScXbmc
Junior Member Posts: 4 Joined: Jul 2009 Reputation: 0 |
2010-02-01 20:23
Post: #8
I am using a white iMac Intel, OS Snow Leopard, latest build of XBMC with the Confluence skin (wow this is nice). I would like to have a universal keystroke that would eject my second dvd drive no matter what. Right now I just don't see how to do this.
I have auto-play-DVD selected, so I can pop in a new one easy enough and it plays fine (altough subtitles appear on some DVDs for a reason I can't control). When it's done, there is no easy way to get the disc out. I can click the "eject" icon in the menu bar, but it still doesn't come out. If I'm lucky I can Hide XBMC, use Disk Utility to eject, and go back, if I'm unlucks I have to quite XBMC completely and then use Disk Utility. This was simpler on Windoze where if you just push the hardware eject, something ejects. I need the same ease of use on the Mac. I recognize I might just be short on clue, so anyone, anyone, please school me! Thanks. |
| find quote |
wyrm
Skilled Skinner Joined: Nov 2007 Reputation: 5 Location: Perth, Australia (GMT +8) |
2010-02-02 02:23
Post: #9
ScXbmc Wrote:I am using a white iMac Intel, OS Snow Leopard, latest build of XBMC with the Confluence skin (wow this is nice). I would like to have a universal keystroke that would eject my second dvd drive no matter what. Right now I just don't see how to do this. ScXbmc, Hey sport this is a forum dealing with xTV and it's mods, if you are using another skin, its best to ask in that particular skins forum. In all likelyhood your problem has been looked after already there, so you will get better advise there. Also go check the hints and tips forum as I'm sure this has probably been dealt with there. Having said that, the next release of 'xTV SAF' skin (v0.90?) has an eject button included on the video OSD screen. Wyrm (xTV SAF) When postings problems, please provide build details. If required a FULL debug log can now be submitted from the skin in settings->appearance->skin->settings>support. Ensure debug logging has been set in settings->system->debugging (or from the support menu). FAQ's located at :- http://wiki.xbmc.org/index.php?title=Add-on:XTV-SAF |
| find quote |

Search
Help