feat: qbittorrent alternative schedule

This commit is contained in:
System administrator 2025-08-25 21:09:16 +02:00
parent 9b940895c0
commit 5a02d69a4d

View file

@ -141,6 +141,10 @@ in {
Username = "Spr3eZ"; Username = "Spr3eZ";
Password_PBKDF2 = "@ByteArray(rSRSjyLjKHX4KeDHgtx8qA==:EdZC27+FdG0aFtqVtEsiuqQAA6NROdBRXVSySD6ktgBY7k9ORrq8Kgo2uIkXvAWssmMIFb+C3RZS2PMWAt/Ihw==)"; Password_PBKDF2 = "@ByteArray(rSRSjyLjKHX4KeDHgtx8qA==:EdZC27+FdG0aFtqVtEsiuqQAA6NROdBRXVSySD6ktgBY7k9ORrq8Kgo2uIkXvAWssmMIFb+C3RZS2PMWAt/Ihw==)";
}; };
Scheduler = {
end_time = ''@Variant(\0\0\0\xf\0\x36\xee\x80)'';
start_time = ''@Variant(\0\0\0\xf\x1\xb7t\0)'';
};
}; };
AutoRun = { AutoRun = {
OnTorrentAdded.Enabled = true; OnTorrentAdded.Enabled = true;
@ -151,8 +155,8 @@ in {
BitTorrent = { BitTorrent = {
Session.AddTorrentStopped = false; Session.AddTorrentStopped = false;
Session.AlternativeGlobalDLSpeedLimit = 100000; Session.AlternativeGlobalDLSpeedLimit = 200000;
Session.AlternativeGlobalUPSpeedLimit = 1000; Session.AlternativeGlobalUPSpeedLimit = 10000;
Session.BandwidthSchedulerEnabled = true; Session.BandwidthSchedulerEnabled = true;
Session.ExcludedFileNames = ""; Session.ExcludedFileNames = "";
Session.QueueingSystemEnabled = false; Session.QueueingSystemEnabled = false;