https://github.com/daniel-j/omxradio
omxradio - A simple web interface for omxplayer.
https://github.com/daniel-j/omxradio
Last synced: about 1 year ago
JSON representation
omxradio - A simple web interface for omxplayer.
- Host: GitHub
- URL: https://github.com/daniel-j/omxradio
- Owner: daniel-j
- Created: 2012-10-27T15:15:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-28T10:33:11.000Z (over 13 years ago)
- Last Synced: 2025-03-26T19:04:20.496Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
omxradio - A web interface for Raspberry Pi's omxplayer using node.js and youtube-dl.
To use this you must compile and install node.js and install youtube-dl with apt-get or similar. Tested on node v0.8.12.
Usage:
$ node omxradio
Web interface shows up on http://hostname:7000/ where hostname is the name/ip address of the Raspberry Pi. It is optimized for Google Chrome and/on Android ICS/JB.
Features:
* Edit the html-page and put in your own radio stations
* Play a file stored locally or from an URL
* Play music (actually video if a monitor is connected) from Youtube.
* Search on Youtube by keywords, video id or video url.
* Queue tracks!
* Play/pause and stop current playing music.
Supported (tested) browsers:
* Google Chrome 22
* Google Chrome for Android 18 (Jelly Bean)
* Google Chrome for iOS (ugly gui but usable)
* Safari for iOS (ugly gui but usable)
* Firefox 16
Screenshot of the web interface:
http://i.imgur.com/VObbK.png
Picture of Raspberry Pi "in action":
http://i.imgur.com/nlu0b.jpg
:P
enjoy!