change license from AGPL to GPL
[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 __ http://www.dream-multimedia-tv.de/products
13 __ http://www.dream-multimedia-tv.de/dm7080-hd
14
15 .. contents::
16
17
18 Configuration options
19 =====================
20 In the addons manager
21
22 youtube-dl path
23   Full path to the ``youtube-dl`` executable, e.g. ``/usr/bin/youtube-dl``
24 Dreambox IP/host name
25   IP address of your dreambox satellite receiver, e.g. ``192.168.1.21``
26
27
28 Dependencies
29 ============
30 ``youtube-dl``
31   for video URL extraction.
32
33   Installable on a standard Debian/Ubuntu system via::
34
35     $ apt-get install youtube-dl
36
37   https://github.com/rg3/youtube-dl
38
39
40 License
41 =======
42 ``playVideoOnDreambox`` is licensed under the `GPL v3`__ or later.
43
44 __ http://www.gnu.org/licenses/gpl.html
45
46
47 Homepage
48 ========
49 Web site
50   http://cweiske.de/playVideoOnDreambox.htm
51 Source code
52   http://git.cweiske.de/playVideoOnDreambox.git
53
54   Mirror: https://github.com/cweiske/playVideoOnDreambox
55 Dreambox forum thread
56   http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=20224
57
58
59 Author
60 ======
61 Written by Christian Weiske, cweiske@cweiske.de
62
63
64 Alternatives
65 ============
66 - `MovieStreamer v1.3 - Internet-Filme auf der Box abspielen.`__
67
68 __ http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=17776