From 87455030fe71f09be23e337c587ed62723cf77ae Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 12 Jun 2021 17:27:02 +0200 Subject: [PATCH] update README --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index be3f748..39c39c5 100644 --- a/README.org +++ b/README.org @@ -144,9 +144,10 @@ # Multiple media directories can be set with a comma (,) as delimiter. # Spaces must be escaped with a backslash (\). # Media directories are queried and played in order. + # If is not set, 'localhost' is used. # # Examples: - # localhost/home/bob/videos + # /home/bob/videos # remote-machine/home/bob/music # bob@another-machine/media/movies,bob@10.0.0.1/home/bob/series media_directories="" @@ -156,9 +157,10 @@ # # # If it is not set, the mpv resume playback functionality is not enabled by default. + # If is not set, 'localhost' is used. # # Examples: - # localhost/home/bob/.strm + # /home/bob/.strm # remote-machine/home/bob/strm # bob@another-machine/home/bob/strm playback_directory=""