Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 743 Bytes

DiscordTV

Simultaneous youtube playback on Discord

Roadmap

Goal features, maybe

-> V1: Anyone can play a video. Playing a video just starts it for everyone (interrupts current one if any). Close to tinychat youtube behaviour.
-- V2: Roles ? Queue ?
-- V3: Rooms ? Per-channel or at least per-server management.

Installation

public/setup.exe edits the discord source file to automatically start the player.
May need to be run after every update.

Building the installer

  • npm run make

Manual injection

(not recommended)
You can press Ctrl+Shift+I in discord to request client.js yourself:

(d=>d.body.appendChild(d.createElement('script')).src='https://discordtv.balibalo.xyz/client.js')(document);