From b07c4c31e233dc1eb40c848788e002614402c1ea Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 6 Mar 2020 05:14:48 +0300 Subject: Update texts --- README.md | 16 ++++++++++------ res/index.html | 9 ++++----- res/js/custom.js | 4 ++++ user/README.md | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 res/js/custom.js diff --git a/README.md b/README.md index b996e91..993bd9d 100644 --- a/README.md +++ b/README.md @@ -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 @@
- - + 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 -- cgit v1.2.3