]> code.delx.au - bluplayer/commitdiff
README master
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 20 Jan 2020 13:33:13 +0000 (00:33 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 4 Oct 2014 11:18:55 +0000 (21:18 +1000)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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.