aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
-rw-r--r--res/index.html9
-rw-r--r--res/js/custom.js4
-rw-r--r--user/README.md2
4 files changed, 19 insertions, 12 deletions
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 @@
<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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage