Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhimingshenjun/DD_Monitor

DD监控室第一版
https://github.com/zhimingshenjun/DD_Monitor

Last synced: about 2 months ago
JSON representation

DD监控室第一版

Awesome Lists containing this project

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平台
- [ ] 弹幕窗口在启动后不显示