initial commit

This commit is contained in:
Denis Lehmann 2021-04-25 02:06:26 +02:00
commit 8c91d525aa
5 changed files with 299 additions and 0 deletions

11
strm.config Normal file
View 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"