lovegaoshi

Results 49 issues of lovegaoshi

Template ### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#developer-instructions) including [yt-dlp coding conventions](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#yt-dlp-coding-conventions) - [x] [Searched](https://github.com/yt-dlp/yt-dlp/search?q=is%3Apr&type=Issues) the bugtracker for similar...

site-request
pending-fixes

支持以https://space.bilibili.com/{uid}/channel/collectiondetail?sid={sid}格式URL的b站视频合集搜索歌单;例如 https://space.bilibili.com/287837/channel/collectiondetail?sid=793137

**What is the need and use case of this feature?** android media3 migration **Describe the ideal solution** migrate to media3 **Describe alternatives you've considered** not migrate **Additional context** I've been...

continuation of https://github.com/doublesymmetry/react-native-track-player/pull/2043 . Synced up with RNTP v4.0.0 rc07

use [google material icon](https://m3.material.io/styles/icons/overview) svg instead of the blurry material pngs for forward and rewind.

adds volume fade in/out effect. on not android platforms this is done by using Animated.Value. I do not have iOS to test but it seems like iOS doesn't have a...

I have a problem where on android, after I deployed codepush, the custom icons in the notification area would fail to resolve and revert back to the default icons. While...

有没有朋友研究过收藏集兑换的API? 我搜集到的: 全部列表: https://api.bilibili.com/x/garb/card/subject/list?subject_id=42 基础信息: https://api.bilibili.com/x/vas/dlc_act/act/basic?act_id={藏品id} 详细信息: https://api.bilibili.com/x/vas/dlc_act/act/item/list?act_id={藏品id} 想知道收藏集兑换是怎么搞的,如这俩玩意儿 https://github.com/lovegaoshi/biliNFT/blob/main/data/BILINFT_100531.json ``` { "collect_id": 100545, "start_time": 1702641600, "end_time": 2114406245, "redeem_text": "完成4抽即可领取,单UID仅可领取一次。", "redeem_item_type": 5, "redeem_item_id": "1701673982001&1701667491001&1701671983001&1701667533001", "redeem_item_name": "纯情序曲专属装扮", "redeem_item_image": "https://i0.hdslb.com/bfs/garb/be88472ca9bea07e63f1a443b4c22867105bae2f.png", "owned_item_amount": 0,...

新增/Add
用户/Member

**Describe the bug** 我最近一周内遇到有时候了主播下播后,录播仍不停止的情况。 我使用修改过的[DDRecorder v1.3.0](https://github.com/lovegaoshi/DDRecorder/tree/ubuntu),[没有修改录制函数部分](https://github.com/lovegaoshi/DDRecorder/blob/ubuntu/BiliLiveRecorder.py#L31),修正了UA。我查看DDRecorder v1.3.3也没有修改录制函数的部分。 **To Reproduce** 如下不正常日志。直播间680526下播后,录播并没有停止(没有680526 下播了日志,录制完成日志)。 ``` Wed, 07 Jun 2023 16:08:47 139824366424064 MainThread BaseLive.py[line:64] INFO [Site:BiliBili Room:685026] 直播间标题:【唱歌】唱就完事了,不听吃亏 Wed, 07 Jun 2023 16:08:47 139824366424064...

**Is your feature request related to a problem? Please describe.** I was working on my app's sync this morning and thought podverse might find this useful too. I use dropbox/github...

enhancement