Giter Site home page Giter Site logo

youtubejukebox's Introduction

YouTube Jukebox

Easy playback of YouTube channels - Inspired by youtube.nestharion.de.

Overview

This app allows retrieving all the videos from a YouTube user and playing them with the specified media player:

YouTube Channel GUI   YouTube Channel GUI

VLC is the recommended media player, and a built-in feature allows to upgrade its YouTube playback script. You may use any other media player of your choice that handles m3u playlists containing YouTube URLs.

Command-Line usage

If running Mac or Linux, you might prefer the command-line usage:

mono YouTubeJukebox.exe <YouTube channel>

This will output the list of video URLs to standard ouput.

See mono YouTubeJukebox.exe --help for a list of allowed arguments

How it works

This app does not make use of any YouTube API, to avoid weird limitations and the requirement of an API key. Profile picture and video list are retrieved from the regular web interface hosted at the following URL:

https://www.youtube.com/user/<Username>/videos

The first time a channel is played, the whole video list is fetched, which may take a few minutes if the channel contains a huge amount of videos. Once done, a cache of last viewed channels is maintained for faster loading times.

After applying modifiers eg reverse or shuffle, a m3u playlist file is created, containing a list of URLs. The playlist file is then passed to the media player, which will take care of playing the videos.

As some changes on YouTube may break video playback, the playback script of the VLC media player is updated from time to time, so the upgrade script feature allows to easily update your VLC installation with the latest script.

Also, some changes on the web interface may break video retrieval, so if this app does not work anymore, a fix for me and an update for you will be required. That's the downside of not using an official API ;)

License

YouTube Jukebox is provided under CDDL-1.0 (Why?).

Basically, you can use it or its source for any project, free or commercial, but if you improve it or fix issues, the license requires you to contribute back by submitting a pull request with your improved version of the code. Also, credit must be given to the original project, and license notices may not be removed from the code.

youtubejukebox's People

Contributors

orelio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.