#!/bin/sh /etc/rc.common
# Licensed to the public under the Apache License 2.0.
# ubus call service list

START=99

USE_PROCD=1

NAME=qbittorrent_ee
args=/usr/bin/qbittorrent-ee-nox

QBT_PID_FILE=/var/run/qbittorrent-ee.pid
QBT_INI_FILE=/tmp/qbee/qBittorrent/config/qBittorrent.conf

QBT_INSTANCE=""

_info() {
	logger -p daemon.info -t "$NAME" "$*"
}

_err() {
	logger -p daemon.err -t "$NAME" "$*"
}

validate_QBT () {
	uci_validate_section "$NAME" "qbittorrent" "$1" \
		'enabled:bool:1' \
		'user:string:root' \
		'profile:string:/tmp/qbee' \
		'configuration:string' \
		'DHT:or("true","false"):true' \
		'Encryption:or("0","1","2"):0' \
		'LSD:or("true","false"):true' \
		'MaxConnecs:integer' \
		'MaxConnecsPerTorrent:integer' \
		'MaxRatio:float' \
		'MaxRatioAction:or("0","1")' \
		'MaxUploads:integer' \
		'MaxUploadsPerTorrent:integer' \
		'PeX:or("true","false"):true' \
		'uTP_rate_limited:or("true","false"):true' \
		'PortRangeMin:port' \
		'InetAddress:string' \
		'UPnP:or("true","false"):true' \
		'GlobalDLLimit:float' \
		'GlobalDLLimitAlt:float' \
		'GlobalUPLimit:float' \
		'GlobalUPLimitAlt:float' \
		'DiskWriteCacheSize:integer' \
		'DiskWriteCacheTTL:integer' \
		'FinishedTorrentExportDir:string' \
		'PreAllocation:or("true","false"):false' \
		'SavePath:string:/tmp/download' \
		'StartInPause:or("true","false"):false' \
		'TempPathEnabled:or("true","false"):false' \
		'TempPath:string:temp/' \
		'UseIncompleteExtension:or("true","false"):false' \
		'TorrentExportDir:string' \
		'Locale:string:en' \
		'UseRandomPort:or("true","false"):true' \
		'IgnoreSlowTorrents:or("true","false")' \
		'MaxActiveDownloads:integer' \
		'MaxActiveTorrents:integer' \
		'MaxActiveUploads:integer' \
		'QueueingEnabled:or("true","false")' \
		'AuthSubnetWhitelist:string' \
		'AuthSubnetWhitelistEnabled:or("true","false"):false' \
		'ClickjackingProtection:or("true","false"):true' \
		'CSRFProtection:or("true","false"):true' \
		'HostHeaderValidation:or("true","false"):true' \
		'LocalHostAuth:or("true","false"):true' \
		'Port:port:8080' \
		'UseUPnP:or("true","false"):false' \
		'AnonymousMode:or("true","false"):true' \
		'AnnounceToAllTrackers:or("true","false")' \
		'IgnoreLimitsLAN:or("true","false"):true' \
		'IncludeOverhead:or("true","false"):false' \
		'osCache:or("true","false")' \
		'OutgoingPortsMax:port' \
		'OutgoingPortsMin:port' \
		'AnnounceToAllTiers:or("true","false")' \
		'BTProtocol:or("Both","TCP","UTP")' \
		'CreateTorrentSubfolder:or("true","false"):true' \
		'DisableAutoTMMByDefault:or("true","false"):true' \
		'SuperSeeding:or("true","false"):false' \
		'GlobalMaxSeedingMinutes:integer' \
		'SeedChokingAlgorithm:or("RoundRobin","FastestUpload","AntiLeech")' \
		'SlowTorrentsDownloadRate:integer' \
		'SlowTorrentsInactivityTimer:integer' \
		'SlowTorrentsUploadRate:integer' \
		'CategoryChanged:or("true","false"):false' \
		'CategorySavePathChanged:or("true","false"):true' \
		'DefaultSavePathChanged:or("true","false"):true' \
		'AutoDeleteAddedTorrentFile:or("Never","IfAdded"):Never' \
		'Enabled:or("true","false")' \
		'Path:string' \
		'Backup:or("true","false")' \
		'DeleteOld:or("true","false")' \
		'MaxSizeBytes:integer' \
		'SaveTime:string'
}

sed_options () {
	local Anchor=$1
	local category=$( echo $2 | sed 's/\s/\\\\/g' )
	shift
	shift

	if [ $( sed -n '/^\['"$Anchor"'\]/p' $QBT_INI_FILE | wc -l ) -lt 1 ]; then
		sed -i '$a\\n\['"$Anchor"'\]' "$QBT_INI_FILE"
	fi

	local o; local v; local ol
	for o in "$@"; do
		v=$( echo "$(eval echo "\$$o")" | sed 's/[\/\.]/\\&/g' )
		[ -n "$category" ] && ol="$category\\\\$o" || ol="$o"

		[ -n "$v" ] && {
			if [ $( sed -n '/^'"$ol"'=/p' $QBT_INI_FILE | wc -l ) -lt 1 ]; then
				sed -i '/'"$Anchor"'/a'"$ol"'='"$v" "$QBT_INI_FILE"
			else
				sed -i 's/'"$ol"'=.*/'"$ol"'='"$v"'/g' "$QBT_INI_FILE"
			fi
		} || {
			sed -i '/'"$ol"'=.*/d' "$QBT_INI_FILE"
		}
	done
}

