Package: audiopreview / 0.6-2

01-Man Patch series | download
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
60
61
62
63
Fix errors in the manpage.

Author: Chris Taylor <ctaylor@debian.org>
--- a/data/audiopreview.1
+++ b/data/audiopreview.1
@@ -10,7 +10,7 @@
 .B AudioPreview
 is a command\-line tool that can play previews of your audio files as well as video files, and even internet media streams. It will play your whole media library without any problem and can also be used as a regular media player.
 
-AudioPreview is developped in C and needs Glib and Gstreamer libraries.
+AudioPreview is developed in C and needs Glib and Gstreamer libraries.
 
 Note about notation: To be generic, each file or URI will be called a "stream".
 .SH "FILE TYPES"
@@ -100,7 +100,7 @@ Play previous stream.
 Stop playing and exit.
 .B
 .IP R
-Restart current stream (it respects the --position argument, for example: if --position is random, which is the default value, then a new random position will be calculated and the stream will be played from this new position).
+Restart current stream (it respects the \-\-position argument, for example: if \-\-position is random, which is the default value, then a new random position will be calculated and the stream will be played from this new position).
 Ignored if stream is continuous (like radio stations).
 
 
@@ -108,31 +108,31 @@ Ignored if stream is continuous (like ra
 .SH "EXAMPLES"
 Here are a few examples of common usage:
 
-- Preview 5 seconds of every Ogg file (shuffled) in the current directory:
+\- Preview 5 seconds of every Ogg file (shuffled) in the current directory:
 
 .B audiopreview \-S \-d 5 *.ogg
 
-- Preview 1 minute of a few internet streams:
+\- Preview 1 minute of a few internet streams:
 
 .B audiopreview \-d 60 http://radio1:port/ http://streamZ/playlist.asp http://streaming:port/
 
-- Play continuously and quietly (volume: 40%) an internet radio station:
+\- Play continuously and quietly (volume: 40%) an internet radio station:
 
 .B audiopreview \-V 40 \-e http://coolradio:9999/
 
-- Preview 20 seconds in the middle of each mp3 file of a directory:
+\- Preview 20 seconds in the middle of each mp3 file of a directory:
 
 .B audiopreview \-d 20 \-p 1 /dir/to/my/music/*.mp3
 
-- Preview 5 seconds from the start of each AVI video file in a directory, with audio output disabled:
+\- Preview 5 seconds from the start of each AVI video file in a directory, with audio output disabled:
 
-.B audiopreview \-\-no-audio \-d 5 -p 0 /dir/to/my/videos/*.avi
+.B audiopreview \-\-no-audio \-d 5 \-p 0 /dir/to/my/videos/*.avi
 
-- Play entirely each mp3 file found in ~/Music/ (and in subdirectories):
+\- Play entirely each mp3 file found in ~/Music/ (and in subdirectories):
 
 .B audiopreview \-e \-f <(find ~/Music/ \-name '*.mp3')
 
-- Play (entirely) and loop through all of the ogg files in the current directory:
+\- Play (entirely) and loop through all of the ogg files in the current directory:
 
 .B audiopreview \-e \-l *.ogg