ys-j / YoutubeLiveChatFlusher

Firefox/Chrome Extension to provide bullet chatting (Danmaku) on YouTube Live, like niconico or bilibili.
https://addons.mozilla.org/firefox/addon/youtube-livechat-flusher/
70 stars 0 forks source link

What is the meaning of each options under Simultaneous Msg setting? #9

Closed LifeJustDLC closed 3 months ago

LifeJustDLC commented 4 months ago

wikiではこう書かれたけど:

图片

以下4つのオプションの詳細はいまいち分からない:

图片

ys-j commented 4 months ago

チャットが多い動画で有効な設定項目です。 It is an effective setting for videos with a lot of chatting.

例 / Example: https://www.youtube.com/watch?v=tuWw5EQPGlc

例えば、同時に下記のコメントを読み込んだときの挙動は下表の通りになります。 For example, if the following chat messages are loaded at the same time, the behavior will be as shown in the table below.

Timestamp Loaded messages
4:45.000 B B A
4.45.500 A B C A B A A B A
Option Behavior
全て流す
Flush all messages
全てのメッセージが流れる
All messages will be displayed.
4:45.000: B B A
4:45.500: A B C A B A A B A
読み込む毎に最初のチャットのみ流す
Flush only first message per load
最初のメッセージが流れる
First message will be displayed.
4:45.000: B
4:45.500: A
同じ内容を統合する
Merge same messages
ユニークなメッセージのみ流れる
Unique messages loaded at the same time will be displayed.
4:45.000: B A
4:45.500: A B C
直前を含めて同じ内容を統合する
Merge same messages including last one
直前の読み込みを含めユニークなメッセージのみ流れる
Unique messages loaded at the same or last time will be displayed.
4:45.000: B A
4:45.500: B C
LifeJustDLC commented 4 months ago

@ys-j Thanks for your explanation.