initial commit
This commit is contained in:
commit
8c91d525aa
5 changed files with 299 additions and 0 deletions
11
strm.config
Normal file
11
strm.config
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SSH connection string
|
||||
# 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="green-velvet.home"
|
||||
|
||||
# Absolute path to media directory on remote machine
|
||||
# Example:
|
||||
# /home/<user>/video
|
||||
media_directory="/home/denis/video"
|
||||
Loading…
Add table
Add a link
Reference in a new issue