Code: Select all
sysadmin@tretflix:~$ tretflix
Usage: tretflix [COMMAND] .....
COMMANDS:
tretflix config
tretflix downloads
tretflix network
tretflix service
tretflix shares
sysadmin@tretflix:~$ tretflix config
Usage: tretflix config [COMMAND] [INPUT]
COMMANDS:
tretflix config setup
tretflix config backup
tretflix config restore [FILE]
sysadmin@tretflix:~$ tretflix downloads
Usage: tretflix downloads [COMMAND] [OPTION] [INPUT]
COMMANDS:
tretflix downloads set path [OPTION] [PATH]
tretflix downloads show config
OPTIONS:
-l, --link-only
Note: Downloads are copied to the new path by default. Use the '-l'
option to change the path without copying the existing files.
sysadmin@tretflix:~$ tretflix network
Usage: tretflix network [COMMAND] [OPTION] [INPUT]
COMMANDS:
tretflix network add ip [IPv4] [NETMASK] [GATEWAY]
tretflix network del ip [IPv4]
tretflix network show config
sysadmin@tretflix:~$ tretflix service
Usage: tretflix service [OPTION] [COMMAND] [INPUT]
COMMANDS:
tretflix service [OPTION] enable
tretflix service [OPTION] disable
tretflix service [OPTION] set username [USERNAME]
tretflix service [OPTION] set password [PASSWORD]
tretflix service [OPTION] set port [PORT]
tretflix service [OPTION] new apikey
tretflix service [OPTION] show config
tretflix service [OPTION] reset config
OPTIONS:
-b, --sickbeard
-c, --couchpotato
-m, --maraschino
-s, --sabnzbd
-t, --transmission
Note: Service commands will be applied to all applications by default
except 'set port' which requires the application to be specified.
sysadmin@tretflix:~$ tretflix shares
Usage: tretflix shares [COMMAND] [INPUT] [OPTION]
COMMANDS:
tretflix shares add cifs [HOST] [SHARE] [OPTION] ...
tretflix shares del cifs [HOST] [SHARE]
tretflix shares add nfs [HOST] [SHARE]
tretflix shares del nfs [HOST] [SHARE]
tretflix shares show config
OPTIONS:
-u, --user [USERNAME] [PASSWORD]