From 92eb1e698d62ccfb2cf59a136ea6a6c63e7c0ed6 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 13 Jun 2021 09:30:13 +0200 Subject: [PATCH] update README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 42d8352..846911e 100644 --- a/README.org +++ b/README.org @@ -122,10 +122,10 @@ The last query arguments are saved if a =playback_directory= is set and neither the =--list= or =--tidy= flags are set. If you want to resume playback at a later time, it is sufficient to call =strm= without arguments. - Resuming playback over multiple machines is only possible of all machines are configured with the same =media_directory= path for a file. + Resuming playback of a file over multiple machines is only possible if all machines are configured with the same =media_directory= path for the file. This is due to the fact that mpv stores the playback positions based on the filename hash, which in the case of remote files is the entire file path. - If you have a decentralized media library, one solution to resume playback everywhere is to use additional hostnames, such as (=strm-audio= or =strm-video=). - Then set the IP addresses on every machine accordingly. + If you have a decentralized media library, one solution to resume playback everywhere is to use additional hostnames such as =strm-audio= or =strm-video=. + Then set the IP addresses in the hosts file on every machine accordingly. *** The =--remote= flag