Template:Xine/common: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Mutter, grumble, EEXIST, "how do I remove it"…)
("No suitable tuning file" tweak)
Line 8: Line 8:
mkdir -p ~/.xine
mkdir -p ~/.xine
scan ''/path_to/initial_tuning_file'' >~/.xine/channels.conf
scan ''/path_to/initial_tuning_file'' >~/.xine/channels.conf
The initial tuning files are typically stored in <tt>/usr/share/dvb</tt>; if there's no suitable file, you should use <tt>[[w_scan]] -X</tt> instead.
The initial tuning files are typically stored in <tt>/usr/share/dvb</tt>; if there's no suitable file for a transmitter near you, you should use <tt>[[w_scan]] -X</tt> instead.


==Usage==
==Usage==

Revision as of 20:29, 13 December 2009

Installation and Channel Setup

1. Install the package
Instructions on doing so will vary by distribution. For example, with Debian GNU/Linux and Debian-derived distributions (such as Ubuntu), one can install from the GNOME desktop using Synaptic or from the command-line with one of these commands:

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

2. Channel Setup
Next, create the channels list using the scan utility from the LinuxTV dvb-apps:

 mkdir -p ~/.xine
 scan /path_to/initial_tuning_file >~/.xine/channels.conf

The initial tuning files are typically stored in /usr/share/dvb; if there's no suitable file for a transmitter near you, you should use w_scan -X instead.

Usage

Now start up {{{frontend}}} and choose DVB from the menu. Alternatively, you may accomplish this on the command line with:

{{{frontend}}} dvb://

You should now see a broadcast TV channel.

{{{frontend_specific}}}

Methods of changing channel other than the previous/next keys will cause a channel list to be displayed; this will display some now/next information, depending on what's been received on the current multiplex and any previously visited (this information is not remembered when you quit {{{frontend}}}).

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