marcosrg9 / YouTubeTV

Simple YouTube TV client for desktop based on electron.
MIT License
59 stars 11 forks source link
cross-platform dial electron nodejs ssdp youtube youtube-tv
# **YouTube TV** [![Downloads](https://img.shields.io/github/downloads/marcosrg9/YouTubeTV/total.svg?color=FF0000&label=Total%20downloads)](https://github.com/marcosrg9/YouTubeTV/releases/) [![Downloads](https://img.shields.io/github/downloads/marcosrg9/YouTubeTV/v2.4.1/total.svg?color=blue&label=2.4.1%20Downloads)](https://github.com/marcosrg9/YouTubeTV/releases/tag/v2.4.1) Simple YouTube TV Client for desktop based on [electron](https://www.electronjs.org/). You can connect a compatible device such as a phone or computer with Google Chrome and send videos to the app for viewing, just like on ChromeCast or smart TVs with YouTube.

## ๐ŸŒŽ Languages This readme is available in the following languages: - ๐Ÿ‡บ๐Ÿ‡ธ English - ๐Ÿ‡ช๐Ÿ‡ธ [Spanish](./README.es-ES.md) It implements a [DIAL](https://en.wikipedia.org/wiki/Discovery_and_Launch) server (based in [SSDP](https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol)) to allow connection from devices that use this same protocol (limited to YouTube in this application). Use the userAgent allowed by YouTube TV: ``` Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Large Screen Safari/534.24 GoogleTV/092754 ``` It can use ```npm start``` or else ```npx electron .``` . If you already have electron installed globally, you can start the app with ```electron .``` ## ๐Ÿ“ฆ Builds The project can be downloaded already built and ready to use. Available for Linux, macOS and Windows. On x86, x84 and ARM architectures. | Platform | Architecture | Link | |---------------|:----------------:|:------:| | Windows | x32/x64 | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1.exe) | | Linux (Deb) | x64 | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-amd64.deb) | | Linux (Deb) | ARM64 | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-arm64.deb) | | Linux (Deb) | ARMv7l | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-armv7l.deb) | | Linux (RPM) | x64 | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-x86_64.rpm) | | Linux (RPM) | ARMv7l | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-armv7l.rpm) | | Linux (RPM) | ARM64 | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-aarch64.rpm) | | macOS | Intel (x64) | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1.dmg) | | macOs | Apple Chip (ARM) | [Download](https://github.com/marcosrg9/YouTubeTV/releases/download/v2.4.1/YouTube_TV-2.4.1-arm64.dmg) | [All builds](https://github.com/marcosrg9/YouTubeTV/releases/latest) ## โŒจ๏ธ Key shortcuts - Max. resolution config panel: Ctrl + S - Fullscreen: Ctrl + F. - Developer Tools: Ctrl + D. - Change cursor visibility: Ctrl + A. Not tested on Windows and macOS for ARM platforms, except for ARM Linux for Raspberry (armv7l). ## โšก๏ธ Last changes [2.4.0/2.4.1] ### **2.4.1** - Fixed bug where the YouTube TV process would not close completely on platforms other than macOS. - The title bar is transparent (macOS only). - The title bar of the window did not load the Spanish title. ### **2.4.0** - YouTube TV persistently stores parameters of the main window state, such as position, size, full screen and cursor visibility. ## ๐Ÿ”ง Configuration YouTube TV now includes a window for configuring the maximum playback resolution. This window can be opened by pressing the keys Ctrl + S.
Resolution has been limited from the developing environment for the following reason: Nowadays the mayority of computers are provided with integrated graphics, i.e. they share memory with the rest of the system, different to discrete graphic cards, which include their own memory modules where they have an isolated storage space without external load. This implies more workload for the processor, and there are cases where resolutions above 2K/4K begin to affect performance at exagereted level. Obviously the final user can establish the resolution they prefer; nevertheless, YouTube is able to measure bandwith and automatically establish the best resolution available in relation with bandwith, which can be bothering, since frequently hardware capacities aren't enough to reproduce those resolutions that high.