diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 01:45:07 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 01:45:07 +1200 |
commit | 2dd835bf52abd318034ee942acee2350a7a76251 (patch) | |
tree | 4424ea6b19a84ba8ec9d421b645fadf1e62ea283 | |
parent | Pass options to media player (diff) | |
download | plz-2dd835bf52abd318034ee942acee2350a7a76251.tar.gz plz-2dd835bf52abd318034ee942acee2350a7a76251.zip |
Add sample .plzrc
-rw-r--r-- | plzrc.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plzrc.sample b/plzrc.sample new file mode 100644 index 0000000..497afb8 --- /dev/null +++ b/plzrc.sample @@ -0,0 +1,4 @@ +# Configuration for plz(1) +dir=/mnt/media/shares/music +player=mpv +opts=(-ao jack) |