25 lines
No EOL
851 B
Text
25 lines
No EOL
851 B
Text
# Media directories on remote machines of the following form:
|
|
#
|
|
# <SSH connection string><absolute_path_to_media_directory>
|
|
#
|
|
# 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.
|
|
#
|
|
# Examples:
|
|
# localhost/home/bob/videos
|
|
# remote-machine/home/bob/music
|
|
# bob@another-machine/media/movies,bob@10.0.0.1/home/bob/series
|
|
media_directories=""
|
|
|
|
# Directory with which the saved playback positions are synchronized on exit of the following form:
|
|
#
|
|
# <SSH connection string><absolute_path_to_media_directory>
|
|
#
|
|
# If it is not set, the mpv resume playback functionality is not enabled by default.
|
|
#
|
|
# Examples:
|
|
# localhost/home/bob/.strm
|
|
# remote-machine/home/bob/strm
|
|
# bob@another-machine/home/bob/strm
|
|
playback_directory="" |