diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-30 04:38:06 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-30 04:38:06 +0300 |
| commit | 8a85a7e8b15173527e7b6489984d5f64ee2c9e29 (patch) | |
| tree | bed5251717177d18607669720ab54709ce61df13 | |
| parent | d73ddaaa1823b38e6d1d1e402a5cee1755c2367a (diff) | |
Mention subtitles plugin
| -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> |
