Template:Xine/common: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Mention aptitude)
(Add a notes section, initially containing the DVB-S tuning note, and add info about xine-lib 1.2 (which is in development).)
Line 12: Line 12:
{{{frontend_specific}}}
{{{frontend_specific}}}


==Notes==
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 [[User:Deadfly|Deadfly]] missed something.
* 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 [[User:Deadfly|Deadfly]] missed something.
* xine-lib 1.2 will follow the [http://standards.freedesktop.org/basedir-spec/latest/ XDG Base Directory Specification]; by default, it will use <tt>~/.config/xine-lib/channels.conf</tt>.


==External Links==
==External Links==

Revision as of 22:41, 2 August 2007

Usage

In Debian GNU/Linux and Debian-derived distributions such as Ubuntu, install with one of these commands:

 aptitude install {{{frontend}}}
 apt-get install {{{frontend}}}

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

 mkdir ~/.xine
 scan /path/to/initial/tuning/file >~/.xine/channels.conf

Now start up {{{frontend}}} and open the DVB card:

 {{{frontend}}} dvb://

You should now see a broadcast TV channel.

{{{frontend_specific}}}

Notes

  • 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 Deadfly missed something.
  • xine-lib 1.2 will follow the XDG Base Directory Specification; by default, it will use ~/.config/xine-lib/channels.conf.

External Links