Gxine: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Turn this page into a redirection.)
m (Reverted edits by D.s (Talk); changed back to last version by Frenchy)
Line 1: Line 1:
=GXine=
#REDIRECT[[gxine]]
'''GXine''' is a GTK+ based frontend to libxine. It doesn't seem to be able to record like [[Xine]] but everything else seems to work the same as Xine.

==Usage==
In Debian/Ubuntu etc
apt-get install gxine
Then create the channels list using the [[scan]] utility from the [[LinuxTV dvb-apps]].
mkdir ~/.xine
scan >~/.xine/channels.conf
Now start up gxine
gxine
and open the DVB card with
File -> Open MRL -> dvb://
You should now see a program. You should be able to zap around using the NumPad-9 / NumPad-3 keys, the xine playlist, or using the next/previous chapter buttons in your gui.

Xine appears to only tune DVB-S channels via the channels.conf file if you are using a Universal type lnbf. That is one with an LO: 9750/10600. C-Band LO: 5150 and Ku band LO:10750 commonly used in North America seem to be unsupported as yet unless I'm missing something.

==External Links==
* [http://xine.cvs.sourceforge.net/xine/xine-lib/doc/README.dvb?view=markup xine Digital TV (DVB)] - HOWTO use xine for DVB
* [http://xinehq.de/ Official xine homepage]


[[Category:Software]]

Revision as of 16:46, 31 July 2007

GXine

GXine is a GTK+ based frontend to libxine. It doesn't seem to be able to record like Xine but everything else seems to work the same as Xine.

Usage

In Debian/Ubuntu etc

 apt-get install gxine

Then create the channels list using the scan utility from the LinuxTV dvb-apps.

 mkdir ~/.xine
 scan >~/.xine/channels.conf

Now start up gxine

 gxine

and open the DVB card with

 File -> Open MRL -> dvb://

You should now see a program. You should be able to zap around using the NumPad-9 / NumPad-3 keys, the xine playlist, or using the next/previous chapter buttons in your gui.

Xine appears to only tune DVB-S channels via the channels.conf file if you are using a Universal type lnbf. That is one with an LO: 9750/10600. C-Band LO: 5150 and Ku band LO:10750 commonly used in North America seem to be unsupported as yet unless I'm missing something.

External Links