MikeYankeeOscarBeta / PiFMPlay

Its a terminal music player addon, for use with pifm(FM-Transmitter) on a raspberry pi mini computer.
100 stars 37 forks source link

URL & YouTube support #3

Closed peat-psuwit closed 10 years ago

peat-psuwit commented 10 years ago

I've added support for URL and YouTube support. For basic URL support, I reused the playmp3ffmpeg function to play URL that ffmpeg support. For YouTube support, I used the youtube-dl program to extract raw URL(s) of particular YouTube URL.

MikeYankeeOscarBeta commented 10 years ago

Wow! That is awesome! I will merge the repo when I have time to test it ;)