From 267598643a17f5f7a2ba1aaf0feba4d1dfbcbcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 7 Sep 2021 06:26:00 +0200 Subject: Add program arguments to MPD's current playlist I was tired of using `mpv --no-video`, this is a bit better. It's all rather quirky, but very little code is involved. I've added a few related TODO entries. --- nncmpp.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nncmpp.adoc') diff --git a/nncmpp.adoc b/nncmpp.adoc index 0909dd3..bcbb740 100644 --- a/nncmpp.adoc +++ b/nncmpp.adoc @@ -10,7 +10,7 @@ nncmpp - terminal-based MPD client Synopsis -------- -*nncmpp* [_OPTION_]... +*nncmpp* [_OPTION_]... [_URL_ | _PATH_]... Description ----------- @@ -19,6 +19,10 @@ you with an overview of all key bindings and the actions they're assigned to. Individual tabs can be switched to either using the mouse or by pressing *M-1* through *M-9*, corresponding to the order they appear in. +As a convenience utility, any program arguments are added to the MPD queue. +Note that to add files outside the database, you need to connect to MPD using +a socket file. + Options ------- *-d*, *--debug*:: -- cgit v1.2.3