Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang authored Sep 6, 2021
1 parent 337bc89 commit 5087b15
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,34 @@ A menu bar application using mpv as **DLNA Media Renderer**. You can push videos

- ### MacOS || Windows || Debian

Download link: [Macast release latest](https://github.com/xfangfang/Macast/releases/latest)
Download link: [Macast release latest](https://github.com/xfangfang/Macast/releases/latest)

- ### Package manager

```shell
pip install git+https://github.com/xfangfang/Macast.git@dev
```

Please see our wiki for more information: [Macast/wiki/Installation#package-manager](https://github.com/xfangfang/Macast/wiki/Installation#package-manager)

- ### Build from source

Please refer to: [Macast Development](docs/Development.md)
Please refer to: [Macast Development](docs/Development.md)


## Usage

After opening this app, a small icon will appear in the menu bar, then you can push video from a local DLNA client to your computer.
- **For ordinary users**
After opening this app, a small icon will appear in the menu bar, then you can push your media files from a local DLNA client to your computer.

- **For developer**
Macast uses MPV as the default video player. After installing macast through pip, you can use a few lines of code to add support for other players like IINA and PotPlayer.
Tutorials and examples are shown in: [Macast/wiki/Custom-Renderer](https://github.com/xfangfang/Macast/wiki/Custom-Renderer)
Fell free to submit a pull request that creates support for any of the video players not yet supported.

## FAQ
If you have any questions about this application, please check: [Macast/wiki/FAQ](https://github.com/xfangfang/Macast/wiki/FAQ).
If this does not solve your problem, please open a new issue to notify us, we are willing to help you solve the problem.


## Relevant links
Expand Down

0 comments on commit 5087b15

Please sign in to comment.