~shakaran/tivion/daily

« back to all changes in this revision

Viewing changes to README

  • Committer: Ángel Guzmán Maeso (shakaran)
  • Date: 2010-01-03 03:45:59 UTC
  • Revision ID: shakaran@gmail.com-20100103034559-menu843ghw44n6db
Improve README

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
tivion for Debian
 
1
Tivion
2
2
-----------------
3
3
 
4
 
Support for Ubuntu only. Only tested on Karmic, maybe run in other versions like
5
 
intrepid, hardy or jaunty.
 
4
Tivion is supported for the following distributions:
 
5
   - Ubuntu Lucid 10.04
 
6
   - Ubuntu Karmic 9.10
 
7
   - Ubuntu Jaunty 9.04 (experimental)
 
8
   - Ubuntu Intrepid 8.10 (not tested)
 
9
   - Ubuntu Hardy 8.04 (not tested)
 
10
   - Debian unstable (not tested)
 
11
   - Arch Linux (not tested)
 
12
   - Fedora (not tested)
 
13
   
 
14
If you need support for other distributions send me a mail. For Windows it's on
 
15
development.
 
16
 
 
17
== Running tivion ==
6
18
 
7
19
For run tivion, just write "tivion" on terminal.
8
20
 
 
21
== Solving problems with codecs ==
 
22
 
 
23
Some channels with windows codecs as wma or asx need win32 codecs. If you have
 
24
problems run:
 
25
 
 
26
wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
 
27
tar -xjf essential-*.tar.bz2
 
28
sudo mkdir -p /usr/lib/win32
 
29
sudo cp essential-*/* /usr/lib/win32
 
30
 
 
31
== Others ==
 
32
 
9
33
Comments, improves, bugs and love are welcome on my blog http://www.shakaran.es
10
34
 
11
35
 -- Ángel Guzmán Maeso <shakaran@gmail.com>  Fri, 28 Aug 2009 10:13:44 +0200