Skip to content

crisp00/PiYoutube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Youtube Playback for Volumio2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages