Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.2 KB

youtube-center

A desktop client for youtube (disconnected from your google profile). Import from your main profile and manage subscriptions within the application.

Demo

* Find the download link for the latest version here.


Build

APIs

To build and run this with full functionality, you will have to modify the api keys container with your own keys before compiling.

- YouTube API

Requirements: nuget.exe on PATH, Visual Studio 2017 and/or C# 7.0 Roslyn Compiler
Optional: Devenv (Visual Studio 2017) on PATH

git clone https://github.com/dukemiller/youtube-center.git
cd youtube-center
nuget install youtube-center\packages.config -OutputDirectory packages

Building with Devenv (CLI): devenv youtube-center.sln /Build
Building with Visual Studio: Open (Ctrl+Shift+O) "youtube-center.sln", Build Solution (Ctrl+Shift+B)

A "youtube-center.exe" artifact will be created in the parent youtube-center folder.