From 9c7380fae022bfd2759b1ec2baae7a521dc38271 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 5 Sep 2025 18:57:13 +0530 Subject: added qBittorrent config --- .config/qBittorrent/qBittorrent.conf | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .config/qBittorrent/qBittorrent.conf diff --git a/.config/qBittorrent/qBittorrent.conf b/.config/qBittorrent/qBittorrent.conf new file mode 100644 index 0000000..ae342b3 --- /dev/null +++ b/.config/qBittorrent/qBittorrent.conf @@ -0,0 +1,52 @@ +[AddNewTorrentDialog] +DialogSize=@Size(945 511) +DownloadPathHistory= +RememberLastSavePath=false +SavePathHistory=/home/vidhukant/Downloads + +[Application] +FileLogger\Age=1 +FileLogger\AgeType=1 +FileLogger\Backup=true +FileLogger\DeleteOld=true +FileLogger\Enabled=true +FileLogger\MaxSizeBytes=66560 +FileLogger\Path=/home/vidhukant/.local/share/qBittorrent/logs +GUI\Notifications\TorrentAdded=false + +[BitTorrent] +Session\Port=18181 +Session\QueueingSystemEnabled=false +Session\SSL\Port=64151 +Session\StartPaused=false + +[Core] +AutoDeleteAddedTorrentFile=Never + +[LegalNotice] +Accepted=true + +[Meta] +MigrationVersion=8 + +[OptionsDialog] +HorizontalSplitterSizes=130, 615 +LastViewedPage=0 +Size=@Size(771 583) + +[Preferences] +General\CloseToTrayNotified=true +General\CustomUIThemePath=/home/vidhukant/.config/qBittorrent/catppuccin-mocha.qbtheme +General\Locale=en +General\UseCustomUITheme=true + +[RSS] +AutoDownloader\DownloadRepacks=true +AutoDownloader\SmartEpisodeFilter=s(\\d+)e(\\d+), (\\d+)x(\\d+), "(\\d{4}[.\\-]\\d{1,2}[.\\-]\\d{1,2})", "(\\d{1,2}[.\\-]\\d{1,2}[.\\-]\\d{4})" + +[TorrentProperties] +SplitterSizes="274,648" +Visible=true + +[TransferListFilters] +selectedFilterIndex=3 -- cgit v1.2.3