summarylogtreecommitdiffstats
path: root/nycli.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nycli.conf')
-rw-r--r--nycli.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/nycli.conf b/nycli.conf
new file mode 100644
index 000000000000..8fa19df1203b
--- /dev/null
+++ b/nycli.conf
@@ -0,0 +1,23 @@
+[main]
+
+PROMPT=xmms2>
+SERVER_AUTOSTART=false
+AUTO_UNIQUE_COMPLETE=true
+SHELL_START_MESSAGE=true
+PLAYLIST_MARKER=->
+GUESS_PLS=false
+CLASSIC_LIST=true
+CLASSIC_LIST_FORMAT=${artist} - ${title}
+HISTORY_FILE=
+STATUS_FORMAT=${artist} - ${title} (${minutes}:${seconds})
+
+[alias]
+
+ls = list
+clear = playlist clear
+quit = server shutdown
+repeat = seek 0
+mute = server volume 0
+scap = stop ; playlist clear ; add $@ ; play
+status = current -r 1
+addpls = add -f -P $@