Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions script-opts/torrserver-loader.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
TORRSERVER_SCHEME=http
TORRSERVER_HOST=127.0.0.1
TORRSERVER_PORT=8090
# http or https
scheme=http

host=127.0.0.1

port=8090

# method of connect external files
# if edl is enabled, external files are connected quickly,
# but without pre-caching the meta data of external files, the bitrate and language will not be visible.
# if edl is disabled, external files will connect slowly
# and the meta data of external files will be preloaded.
use_edl=yes
Loading