@@ -9,37 +9,42 @@ Make a youtube playlist, collaboratively.
99
1010This is a forked version. There are quite a few fixes and new features, including:
1111
12- - Basic Youtube search support
12+ - Basic Youtube search support (including Youtube Music)
1313- Sync the playback on all clients * (experimental)*
14- - Use piped instead of native youtube for everything - no call is ever made directly on youtube 's server
14+ - Use Piped instead of native Youtube for everything: no call is ever made on Youtube 's server
1515- Implement Shaka Player
16- - DASH+xml conversion from streams (apparently youtube 's HLS are kinda broken)
16+ - DASH+xml conversion from streams (apparently Youtube 's HLS are kinda broken)
1717- Update packages.json, remove reprecated
18- - Dockerized
18+ - Dockerized for easier installation
1919
20- You can take a look at TODO.md for details about potential future features.
20+ You can take a look at [ TODO] ( ./TODO.md ) for details about potential future features.
2121
2222## Requirements
2323
24- - [ node.js ] ( https://nodejs.org/en/ )
24+ - docker
2525
2626
2727## Installation
2828
29- npm install
29+ docker build -t poolparty .
3030
3131## Run
3232
33- npm start
33+ docker-compose up -d
3434
3535
3636When the server is running, everyone in the party can acces to
37- server_ip:8080/ and add songs.
37+ ` http://server_ip:5468 ` and add songs.
3838
39- One person will visit server_ip:8080/play in order to reproduce the
40- playlist.
39+ One or more persons can then visit ` http://server_ip:5468/play ` in order to play the playlist in sync.
4140
42- ## Authors
41+
42+ ## Warning
43+
44+ This is a work in progress. Don't use it in production environment, or do it at your own risks.
45+
46+
47+ ## Thanks to original Authors
4348
4449- [ @carlos4rias ] ( https://github.com/carlos4rias )
4550- [ @jhonber ] ( https://github.com/jhonber )
0 commit comments