海天鹰

Results 69 issues of 海天鹰

![alt](https://ae01.alicdn.com/kf/Ud0c7522247014464a4989d4b5f3c9d20I.jpg)

目前是这样的:http://hunlongyu.gitee.io/zy-player-web?url=https://vod1.bdzybf1.com/20200930/tnSWLsZj/index.m3u8&name=好先生,和二维码分享是一样。 发送给播放器应该只包含播放地址:https://vod1.bdzybf1.com/20200930/tnSWLsZj/index.m3u8 浏览器安装HLS扩展(https://github.com/sonichy/HLSPlayer)就可以播放,不需要部署服务器(http://hunlongyu.gitee.io/zy-player-web)播放。 投屏我已经学会了发送部分,做了Qt版(https://github.com/sonichy/HTYDLNA)和安卓版(https://github.com/sonichy/HTYDLNA_Android),网页和浏览器扩展实现不了。

bug

I need to boot from HDD not USB(Ventoy). Edit /etc/grub.d/40_custom, add these at end, sudo update-grub. ### Success ``` menuentry "ubuntu 16" { set root=(hd0,5) set isofile="/ISO/ubuntu-16.04.7-desktop-amd64.iso" loopback loop $isofile...

Change `Jun 24 at 15:21` to `2020/06/24 15:21:16` Order directory first then file, time desc or filesize desc. Theme not pretty.

good first issue

卡卡的,不会坠机~

https://github.com/darknessomi/musicbox/wiki/网易云音乐新登录API分析 https://github.com/bricke/Qt-AES 使用别人的AES代码,padding 有3种模式:ZERO, PKCS7, ISO。

musicbox ``` Traceback (most recent call last): File "/usr/local/bin/musicbox", line 11, in load_entry_point('NetEase-MusicBox==0.2.5.4', 'console_scripts', 'musicbox')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2793, in load_entry_point...

1.Add mounted volumes - HomePage (https://github.com/sonichy/HTYFileManager) ``` QStorageInfo storage("/"); QString mountPath = storage.rootPath(); foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) { if (storage.isValid() && storage.isReady()) { QString name = storage.name(); QString mountPath...

enhancement

不会测试,怎么评测给你Star?

Add a refresh button on toolbar, when modify a image content (such as size) without modify markdown content, we can use this button to refresh preview. At present, we can...