XBMC Community Forum
fix lockup on selection of "Play Disc" from main menu - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: fix lockup on selection of "Play Disc" from main menu (/showthread.php?tid=118719)



fix lockup on selection of "Play Disc" from main menu - cbxbiker61 - 2012-01-04 12:37

Change to return iso9660:// as path for optical media.

Prior to this change "" was being returned for the media path and when "Play Disc" was selected from the main menu Xbmc started recursing / looking for media files which made it (for all practical purposes) lock-up.

On my system I'm using UDisks, but the changes to DeviceKitDisks and HAL seem to be appropriate also.

Patch is located here:

http://trac.xbmc.org/ticket/12410