From: James Bunton Date: Mon, 20 Jan 2020 13:33:13 +0000 (+1100) Subject: README X-Git-Url: https://code.delx.au/bluplayer/commitdiff_plain/b2327148bb6721856e0fdca7d49d4aa447fbea3e README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e8a8fd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Bluplayer + +Linux BluRay GUI, wraps MakeMKV and VLC. + +About a year ago when I first bought my Bluray drive for Linux I had a simple requirement. I wanted to be able to put a disc in, then with some graphical tool select a track and have it start playing. It turns out nothing on Linux can do this. + +So I wrote a simple Python/Qt app which uses [MakeMKV](http://makemkv.com) to decrypt and [VLC](http://www.videolan.org] to play it. + +Visit the [Bluplayer intro blog post](https://delx.net.au/blog/2014/04/bluplayer-easy-bluray-playback-with-makemkv-and-vlc) for a usage guide.