/PiYoutube

Youtube Playback for Volumio2

Primary LanguageJavaScript

YouTube Playback for Volumio

Usage:

NOTE: This plugin is in development and the API will strongly change in the upcoming updates.

Adding a youtube video to the queue:

  • Via socket.io to volumio server:
    Event: callMethod
    Content:

    {
        "endpoint" : "music_service/youtube",
        "method" : "add",
        "data" : "https://www.youtube.com/watch?v=vGZNdT72FsU"
    }
    
  • Via direct method call to PiYoutube.add("https://www.youtube.com/watch?v=vGZNdT72FsU")


Features, ETAs:

  • Add youtube videos to queue
  • Add youtube playlists to queue - 2days
  • Chrome Extension for sending video to the volumio directly from your browser
  • Import playlist from youtube (updating it on youtube causes it to update locally as well) - 5days
  • WebUI Integration - 1week
  • Mobile app integration - 2weeks

Authors: