diff --git a/README.md b/README.md index c23f3180f..c36819148 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ # dlna-media-render + using mpv as DLNA media render runing on *unix platform -## usage +![demo](demo.png) + +## Install + +### 1. install mpv in your computer + +### 2. install python dependency + +```shell +pip install cherrypy lxml +``` + -pip install charrypy lxml -python main.py +## Usage +```shell +python3 main.py +``` ## Relevant links diff --git a/demo.png b/demo.png new file mode 100644 index 000000000..506c9ca13 Binary files /dev/null and b/demo.png differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..5b874a6d1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +cherrypy +lxml