diff --git a/package.json b/package.json index 3b779fb6..2a9bf61f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.55.2", + "version": "3.55.3", "repository": { "url": "http://github.com/calzoneman/sync" }, diff --git a/templates/useroptions.pug b/templates/useroptions.pug index fe4d4b57..fe3b1ea2 100644 --- a/templates/useroptions.pug +++ b/templates/useroptions.pug @@ -69,9 +69,10 @@ mixin us-playback +rcheckbox("us-synch", "Synchronize video playback") +textbox("us-synch-accuracy", "Synch threshold (seconds)", "2") +rcheckbox("us-wmode-transparent", "Set wmode=transparent") - .col-sm-4 - .col-sm-8 - p.text-info Setting wmode=transparent allows objects to be displayed above the video player, but may cause performance issues on some systems. + .form-group + .col-sm-4 + .col-sm-8 + p.text-info Setting wmode=transparent allows objects to be displayed above the video player, but may cause performance issues on some systems. +rcheckbox("us-hidevideo", "Remove the video player") +rcheckbox("us-playlistbuttons", "Hide playlist buttons by default") +rcheckbox("us-oldbtns", "Old style playlist buttons") @@ -86,6 +87,10 @@ mixin us-playback option(value="720") 720p option(value="1080") 1080p 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 this GitHub issue for details. mixin us-chat #us-chat.tab-pane