mirror of https://github.com/calzoneman/sync.git
Add notice that quality preference doesn't work for YouTube anymore (#726)
This commit is contained in:
parent
81e1947656
commit
8340bf2c81
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.55.2",
|
"version": "3.55.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -69,6 +69,7 @@ mixin us-playback
|
||||||
+rcheckbox("us-synch", "Synchronize video playback")
|
+rcheckbox("us-synch", "Synchronize video playback")
|
||||||
+textbox("us-synch-accuracy", "Synch threshold (seconds)", "2")
|
+textbox("us-synch-accuracy", "Synch threshold (seconds)", "2")
|
||||||
+rcheckbox("us-wmode-transparent", "Set wmode=transparent")
|
+rcheckbox("us-wmode-transparent", "Set wmode=transparent")
|
||||||
|
.form-group
|
||||||
.col-sm-4
|
.col-sm-4
|
||||||
.col-sm-8
|
.col-sm-8
|
||||||
p.text-info Setting <code>wmode=transparent</code> allows objects to be displayed above the video player, but may cause performance issues on some systems.
|
p.text-info Setting <code>wmode=transparent</code> allows objects to be displayed above the video player, but may cause performance issues on some systems.
|
||||||
|
@ -86,6 +87,10 @@ mixin us-playback
|
||||||
option(value="720") 720p
|
option(value="720") 720p
|
||||||
option(value="1080") 1080p
|
option(value="1080") 1080p
|
||||||
option(value="best") Highest Available
|
option(value="best") Highest Available
|
||||||
|
.form-group
|
||||||
|
.col-sm-4
|
||||||
|
.col-sm-8
|
||||||
|
p.text-info Due to technical changes on YouTube's side, the CyTube quality preference can no longer be automatically applied on YouTube videos. See <a href="https://github.com/calzoneman/sync/issues/726" rel="noopener noreferer" target="_blank">this GitHub issue</a> for details.
|
||||||
|
|
||||||
mixin us-chat
|
mixin us-chat
|
||||||
#us-chat.tab-pane
|
#us-chat.tab-pane
|
||||||
|
|
Loading…
Reference in New Issue