[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Blu ray support
Page 1 of 1

Blu ray support

PostPosted: Mon Apr 01, 2013 8:46 am
by droope
Hi there guys!

Mplayer has some experimental support for blurays, which I have experimentally added to smplayer, the best mplayer GUI out there ;)

Image

At the moment the folder from which the blu-ray is read is hardcoded in BaseGui::openBluRay() ( mount in "/mount/FOTR_D1_MTA"), I plan that to be configurable in the same way the DVD is configurable.

Attached's the patch, it'd be really handy for me to have commit access to the SVN. Diff might be broken because someone committed today to the SVN :(

Re: Blu ray support

PostPosted: Wed Apr 03, 2013 8:00 am
by droope

Re: Blu ray support

PostPosted: Wed Apr 03, 2013 8:01 am
by droope
Might need to follow the instructions here for this to work, not sure.

http://vlc-bluray.whoknowsmy.name/

Re: Blu ray support

PostPosted: Thu Apr 11, 2013 9:22 pm
by sl1pkn07
the patch is malformed

try with

diff -U 3 -dHrN -- folder-orig folder-modif > patch.patch