From ac2783e97354bc2647164b3e39dad139f9b975c7 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:12:25 +0100 Subject: Make it clearer that the notes immediately below the MRL summary are important. --- doc/man/en/xine.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 43768f8a1..51a66607e 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -18,7 +18,8 @@ xine \- a free video player .SH MRL (media resource locator) MRLs are similar to URLs in your web browser. They describe the media -to read from. Valid MRLs may be plain file names or one of the following: +to read from. Valid MRLs may be plain file names or one of the following +(see also the notes below): .TP \(bu Filesystem: .br -- cgit v1.2.3 From 66b40322a5be37a9a18472c731630b1edd7d46d2 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:23:19 +0100 Subject: Mention other methods of getting the current dir; use shell quoting. --- doc/man/en/xine.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 51a66607e..08d7fd329 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -80,8 +80,9 @@ to read from. Valid MRLs may be plain file names or one of the following .br .LP \fBNOTE:\fP where a file name is required, the \fIfull path must be -provided\fP - from a shell, you can use \fB$PWD/file\fP if the file -is in the current directory. +provided\fP - from a shell, you can use \fB"$PWD/file"\fP or +\fB"$(pwd)/file"\fP or \fB"\`pwd\`/file"\fP if the file is in the current +directory. (Which one depends on your shell; all three work in bash.) Several MRLs may be specified in order to play a number of consecutive streams. Additional input plugins will provide additional MRL types. The ones -- cgit v1.2.3 From be3166fe704bbfd9767e223fe834300f46d624ab Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:33:29 +0100 Subject: Add stdout redirection to the example scan command. --- doc/man/en/xine.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 08d7fd329..3457af8a5 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -194,7 +194,7 @@ DVB MRLs require that ~/.xine/channels.conf exists and contains valid data. This can be obtained by generating a tuning file using the LinuxTV DVB apps utility "scan" (or "dvbscan" if you're using a version newer than 1.1.0): .PP -.B scan -o zap /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-PontopPike +.B scan -o zap /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-PontopPike >~/.config/xine-lib/channels.conf .PP (This example is for the writer's local transmitter, using a file from the Debian dvb-utils package.) -- cgit v1.2.3 From f3dc4d7cd5776eceb4e8a10c63d34446e8837bd0 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:52:25 +0100 Subject: Update the channels.conf location (using the XDG user config default). --- doc/README.dvb | 6 +++--- doc/man/en/xine.5 | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/README.dvb b/doc/README.dvb index c04013330..9de8295aa 100644 --- a/doc/README.dvb +++ b/doc/README.dvb @@ -49,7 +49,7 @@ install a channel list xine's dvb input plugin needs a channel/transponder list that fits your dvb equipment. xine now uses the channels.conf format of szap, czap and tzap as appropriate for DVB-S, DVB-C and DVB-T. it will search the channel -list file in ~/.xine/channels.conf +list file in ~/.config/xine/channels.conf channel list format for DVB-S: (satellite) ------------------------------------------- @@ -72,11 +72,11 @@ which comes with the dvb package. compile it using something like then start scanning -# scan >~/.xine/channels.conf +# scan >~/.config/xine/channels.conf newer versions of scan (after July 2004) are called dvbscan, but you can use it much the same way: -# dvbscan Hotbird-13.0 >~/.xine/channels.conf +# dvbscan Hotbird-13.0 >~/.config/xine/channels.conf this can take a while. in a DiSEqC environment, use the -s N switch to select different sattelites to scan and paste the results in one big channels.conf file. As always, diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 3457af8a5..acf1b5109 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -190,7 +190,8 @@ Play entry 0 of /tmp/ntsc.nrg (Nero file). Works for some simple Nero images. .br .SS DVB .PP -DVB MRLs require that ~/.xine/channels.conf exists and contains valid data. +DVB MRLs require that xine-lib/channels.conf exists in $XDG_CONFIG_HOME/ or +~/.config/ and contains valid data. This can be obtained by generating a tuning file using the LinuxTV DVB apps utility "scan" (or "dvbscan" if you're using a version newer than 1.1.0): .PP -- cgit v1.2.3 From fa3f6956427d992bc83ac6ea80d1f0ae9834facf Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 20 May 2007 22:54:34 +0100 Subject: Update gxine's config file location ready for 0.6.0. --- doc/faq/faq.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 9743cf361..db1762f51 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1316,7 +1316,8 @@ You can do this either in the config dialog while xine is running (press the config button on the xine panel and go to the AUDIO tab) or have it the complicated way by editing the config file yourself which is located - in your home directory in .gxine or .xine: + in your home directory in .config/gxine or + .xine:    audio.output.speaker_arrangement:Surround 4.0    audio.output.speaker_arrangement:Surround 4.1 @@ -1329,8 +1330,8 @@ xine can do that too. Pretty much the same story as for 4-/5-channel surround (see above). You can either use the config dialog or edit - the config file (~/.xine/config or ~/.gxine/config) - yourself: + the config file (~/.xine/config or + ~/.config/gxine/config) yourself:    audio.output.speaker_arrangement:Pass Through @@ -1858,8 +1859,8 @@ Unscaled OSD usage by subtitles and xine-ui is controlled by - the following settings - (~/.xine/config or ~/.gxine/config): + the following settings (~/.xine/config or + ~/.config/gxine/config):    gui.osd_use_unscaled:0    subtitles.separate.use_unscaled_osd:0 -- cgit v1.2.3