https://github.com/haehnchen/onlinestreams-for-d-box2
Mediaportal für Neutrino (D-Box2) mit Interface für Popcorn Hour Geräte: einfacher "OnlineStream Proxy" auf Basis des internen Movieplayers. Enthalten Scripts: Youtube, ZDFMediathek, MyVideo, Apple Trailer, Spiegel.TV, kino.de, Tv-Total.de alle in PHP
https://github.com/haehnchen/onlinestreams-for-d-box2
Last synced: 8 months ago
JSON representation
Mediaportal für Neutrino (D-Box2) mit Interface für Popcorn Hour Geräte: einfacher "OnlineStream Proxy" auf Basis des internen Movieplayers. Enthalten Scripts: Youtube, ZDFMediathek, MyVideo, Apple Trailer, Spiegel.TV, kino.de, Tv-Total.de alle in PHP
- Host: GitHub
- URL: https://github.com/haehnchen/onlinestreams-for-d-box2
- Owner: Haehnchen
- Created: 2011-10-09T14:41:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-09T14:43:02.000Z (about 14 years ago)
- Last Synced: 2025-01-12T16:32:42.603Z (9 months ago)
- Language: PHP
- Homepage: http://www.espend.de/projekte/internetstreams-fuer-movieplayer-dbox2.html
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
$Id: readme 15079 2006-04-02 22:57:39Z dionoea $
This file describes commands available through the requests/ file:
Lines starting with < describe what the page sends back
Lines starting with > describe what you can send to the pageAll parameters need to be URL encoded.
Examples:
# -> %23
% -> %25
+ -> %2B
space -> +
...status.xml:
===========
< Get VLC status information, current item info and meta.> add to playlist and start playback:
?command=in_play&input=> add to playlist:
?command=in_enqueue&input=> play playlist item :
?command=pl_play&id=> toggle pause. If current state was 'stop', play item :
?command=pl_pause&id=> stop playback:
?command=pl_stop> jump to next item:
?command=pl_next> jump to previous item:
?command=pl_previous> delete item from playlist:
?command=pl_delete&id=> empty playlist:
?command=pl_empty> sort playlist using sort mode and order :
?command=pl_sort&id=&val=
If id=0 then items will be sorted in normal order, if id=1 they will be
sorted in reverse order
A non exhaustive list of sort modes:
0 Id
1 Name
3 Author
5 Random
7 Track number> toggle random playback:
?command=pl_random> toggle loop:
?command=pl_loop> toggle repeat:
?command=pl_repeat> toggle enable service discovery module :
?command=pl_sd&val=
Typical values are:
sap
shoutcast
podcast
hal> toggle fullscreen:
?command=fullscreen> set volume level to (can be absolute integer, percent or +/- relative value):
?command=volume&val=
Allowed values are of the form:
+, -, or %> seek to :
?command=seek&val=
Allowed values are of the form:
[+ or -][:][:][]
or [+ or -]%
(value between [ ] are optional, value between < > are mandatory)
examples:
1000 -> seek to the 1000th second
+1H:2M -> seek 1 hour and 2 minutes forward
-10% -> seek 10% backplaylist.xml:
=============
< get the full playlist treebrowse.xml:
===========
< ?dir=
> get 's filelistvlm.xml:
========
< get the full list of VLM elementsvlm_cmd.xml:
============
< execute VLM command
?command=
> get the error message from