config_QBT () {
	local Age="";local AgeType=""

	[ -n "$SaveTime" ] && {
		[ -n "$(echo $SaveTime | sed 's/[0-9dmyDMY]//g')" ] && { _err "Error save time setted."; return 1; }

		Age="$(echo $SaveTime | sed 's/[dmyDMY]//g')"
		AgeType="$(echo $SaveTime | sed 's/[0-9]//g' | sed 's/[dD]/0/g' | sed 's/[mM]/1/g' | sed 's/[yY]/2/g')"
	}

	[ -f "$QBT_INI_FILE" ] || {
	cat>"$QBT_INI_FILE"<<EOF
[LegalNotice]
Accepted=true

[Network]
Cookies=@Invalid()

[Preferences]
WebUI\Password_PBKDF2="@ByteArray(zH92gnE9xijRN5IjzIPU+A==:+JxpKBWsSyuzpm/9LrhO2uLQSGsBS5giqF0AYRU8COcMXn5AIaSsL2S9hIuB20wkhsMfEoN+77Q9BmAd3ysYxw==)"
EOF
	}

	sed_options "Core" "" \
				"AutoDeleteAddedTorrentFile"
	sed_options "BitTorrent" "Session DisableAutoTMMTriggers" \
				"CategoryChanged" "CategorySavePathChanged" "DefaultSavePathChanged"
	sed_options "BitTorrent" "Session" \
				"AnnounceToAllTiers" "BTProtocol" "CreateTorrentSubfolder" "DisableAutoTMMByDefault" "GlobalMaxSeedingMinutes" \
				"SeedChokingAlgorithm" "SlowTorrentsDownloadRate" "SlowTorrentsInactivityTimer" "SlowTorrentsUploadRate" "TempPathEnabled" "TempPath"
	sed_options "Preferences" "WebUI" \
				"AuthSubnetWhitelistEnabled" "AuthSubnetWhitelist" "CSRFProtection" \
				"ClickjackingProtection" "HostHeaderValidation" "LocalHostAuth" \
				"Port" "UseUPnP"
	sed_options "Preferences" "Queueing" \
				"IgnoreSlowTorrents" "MaxActiveDownloads" "MaxActiveTorrents" "MaxActiveUploads" \
				"QueueingEnabled"
	sed_options "Preferences" "General" \
				"Locale" "UseRandomPort"
	sed_options "Preferences" "Downloads" \
				"DiskWriteCacheSize" "DiskWriteCacheTTL" "FinishedTorrentExportDir" "PreAllocation" \
				"SavePath" "StartInPause" "TempPathEnabled" "TempPath" "TorrentExportDir" \
				"UseIncompleteExtension"
	sed_options "Preferences" "Connection" \
				"GlobalDLLimit" "GlobalDLLimitAlt" "GlobalUPLimit"	"GlobalUPLimitAlt" \
				"PortRangeMin" "InetAddress" "UPnP"
	sed_options "Preferences" "Bittorrent" \
				"DHT" "Encryption" "LSD" "MaxConnecs" "MaxConnecsPerTorrent" "MaxRatio" \
				"MaxRatioAction" "MaxUploads" "MaxUploadsPerTorrent" "PeX" "uTP_rate_limited"
	sed_options "Preferences" "Advanced" \
				"AnnounceToAllTrackers" "AnonymousMode" "IgnoreLimitsLAN" "IncludeOverhead" "osCache" "OutgoingPortsMax" \
				"OutgoingPortsMin" "SuperSeeding"
	sed_options "Application" "FileLogger" \
				"Enabled" "Path" "Backup" "DeleteOld" "MaxSizeBytes" "Age" "AgeType"

}

init_QBT(){
	local section="$1"
	QBT_INSTANCE="${NAME}.${section}"

	validate_QBT "$section" || { _err "Validation failed."; return 1; }

	[ x"$enabled" = x0 ] && {
		_info "Instance \"${section}\" disabled.";
		return 0;
	}

	local confdir="qBittorrent"
	[ -n "$configuration" ] && {
		confdir="qBittorrent_$configuration"
	}

	[ -d "$profile/$confdir/config" ] || {
		mkdir -m 0755 -p "$profile/$confdir/config"
	}

	[ "$user" != "root" ] && {
		[ -d "$confdir" ] && {
			local groupnow="$(ls -l $profile | grep $confdir | awk '{print $3})"
			local usernow="$(ls -l $profile | grep $confdir | awk '{print $4})"

			[ "$usernow" != "$user" ] && { _err "Permission denied!"; return 1; }
		} || {
			chmod -R g+w "$profile/$confdir"
			chown -R "$user":"$user" "$profile/$confdir"
		}
	}

	[ "$AuthSubnetWhitelistEnabled" = true ] && {
		AuthSubnetWhitelist="$( echo $AuthSubnetWhitelist | sed 's/ /,/g')"
	} || {
		AuthSubnetWhitelist="@Invalid()"
	}

	QBT_INI_FILE="$profile/$confdir/config/qBittorrent.conf"
	config_QBT

	procd_open_instance $QBT_INSTANCE
	procd_set_param command $args
	procd_append_param command --profile="$profile"

	[ -n "$configuration" ] && {
		procd_append_param command --configuration="$configuration"
	}

	procd_set_param respawn
	procd_set_param user $user
	procd_set_param file $QBT_INI_FILE
	procd_set_param pidfile $QBT_PID_FILE
	procd_close_instance
}

service_triggers()
{
	procd_add_reload_trigger "$NAME"
}

start_service() {
	config_load "$NAME"
	config_foreach init_QBT "qbittorrent"
}

reload_service() {
	restart
}

restart() {
	stop
	sleep 2
	start
}
