-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMANTEXT
181 lines (142 loc) · 6.63 KB
/
MANTEXT
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
FAUXDACIOUS(1) Fauxdacious FAUXDACIOUS(1)
NAME
fauxdacious - a fork of the Audacious audio player.
SYNOPSIS
fauxdacious [option ...] [file | url ...]
DESCRIPTION
Fauxdacious is a free advanced media player for Linux and many other
UNIX-compatible systems. Fauxdacious is a fork of the Audacious audio
player and adds many new features including video and DVD play,
restoration of XMMS file and song-specific equalizer presets and ef-
fects plugins, full Unix-ish piping support for stdin and stdout, and
much more!
OPTIONS
Getting help:
-h, --help
Show a brief list of options.
Opening files:
-c, --clear
Start up with empty current playlist.
-D, --delete
Delete all playlists - particularly useful when using the Winamp
Skin interface, which only shows a single playlist so that no
hidden ones remain. This ensures starting up with no hidden
playlists!
-e, --enqueue
Add the files on the command line to the current playlist but do
not start playback.
-E, --enqueue-to-temp
Add the files on the command line to the ``Now Playing''
playlist and start playback.
Controlling playback:
-f, --fwd
Skip to the next song in the playlist.
-p, --play
Start playback. If paused, playback will resume from the same
point. If already active and not paused, it will restart from
the beginning of the song.
-P, --pause-mute
Pause mutes current instance instead of pausing.
-r, --rew
Skip to the previous song in the playlist.
-s, --stop
Stop playback.
-t, --play-pause
Equivalent to --pause if playback is active, otherwise --play.
-u, --pause
Pause playback, or resume if already paused.
Miscellaneous:
-a, --add-list[="playlist name"]
Add Playlist: Each use creates a new playlist (for subsequent
entry arguments).
-g, --gain
Fudge Additional Gain Adjustment (all entries).
-G, --gtk
Start up in GTK mode (see also -Q for Qt mode).
-H, --headless
Start in command-line mode; i.e., without any graphical user in-
terface.
-j, --show-jump-box
Show the Jump to Song window.
-m, --show-main-window
Show the Fauxdacious window if it is hidden and bring it to the
top.
-o, --out=ext
Starts Fauxdacious with Filewriter as the output plugin and
sends audio to stdout using the format specified by the exten-
sion ("ext"), which can be "wav", "mp3", "ogg", or "flac". If
just -o is given, then "wav" is used. After Fauxdacious exits,
the audio output plugin and recording settings are restored to
their previous (normal listening) values.
-q, --quit-after-play
Exit as soon as playback stops, or immediately if there is noth-
ing to play.
-Q, --qt
Start up in Qt mode (see also -G for GTK mode).
-R, --force_recording
Force Recording ON on startup.
-v, --version
Print version information and exit.
-V, --verbose
Print debugging output while running (may be used twice for even
more output).
-z, --no-equalizer
Force Equalizer Off on startup.
-#, -n, --new=instancename
Starts a new instance. The new instance started may be con-
trolled with: fauxdtool instance instancename. Copy ~/.con-
fig/fauxdacious/config to ~/.config/fauxdacious-instancename and
edit to tailor configuration. -n creates a new unnamed instance
that can not be controlled by audtool. New instances can also
be created and contolled the Audacious way with single-digit
numbers (1-9), ie. -1, -2, etc.
KEYBINDINGS
Control + Return Play
Space, Control + , Pause
Control + . Stop
Alt + Up Previous song
Alt + Down Next song
Right arrow Seek forward (by default 5 seconds)
Left arrow Seek backward (by default 5 seconds)
Escape Scroll to current song
Control + a Select all songs in playlist
Shift + Control + a Cancel selection
Control + + (plus) Increase volume 5 percent
Control + - (minus) Decrease volume 5 percent
Control + s Toggle shuffle
Control + r Toggle repeat
Control + n Toggle advancing in playlist
Control + m Toggle stopping after current song
Control + e Display Equalizer
Control + y Display Search Tool
Control + i Display Song Information dialog
Control + k Display Jump to Time dialog
Control + j Display Jump to Song dialog
Control + p Display Playlist Manager dialog
Control + u Display Queue Manager dialog
Control + o Display Open Files dialog
Shift + Control + o Display Add Files dialog
Control + l Display Open URL dialog
Shift + Control + l Display Add URL dialog
FILES
~/.config/fauxdacious/config
User's Fauxdacious configuration.
~/.config/fauxdacious/playlists
Folder in which playlists are stored.
~/.local/share/fauxdacious/Skins, ${prefix}/share/share/fauxda-
cious/Skins
Default locations where Fauxdacious should look for skin files.
ENVIRONMENT
SKINSDIR Colon separated list of paths where Fauxdacious should look
for skin files.
TARCMD Tar command supporting GNU tar style decompression. Used
for unpacking gzip and bzip2 compressed skins. Default is
tar.
UNZIPCMD Command for decompressing zip files (skins). Default is
unzip.
SEE ALSO
fauxdtool(1)
WEBSITE
https://wildstar84.wordpress.com/fauxdacious https://audacious-media-
player.org
Version 4.4-devel Feb 2024 FAUXDACIOUS(1)