add multiple media directories
This commit is contained in:
parent
21462dcbc8
commit
1b2faea6a4
3 changed files with 98 additions and 79 deletions
20
strm.config
20
strm.config
|
|
@ -1,11 +1,11 @@
|
|||
# SSH connection string
|
||||
# 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.
|
||||
#
|
||||
# Examples:
|
||||
# remote # Current user at hostname 'remote' on port 22
|
||||
# user@10.0.0.1 # 'user' at address '10.0.0.1' on port 22
|
||||
# user@10.0.0.1:600 # 'user' at address '10.0.0.1' on port 600
|
||||
connection_string=""
|
||||
|
||||
# Absolute path to media directory on remote machine
|
||||
# Example:
|
||||
# /home/<user>/video
|
||||
media_directory=""
|
||||
# localhost/home/bob/videos
|
||||
# remote-machine/home/bob/music
|
||||
# bob@another-machine/media/movies,bob@10.0.0.1/home/bob/series
|
||||
media_directories=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue