Download » History » Version 1
Christoffer Bergkvist, 2012-08-02 11:00
1 | 1 | Christoffer Bergkvist | h1. Download |
---|---|---|---|
2 | |||
3 | Latest version 2.12 |
||
4 | |||
5 | [[Documentation]] is available online. |
||
6 | |||
7 | *Download:* |
||
8 | |||
9 | * "hts-tvheadend_2.12_i386.deb":http://www.lonelycoder.com/debian//dists/hts/main/binary-i386/hts-tvheadend_2.12_i386.deb โ Binary for Debian/Ubuntu 32bit. |
||
10 | * "hts-tvheadend_2.12_amd64.deb":http://www.lonelycoder.com/debian//dists/hts/main/binary-amd64/hts-tvheadend_2.12_amd64.deb โ Binary for Debian/Ubuntu 64bit. |
||
11 | * document:hts-tvheadend_2.12_i386.deb |
||
12 | *Sourcecode:* |
||
13 | |||
14 | *"hts-tvheadend_2.12.tar.gz":http://www.lonelycoder.com/debian//dists/hts/main/source/hts-tvheadend_2.12.tar.gz โ Release tree. |
||
15 | |||
16 | h2. Source code |
||
17 | |||
18 | The source for Tvheadend is hosted on github at https://github.com/andoma/tvheadend |
||
19 | |||
20 | h2. Tvheadend on Debian & Ubuntu |
||
21 | |||
22 | HTS has its own repository for Debian and Ubuntu systems, located here: |
||
23 | |||
24 | <pre> |
||
25 | deb http://www.lonelycoder.com/debian/ hts main |
||
26 | </pre> |
||
27 | |||
28 | A public key file for the repository is available "here":https://github.com/downloads/andoma/hts/public.key. |
||
29 | |||
30 | You can either add this directly to your /etc/apt/sources.list or use the "Software Center in Ubuntu":https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20Other%20Repositories to add it. |
||
31 | |||
32 | Once the respository has been setup you can install directly from a command line: |
||
33 | <pre> |
||
34 | sudo aptitude update |
||
35 | sudo aptitude install hts-tvheadend |
||
36 | </pre> |
||
37 | |||
38 | You can of course also install the package directly from Software Center if you prefer that. |
||
39 | |||
40 | The install process will prompt you for a super username/password combination. You will need to configure this in order to log into the web interface. The user can not be changed or removed from within tvheadend itself. You can still add/remove new users but this special username/password will always grant full access to all features. |
||
41 | |||
42 | If you need to change the username and/or password you can reconfigure the package. From a command line, execute: |
||
43 | <pre> |
||
44 | sudo dpkg-reconfigure hts-tvheadend |
||
45 | </pre> |
||
46 | |||
47 | Once you are all set, login to Tvheadend via the "Built in web interface":http://localhost:9981 |
||
48 | |||
49 | h2. Tvheadend on "ClearOS":http://www.clearfoundation.com/ |
||
50 | |||
51 | Read a short install HOWTO "here":http://www.clearfoundation.com/docs/howtos/tvheadend |