Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhimingshenjun/DD_Monitor
DD监控室第一版
https://github.com/zhimingshenjun/DD_Monitor
Last synced: about 2 months ago
JSON representation
DD监控室第一版
- Host: GitHub
- URL: https://github.com/zhimingshenjun/DD_Monitor
- Owner: zhimingshenjun
- License: lgpl-2.1
- Created: 2021-01-10T16:08:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T12:27:22.000Z (about 3 years ago)
- Last Synced: 2024-10-15T13:41:48.051Z (about 2 months ago)
- Language: Python
- Size: 13.8 MB
- Stars: 1,207
- Watchers: 14
- Forks: 103
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - DD_Monitor - DD 监控室.![Python](svg/python.svg?raw=true) ![Windows](svg/windows.svg?raw=true) (直播相关工具 / 直播脚本)
README
# DD监控室
## 运行指南
确保安装VLC, `HELP.html`内有更多解释。
## 开发指南
推荐在venv/anaconda环境下开发
### 所需包
- PyQt5- requests
- aiowebsocket
- python-vlc
- pyinstaller
- dnspython
pip安装
```bash
pip install -r requirements.txt
```
### 打包
在 `scripts` 文件夹下有各平台的打包脚本,需要在仓库根目录运行。
## TODO
### 全平台
- [X] 加载热播主播时显示加载状态(在Macos上有明显卡顿)### Windows平台
- [ ] ?### MacOS平台
- [X] 保证程序打包后附带文件可以被访问
- [ ] 弹幕窗口在启动后不显示
- [X] 添加热播主播后Thread卡死
- [ ] ~~添加主播到播放器后不会继承窗口大小,需要重整layout来激活~~ (VLC bug)### Linux平台
- [ ] 弹幕窗口在启动后不显示