Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The Lua code for getting video metadata (title, duration, etc.):
https://github.com/pixeltailgames/cinema/blob/master/cinema/gamemode/modules/theater/services/sh_youtube.lua
The JavaScript code for controlling the embedded web video player:
https://github.com/pixeltailgames/pixeltailgames.github.com/blob/master/cinema/js/theater.js#L260-L374
If you're only interested in having the webpage appear in Cinema and you don't mind if the video isn't synchronized with all other players on the server, you can allow any URL to be requested by changing the cinema_allow_url convar. Documentation can be found on the Cinema GitHub wiki: https://github.com/pixeltailgames/cinema/wiki/Console-Commands-&-Variables
Hope this helps!
I do not know anything about programming but I can learn xD
thanks for answering