https://github.com/rblsb/synctube-octosubs
SyncTube subs plugin
https://github.com/rblsb/synctube-octosubs
synctube
Last synced: about 1 year ago
JSON representation
SyncTube subs plugin
- Host: GitHub
- URL: https://github.com/rblsb/synctube-octosubs
- Owner: RblSb
- Created: 2020-04-24T17:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T07:36:39.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T17:56:11.246Z (over 1 year ago)
- Topics: synctube
- Language: JavaScript
- Size: 1.95 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SyncTube-octosubs
[SyncTube](https://github.com/RblSb/SyncTube) ASS subtitles plugin based on [Octopus](https://github.com/Dador/JavascriptSubtitlesOctopus) (experimental)
**Attention:** SyncTube now has basic ASS support out of box (in web and android clients), that converts ASS text to WebVTT subtitles. Install this if you need more colors, formatting and other ASS features.
### Installation
- Install and open SyncTube project folder
- Create `user/res/js/custom.js` file:
```js
'use strict';
const JsApi = client.JsApi;
JsApi.addPlugin('octosubs');
```
- Create `user/res/plugins/` folder
- Open `plugins` folder in terminal: `cd user/res/plugins`
- `git clone https://github.com/RblSb/SyncTube-octosubs.git octosubs`
Now every time you add `site.com/file.mp4` to playlist this plugin will check `site.com/file.ass` file and load if it exists.