diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-06 05:14:48 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-06 05:14:48 +0300 |
| commit | b07c4c31e233dc1eb40c848788e002614402c1ea (patch) | |
| tree | 072516b9c6c3727d276dd4687baa666ffe151381 | |
| parent | 81071b59445d702d14a80241f409fc282d509f1f (diff) | |
Update texts
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | res/index.html | 9 | ||||
| -rw-r--r-- | res/js/custom.js | 4 | ||||
| -rw-r--r-- | user/README.md | 2 |
4 files changed, 19 insertions, 12 deletions
@@ -11,6 +11,10 @@ Even if some original features are not implemented yet, there is some new things - Override every front-end file you want (`user/res` folder)
- Reworked Modern theme
+### Supported players
+- Youtube
+- Raw mp4 and iframe videos
+
### Setup
- Open `4200` port in your router settings
- `npm install ws`
@@ -21,11 +25,11 @@ Even if some original features are not implemented yet, there is some new things It's just works, but you can also check [user/ folder](/user/README.md) for server settings and additional customization.
### Development
-- Install Haxe 4, VSCode and vshaxe extension.
-- `haxelib install all` to install extern libs.
-- Open project in VSCode and press `F5` for client+server build and run.
+- Install Haxe 4, VSCode and vshaxe extension
+- `haxelib install all` to install extern libs
+- Open project in VSCode and press `F5` for client+server build and run
### About
-- [Original idea](https://github.com/calzoneman/sync) and layout by Calvin Montgomery.
-- Original theme by Thomas Park.
-- Default emotes by [emlan](https://www.deviantart.com/emlan).
+- [Original idea](https://github.com/calzoneman/sync) and layout by Calvin Montgomery
+- Original theme by Thomas Park
+- Default emotes by [emlan](https://www.deviantart.com/emlan)
diff --git a/res/index.html b/res/index.html index 838bce7..8ad141b 100644 --- a/res/index.html +++ b/res/index.html @@ -173,15 +173,14 @@ <div id="pmbar"></div> <footer id="footer"> <div class="container"> - <p class="text-muted credit">Based on CyTube by Calvin Montgomery</p> + <p class="text-muted credit">Based on CyTube by Calvin Montgomery ยท + <a href="https://github.com/RblSb/SyncTube" target="_blank" rel="noreferrer noopener">GitHub</a> + </p> </div> </footer> - <!-- <script src="js/custom.js"></script> --> <script src="js/split.min.js"></script> <script src="client.js"></script> - <!-- <script defer="" src="https://www.youtube.com/iframe_api"></script> - <script defer="" src="js/sc.js"></script> - <script defer="" src="https://player.twitch.tv/js/embed/v1.js"></script> --> + <script src="js/custom.js"></script> </body> </html> diff --git a/res/js/custom.js b/res/js/custom.js new file mode 100644 index 0000000..0c5876b --- /dev/null +++ b/res/js/custom.js @@ -0,0 +1,4 @@ +/* + Create user/res/js/custom.js + in project folder to override this file. +*/ diff --git a/user/README.md b/user/README.md index e244d09..1dff0d8 100644 --- a/user/README.md +++ b/user/README.md @@ -5,7 +5,7 @@ File example: ```json { "channelName": "-=SuperChannel=-", - "videoLimit": 10, + "totalVideoLimit": 10 } ``` ## User-specific resources |
