1EXAILE(1) User Commands EXAILE(1)
2
3
4
6 Exaile - music manager and player
7
9 exaile [OPTION...] [LOCATION...]
10
12 Launch Exaile, optionally adding tracks specified by LOCATION to the
13 active playlist. If Exaile is already running, this attempts to use the
14 existing instance instead of creating a new one.
15
16 Playback Options:
17 -n, --next
18 Play the next track
19
20 -p, --prev
21 Play the previous track
22
23 -s, --stop
24 Stop playback
25
26 -a, --play
27 Play
28
29 -u, --pause
30 Pause
31
32 -t, --play-pause
33 Pause or resume playback
34
35 --stop-after-current
36 Stop playback after current track
37
38 Collection Options:
39 --add LOCATION
40 Add tracks from LOCATION to the collection
41
42 Playlist Options:
43 --export-playlist LOCATION
44 Export the current playlist to LOCATION
45
46 Track Options:
47 -q, --query
48 Query player
49
50 --format-query FORMAT
51 Retrieve the current playback state and track information as
52 FORMAT
53
54 --format-query-tags TAGS
55 Tags to retrieve from the current track; use with --format-query
56
57 --gui-query
58 Show a popup with data of the current track
59
60 --get-title
61 Print the title of current track
62
63 --get-album
64 Print the album of current track
65
66 --get-artist
67 Print the artist of current track
68
69 --get-length
70 Print the length of current track
71
72 --set-rating N
73 Set rating for current track to N%
74
75 --get-rating
76 Get rating for current track
77
78 --current-position
79 Print the current playback position as time
80
81 --current-progress
82 Print the current playback progress as percentage
83
84 Volume Options:
85 -i N, --increase-vol N
86 Increase the volume by N%
87
88 -l N, --decrease-vol N
89 Decrease the volume by N%
90
91 -m, --toggle-mute
92 Mute or unmute the volume
93
94 --get-volume
95 Print the current volume percentage
96
97 Other Options:
98 --new Start new instance
99
100 -h, --help
101 Show this help message and exit
102
103 --version
104 Show program's version number and exit.
105
106 --start-minimized
107 Start minimized (to tray, if possible)
108
109 --toggle-visible
110 Toggle visibility of the GUI (if possible)
111
112 --safemode
113 Start in safe mode - sometimes useful when you're running into
114 problems
115
116 --force-import
117 Force import of old data from version 0.2.x (overwrites current
118 data)
119
120 --no-import
121 Do not import old data from version 0.2.x
122
123 --start-anyway
124 Make control options like --play start Exaile if it is not run‐
125 ning
126
127 Development/Debug Options:
128 --datadir DIRECTORY
129 Set data directory
130
131 --all-data-dir DIRECTORY
132 Set data and config directory
133
134 --modulefilter MODULE
135 Limit log output to MODULE
136
137 --levelfilter LEVEL
138 Limit log output to LEVEL
139
140 --debug
141 Show debugging output
142
143 --eventdebug
144 Enable debugging of xl.event. Generates lots of output
145
146 --eventdebug-full
147 Enable full debugging of xl.event. Generates LOTS of output
148
149 --threaddebug
150 Add thread name to logging messages.
151
152 --eventfilter TYPE
153 Limit xl.event debug to output of TYPE
154
155 --quiet
156 Reduce level of output
157
158 --startgui
159
160 --no-dbus
161 Disable D-Bus support
162
163 --no-hal
164 Disable HAL support.
165
166
167
168Exaile devel July 2019 EXAILE(1)