~ubuntu-branches/ubuntu/karmic/me-tv/karmic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Michael Lamothe
  • Date: 2007-12-19 23:30:16 UTC
  • Revision ID: james.westby@ubuntu.com-20071219233016-2ng2clfh00xtlevc
Tags: upstream-0.4.19
ImportĀ upstreamĀ versionĀ 0.4.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Me TV
 
2
=====
 
3
 
 
4
Me TV is a digital television (DVB) viewer for GNOME.
 
5
 
 
6
Me TV was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre such as MythTV but will integrate well with an existing GNOME desktop.
 
7
 
 
8
The name Me TV (technically pronounced "Mi TV") comes from Australian slang for "My TV". Hence, "it's TV for me computer"is Australian slang for "it's TV for my computer". The pattern can be followed for all instances of "My", such as "Me dog", "Me ute" and of course "Me beer".
 
9
 
 
10
Me TV's features currently include:
 
11
 
 
12
    * Completely mouse driven
 
13
    * Current and future program information
 
14
    * Instant record
 
15
    * Double-click fullscreen
 
16
    * DVB-T/C/S support
 
17
    * Very simple installation and set up
 
18
 
 
19
 
 
20
Setting up Me TV
 
21
================
 
22
 
 
23
Create ~/.me-tv/ if it does not already exist:
 
24
 
 
25
        mkdir ~/.me-tv/
 
26
 
 
27
Now to install dvb-utils to get the TV channels:
 
28
 
 
29
        sudo apt-get install dvb-utils
 
30
 
 
31
Once dvb-utils is installed we need to scan for TV channels and this is how we do that:
 
32
 
 
33
        scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/au-Adelaide > ~/.me-tv/channels.conf
 
34
 
 
35
Note:
 
36
You will have to ls the /usr/share/doc/dvb-utils/examples/scan/dvb-t/ directory for your location and substitute au-Adelaide for your location.
 
37
 
 
38
Final step now is to launch Me TV:
 
39
 
 
40
        Applications / Sound and Video / Me TV
 
41
 
 
42
Using Me TV
 
43
===========
 
44
 
 
45
Video Window
 
46
 
 
47
    * Double left click the video window to go to fullscreen, this will automatically close the EPG if it was open
 
48
    * Use the middle or right button to toggle the display of the EPG window
 
49
 
 
50
EPG Window
 
51
 
 
52
    * Click on a channel link to change to that channel.
 
53
    * Click on an program link to see details about that program (event).
 
54
    * You can resize the EPG window. There's a small handle just between the video window and the EPG window.
 
55
 
 
56
Notes
 
57
 
 
58
    * The status bar is normally hidden when in fullscreen but is visible when the EPG window is open
 
59
    * The status bar displays the current channel or will tell you where Me TV is recording to
 
60
    * While Me TV is running it will inhibit the screen saver.
 
61
    * Me TV will hide the mouse pointer on the video window after roughly three seconds.
 
62
    * Me TV fetches EPG data in the background while you are watching TV
 
63
    * Me TV will remember the last channel that you watched when starting up
 
64
    * Me TV will remember if it was muted when it was last exited and will try to restore that state
 
65
    * Me TV will start 'Always on top' unless configured otherwise
 
66
    * Me TV will not purge the events from the EPG until you restart the program. This may change in the future.
 
67
    * Me TV has not been tested with radio stations.
 
68
    * Me TV can be configured to record to a different directory
 
69
    * Recorded Me TV files can be viewed with many applications such as Xine, gxine, totem and MPlayer.
 
70
 
 
71
 
 
72
 
 
73
Copyright (C) 2007 Michael Lamothe. Please report bugs to <https://launchpad.net/me-tv>.
 
74