Skip to content

Commit 34166d4

Browse files
committed
docs: update for latest features
1 parent a791a8a commit 34166d4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VizVid is a versatile multimedia player frontend designed specifically for VRCha
88
Built with a modular design, VizVid allows you to pick and choose the exact components you need to build a custom player tailored to your world.
99

1010
> [!NOTE]
11-
> This documentation covers version v1.4.13 and later. Some features or instructions may differ in older versions.
11+
> This documentation covers version v1.5.1 and later. Some features or instructions may differ in older versions.
1212
1313
---
1414
## Quick Start
@@ -200,6 +200,8 @@ Regenerate random seed for shuffle playback when VizVid plays a playlist.
200200
* **Exception Handling**
201201
* **Total Retry Count**
202202
The maximum number of retry attempts when loading fails.
203+
* **Fallback Retry Count**
204+
Playback backend will auto-switch if the threshold is exceeded.
203205
* **Retry Delay**
204206
The interval time between retries when loading fails.
205207
* **Time Drift Detect Threshold**

docs/docs/index_ja.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VizVid は、VRChat 向けに設計された多機能なビデオプレイヤー
66
VizVid はモジュール化設計を採用しており、用途に合わせて必要な機能(モジュール)を選択し、自分だけのプレイヤーを簡単に構築することが可能です。
77

88
> [!NOTE]
9-
> 本マニュアルは v1.4.13 以降のバージョンに対応しています。旧バージョンとは一部仕様が異なる場合がありますのでご注意ください。
9+
> 本マニュアルは v1.5.1 以降のバージョンに対応しています。旧バージョンとは一部仕様が異なる場合がありますのでご注意ください。
1010
1111
---
1212

@@ -205,6 +205,8 @@ VizVid のデフォルト値を設定します。
205205
* **エラーハンドリング**
206206
* **合計リトライ回数**
207207
読み込み失敗時にリトライする上限回数です。
208+
* **フォールバックリトライ回数**
209+
リトライ回数がこの値を超えると、自動的に再生バックエンドを切り替えます。
208210
* **リトライ遅延**
209211
読み込み失敗時のリトライ間隔(秒)です。
210212
* **タイムドリフト検知閾値**

docs/docs/index_zh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VizVid 是一款為 VRChat 所設計,用途廣泛的多媒體播放器前端
66
VizVid 採用模組化設計,針對任何使用情境,可根據自己的需求,選擇適合的模組,輕鬆地拼裝出屬於自己的 VizVid。
77

88
> [!NOTE]
9-
> 本說明文件涵蓋 v1.4.13 或往後版本,一部分說明可能與舊版有所不同
9+
> 本說明文件涵蓋 v1.5.1 或往後版本,一部分說明可能與舊版有所不同
1010
1111
---
1212
## 快速上手
@@ -196,6 +196,8 @@ VizVid 用螢幕,可與控制器分開放置。
196196
* **錯誤處理**
197197
* **總重試次數**
198198
載入失敗時,重試次數的上限。
199+
* **後備重試次數**
200+
重試次數超過該值時,會自動切換播放後端
199201
* **重試延遲**
200202
載入失敗時,重試的間隔時間。
201203
* **時間飄移檢測閾值**

0 commit comments

Comments
 (0)