~vcs-imports/kaffeine/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
------------------------------------------------------
!! HAVE A LOOK AT KAFFEINE HANDBOOK !!
------------------------------------------------------

VERSION 0.7

This version of kaffeine includes support for DVB.

Requirements :
	A DVB device supported by linuxtv drivers.
	Look at www.linuxtv.org for how to get, install and run these drivers.
	Recent linux distributions should have full DVB support, so your device should be autodetected at boot time.

Install:
	You must have dvb headers to compile the dvb part.
	Configure search for linux/dvb/frontend.h in standard paths (typically /usr/include)
	./configure
	make
	make install (as root)
	YOU MUST INSTALL or it won't work.

Usage:
	Kaffeine uses dvbscan data files to find channels from you DVB network.
	They are expected to be in :
	~/.kde/share/apps/kaffeine/dvb-s
	~/.kde/share/apps/kaffeine/dvb-t
	~/.kde/share/apps/kaffeine/dvb-c

	If these dirs are missing, Kaffeine tries to download a daily updated archive from
	http://hftom.free.fr/kaxtv/dvbdata.tar.gz, and extract it. If that fails, Kaffeine search for the installed archive in
	$KDEDIR/share/apps/kaffeine.

	Kaffeine tries to open your dvb device at start time, so make sure no other app are using it.

	First , go to menu->DVB->Configure DVB . There, you have to choose a source for your device and configure diseqc (for dvb-s)
	Kaffeine now support up to 4 dvb devices, repeat the configure step for each device.

	Then go to the channels dialog ( either from the DVB menu or DVB tab ), select a source in the list and start scanning, then add
	the desired channels to your channels list; repeat for each source.
	Channels are assigned a number when they are added to the channels list.. You can later change it by editing the channel.

	To zap to a channel, either double click on the channel name from the DVB tab (after tuning, Kaffeine autoswitch to player tab)
	or enter its number with keypad. You can also use pageup/down to zap to previous/next.

Remote control:
	kdelirc dcop functions:
		setNumber( int num )
		next()
		previous()
		dvbOSD()
		...

Channels categories:
	Right click in the icon view to get a popupmenu and choose "New category".
	Now, drag a channel name and drop it on the desired category' icon.
	To remove a channel from a category, drop it on the "All" icon.
	To delete a category, right click on its icon to get a popmenu.

	You can also change the channel number. Select the channel, then click on the number to edit.