diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | res/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -28,6 +28,9 @@ Default channel example: http://synctube-example.herokuapp.com/ ### Configuration
It's just works, but you can also check [user/ folder](/user/README.md) for server settings and additional customization.
+### Plugins
+- [octosubs](https://github.com/RblSb/SyncTube-octosubs) - `ASS`/`SSA` subtitles support
+
### How to use
- Login with any nickname
- Add your video url with "plus" button below (youtube or direct link to mp4 for example)
diff --git a/res/index.html b/res/index.html index 1b86016..27962d4 100644 --- a/res/index.html +++ b/res/index.html @@ -113,7 +113,7 @@ </div> <div class="col-lg-7 col-md-7" id="rightpane"> <div class="row" id="rightpane-inner"> - <div class="plcontrol-collapse col-lg-12 col-md-12 collapse" id="addfromurl" aria-expanded="false" style="height: 89px;"> + <div class="plcontrol-collapse col-lg-12 col-md-12 collapse" id="addfromurl" aria-expanded="false"> <div class="vertical-spacer"></div> <div class="input-group"><span class="input-group-btn"> <button class="btn btn-default" id="insert_template" title="${addTemplateUrl}">></button></span> @@ -126,7 +126,6 @@ <input class="add-temp" type="checkbox" checked="checked">${addAsTemporary} </label> </div> - <div id="addfromurl-queue"></div> </div> <div class="plcontrol-collapse col-lg-12 col-md-12 collapse" id="customembed" aria-expanded="false" style="height: 209px;"> <div class="vertical-spacer"></div> |
