From cd77fa11b56e9acb21184f1ef5f6d9132b6066f7 Mon Sep 17 00:00:00 2001 From: Geoff The Date: Sun, 2 Jun 2024 05:56:25 -0700 Subject: [PATCH 1/2] Terminology and formatting changes --- Frequently-Asked-Questions.mediawiki | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Frequently-Asked-Questions.mediawiki b/Frequently-Asked-Questions.mediawiki index 284bd02..c1a548b 100644 --- a/Frequently-Asked-Questions.mediawiki +++ b/Frequently-Asked-Questions.mediawiki @@ -18,7 +18,7 @@ The simple answer is that "priority" has no significance for payloads, or part t "Priority" is there to arrange in numerical order the requests for pieces that '''your''' client makes to other peer nodes in the swarm for pieces that are still required by your client to complete the selected payload. It has no relevance to other peers as it is purely a 'local' setting.
Because of this it is excluded from the context menu that is accessed via a 'right click' or 'menu' button on a keyboard. -== Will private torrent be affected by DHT and PeX in qBittorrent? == +== Will private torrents be affected by DHT, PeX, or LSD in qBittorrent? == You can enable all 3 of those options and your private torrents will stay private. You can verify this by viewing the trackers tab on a private torrent and the status for DHT/PEX/LSD will be "Disabled" and the message column will say "This torrent is private". == I wrote a patch for qBittorrent, to whom can I send it? == @@ -42,7 +42,7 @@ If not, please file a request at your GNU/Linux distribution's issue tracker. == Is it legal to use qBittorrent? == qBittorrent is a peer to peer (P2P) file sharing software.
-Although the software is '''perfectly legal''', it may be illegal to download restricted content with this software, depending on the law in your country. +Although the software is '''perfectly legal''', it may be illegal to download restricted content with this software, depending on the laws in your country. == Why use qBittorrent instead of another client? == A lot of other BitTorrent clients exist but qBittorrent has several advantages: @@ -50,7 +50,7 @@ A lot of other BitTorrent clients exist but qBittorrent has several advantages: * It is the closest open-source equivalent to the extremely popular (and Windows only) BitTorrent client: [https://www.utorrent.com µTorrent]. * Its development team is very active and friendly. * It is stable and it has a low footprint (generally, 20-60 MiB of RAM used), whilst providing all the features you may need. -* It uses the high-tech [https://libtorrent.org/ libtorrent-rasterbar] library, which means greater download and upload speed as well as excellent support of the latest features of the BitTorrent protocol. +* It uses the high-tech [https://libtorrent.org/ libtorrent-rasterbar] library, which means greater download and upload speeds as well as excellent support of the latest features of the BitTorrent protocol. * It is easy to use and all of its features are well documented. * It is an international program, supporting Unicode and containing translations into more than 70 languages. @@ -100,14 +100,13 @@ You need to delete the qBittorrent .plist files from ~/Library/Preferences: * ~/Library/Preferences/org.qbittorrent.* * ~/Library/Preferences/com.qbittorrent.* -And then do the following to reset the plist cache: - $ killall -u yourname cfprefsd -Where yourname is your OS X user name. +And then do the following to reset the plist cache by killing the core foundation preferences daemon and let it be restarted by launchd:: + $ killall -u `/usr/bin/id -un` cfprefsd == I configured qBittorrent to not download some files in a torrent but they still appear on my hard disk, why is that? == As you may know, a torrent is split into pieces of equal size that do not take files into consideration.
As a consequence, a piece can contain information relative to more than one file and qBittorrent only operates at piece level.
-Because of this, if two files are adjacent and you choose to download only one of them, it is likely that the filtered one will be partially downloaded and thus appear on the hard-disk. +Because of this, if two files are adjacent and you choose to download only one of them, it is likely that the filtered one will be partially downloaded and thus appear on the hard disk. == Low performance despite high or 100% disk usage on Windows (also with external drives) == Try disabling MSI mode for that drive see this [https://answers.microsoft.com/en-us/windows/forum/all/windows-10-task-manager-reports-100-disk/c2ca1d67-00c6-4bb3-9f86-78932051421e Microsoft forum page answer].
@@ -129,7 +128,7 @@ Light theme: * Black for torrents in allocating or stalled(up and down) status * Royal Blue (rgb(65, 105, 225)) for torrents in uploading or forced uploading status * Salmon (rgb(250, 128, 114)) for torrents in paused(downloading) status -* Dark Blue (rgb(0, 0, 139)) for torrents in completed (paused seeding) status +* Dark Blue (rgb(0, 0, 139)) for torrents in completed(paused seeding) status * Red (rgb(255, 0, 0)) for torrents in error or missing files status * Teal (rgb(0, 128, 128)) for torrents in queued, checking, queued for checking or checking resume data status @@ -138,7 +137,7 @@ Dark theme: * Gray 80 (rgb(204, 204, 204)) for torrents in allocating or stalled(up and down) status * Steel Blue 1 (rgb(99, 184, 255)) for torrents in uploading or forced uploading status * Salmon (rgb(250, 128, 114)) for torrents in paused(downloading) status -* Steel Blue 3 (rgb(79, 148, 205)) for torrents in completed (paused seeding) status +* Steel Blue 3 (rgb(79, 148, 205)) for torrents in completed(paused seeding) status * Red (rgb(255, 0, 0)) for torrents in error or missing files status * Cyan 3 (rgb(0, 205, 205)) for torrents in queued, checking, queued for checking or checking resume data status @@ -146,7 +145,7 @@ Older versions: * Grey color means inactive (include download, upload and check) * Green color means active download * Orange color means active upload -* Red color means paused or error. +* Red color means paused or error == How do I import my torrents from another BitTorrent client? == Most users want to keep the torrents they are downloading or seeding when switching to qBittorrent from another BitTorrent client. This is of course possible and it is quite simple to achieve.
@@ -160,7 +159,7 @@ Here is how you should proceed: * Edit the download path in the torrent addition dialog and choose the path where the original torrents were being downloaded/seeded. * For the torrents that are complete, you can select the ''Skip file checking and start seeding immediately'' option in the torrent addition dialog in order to save time and CPU. Basically, qBittorrent will trust that the local files are not corrupt and will start seeding them without rechecking all the files. -== What does the settings in the Options → Advanced menu do? == +== What do the settings in the Options → Advanced menu do? == We have written a full explanation describing the advanced options in the guide here. == Can I run qBittorrent on a remote computer? Without X server? == @@ -227,7 +226,7 @@ Change your regional formatting settings: [[https://user-images.githubusercontent.com/66999033/85346082-0a415200-b4fd-11ea-8eb5-419cf9af81bd.PNG|Windows regional settings]] -== How do I do IP Filtering (eMule and PeerGuardian compatible) in qbittorrent in GNU/Linux? == +== How do I do IP Filtering (eMule and PeerGuardian compatible) in qBittorrent in GNU/Linux? == In most GNU/Linux distributions, you can go to '''Tools → Options → Connection''' then click on IP Filtering. As far as adding the ipfilter file is concerned, see http://forums.debian.net/viewtopic.php?f=16&t=113690 for a potential way. @@ -271,7 +270,7 @@ A Dutch step by step tutorial can be found [https://www.duken.nl/forums/handleid See [https://web.archive.org/web/20090320211618/http://btfaq.com:80/serve/cache/23.html this page] for definitions of BitTorrent terms. -== Hotkeys == +== What hotkeys/keyboard shortcuts are available? == Ctrl+O = Add Torrent File Ctrl+Shift+O = Add Torrent Link From e4a6e9f35ca96f3b2190944a7870c2261ad87dad Mon Sep 17 00:00:00 2001 From: Geoff The Date: Sun, 2 Jun 2024 13:50:40 -0700 Subject: [PATCH 2/2] Add spaces ahead of parentheses --- Frequently-Asked-Questions.mediawiki | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Frequently-Asked-Questions.mediawiki b/Frequently-Asked-Questions.mediawiki index c1a548b..934964a 100644 --- a/Frequently-Asked-Questions.mediawiki +++ b/Frequently-Asked-Questions.mediawiki @@ -125,19 +125,19 @@ Here is the list (github doesn't allow changing the text color): Light theme: * Forest Green (rgb(34, 139, 34)) for torrents in downloading, forced downloading or downloading metadata status -* Black for torrents in allocating or stalled(up and down) status +* Black for torrents in allocating or stalled (up and down) status * Royal Blue (rgb(65, 105, 225)) for torrents in uploading or forced uploading status -* Salmon (rgb(250, 128, 114)) for torrents in paused(downloading) status -* Dark Blue (rgb(0, 0, 139)) for torrents in completed(paused seeding) status +* Salmon (rgb(250, 128, 114)) for torrents in paused (downloading) status +* Dark Blue (rgb(0, 0, 139)) for torrents in completed (paused seeding) status * Red (rgb(255, 0, 0)) for torrents in error or missing files status * Teal (rgb(0, 128, 128)) for torrents in queued, checking, queued for checking or checking resume data status Dark theme: * Lime Green (rgb(50, 205, 50)) for torrents in downloading, forced downloading or downloading metadata status -* Gray 80 (rgb(204, 204, 204)) for torrents in allocating or stalled(up and down) status +* Gray 80 (rgb(204, 204, 204)) for torrents in allocating or stalled (up and down) status * Steel Blue 1 (rgb(99, 184, 255)) for torrents in uploading or forced uploading status -* Salmon (rgb(250, 128, 114)) for torrents in paused(downloading) status -* Steel Blue 3 (rgb(79, 148, 205)) for torrents in completed(paused seeding) status +* Salmon (rgb(250, 128, 114)) for torrents in paused (downloading) status +* Steel Blue 3 (rgb(79, 148, 205)) for torrents in completed (paused seeding) status * Red (rgb(255, 0, 0)) for torrents in error or missing files status * Cyan 3 (rgb(0, 205, 205)) for torrents in queued, checking, queued for checking or checking resume data status