denoland / denoland/wanted_modules
MPV (idea: python-mpv)
Open
- Dominant language
- No language data
- Stars
- 46
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice a module like this in Deno: https://github.com/jaseg/python-mpv
Playing video in:
```python
import mpv
player = mpv.MPV(ytdl=True)
player.play('https://youtu.be/DOmdB7D-pUU')
player.wait_for_playback()
```
and an audio (online radio):
```python
import mpv
player = mpv.MPV()
player.play('http://s1.myradiostream.com:12508/listen.mp3')
player.wait_for_playback()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.