e69953d216230a960a0a3b4e0b99932d4f7e5eac
[playVideoOnDreambox.git] / README.rst
1 **********************
2 Play video on Dreambox
3 **********************
4
5 Firefox addon (extension) that adds a "Play on Dreambox" button to the
6 toolbar.
7 Pressing it plays the video of the current tab on your Dreambox__ satellite
8 receiver.
9
10 Works fine with a Dreambox `DM7080 HD`__.
11
12 You can also right-click a link to a video page and select
13 "Play linked video on Dreambox".
14 That way you don't even need to open video detail pages.
15
16 __ http://www.dream-multimedia-tv.de/products
17 __ http://www.dream-multimedia-tv.de/dm7080-hd
18
19 .. contents::
20
21
22 Configuration options
23 =====================
24 In the addons manager
25
26 youtube-dl path
27   Full path to the ``youtube-dl`` executable, e.g. ``/usr/bin/youtube-dl``
28 Dreambox IP/host name
29   IP address of your dreambox satellite receiver, e.g. ``192.168.1.21``
30
31
32 Dependencies
33 ============
34 ``youtube-dl``
35   for video URL extraction.
36
37   Installable on a standard Debian/Ubuntu system via::
38
39     $ apt-get install youtube-dl
40
41   https://github.com/rg3/youtube-dl
42
43
44 License
45 =======
46 ``playVideoOnDreambox`` is licensed under the `GPL v3`__ or later.
47
48 __ http://www.gnu.org/licenses/gpl.html
49
50
51 Homepage
52 ========
53 Web site
54   http://cweiske.de/playVideoOnDreambox.htm
55 Source code
56   http://git.cweiske.de/playVideoOnDreambox.git
57
58   Mirror: https://github.com/cweiske/playVideoOnDreambox
59 Firefox Add-ons site
60   https://addons.mozilla.org/de/firefox/addon/play-video-on-dreambox/
61 Dreambox forum thread
62   http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=20224
63
64
65 Author
66 ======
67 Written by Christian Weiske, cweiske@cweiske.de
68
69
70 Alternatives
71 ============
72 - `MovieStreamer v1.3 - Internet-Filme auf der Box abspielen.`__
73
74 __ http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=17776