Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jun 2, 2021
1 parent 3d6c422 commit 64bac41
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file added demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cherrypy
lxml

0 comments on commit 64bac41

Please sign in to comment.