Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony15246 authored Nov 22, 2024
1 parent 2e82a70 commit f5af336
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
7. 通过打开配置项load_more_danmaku可以爬取所有可用弹幕源,获取更多弹幕(注意⚠️:爬取所有可用弹幕源默认关闭,如需开启请阅读[load_more_danmaku配置项说明](#load_more_danmaku)
8. 自动记忆弹幕开关情况,播放视频时保持上次关闭时的弹幕开关状态
9. 自定义弹幕样式(具体设置方法详见[自定义弹幕样式](#DanmakuFactory相关配置自定义弹幕样式相关配置)
10. 在使用如[Play-With-MPV](https://github.com/LuckyPuppy514/Play-With-MPV)[ff2mpv](https://github.com/woodruffw/ff2mpv)等网络播放手段时,自动加载弹幕(注意⚠️:目前支持自动加载bilibili和巴哈姆特这两个网站的弹幕,具体说明查看[autoload_for_url配置项说明](#autoload_for_url)

无需亲自下载整合弹幕文件资源,无需亲自处理文件格式转换,在mpv播放器中一键加载包含了哔哩哔哩、巴哈姆特等弹幕网站弹幕的弹弹play的动画弹幕。

Expand Down Expand Up @@ -268,10 +269,12 @@ autoload_local_danmaku=yes

#### 功能说明

为可能支持的 url 视频文件实现弹幕关联记忆和继承,配合播放列表食用效果最佳
开启此选项后,会为可能支持的 url 视频文件实现弹幕关联记忆和继承,配合播放列表食用效果最佳。目前兼容在使用[embyToLocalPlayer](https://github.com/kjtsune/embyToLocalPlayer)[mpv-torrserver](https://github.com/dyphire/mpv-config/blob/master/scripts/mpv-torrserver.lua)[tsukimi](https://github.com/tsukinaha/tsukimi)等场景时进行弹幕关联记忆和继承。

目前的具体支持情况和实现效果可以参考[此pr](https://github.com/Tony15246/uosc_danmaku/pull/16)

另外,开启此选项后还会在网络播放bilibili以及巴哈姆特的视频时自动加载对应视频的弹幕,可配合[Play-With-MPV](https://github.com/LuckyPuppy514/Play-With-MPV)[ff2mpv](https://github.com/woodruffw/ff2mpv)等网络播放手段使用。(播放巴哈姆特的视频时弹幕自动加载如果失败,请检查[proxy](#proxy)选项配置是否正确)

> [!NOTE]
>
> 实验性功能,尚不完善
Expand All @@ -284,6 +287,20 @@ autoload_local_danmaku=yes
autoload_for_url=yes
```

### add_from_source

#### 功能说明

开启此选项后,通过`从弹幕源向当前弹幕添加新弹幕内容`功能关联过的弹幕源会被记录,并且下次播放同一个视频的时候会自动关联并加载添加过的弹幕源。

#### 使用方法

想要开启此选项,请在mpv配置文件夹下的`script-opts`中创建`uosc_danmaku.conf`文件并添加如下内容:

```
add_from_source=yes
```

### user_agent

#### 功能说明
Expand Down

0 comments on commit f5af336

Please sign in to comment.