Update features.md

This commit is contained in:
Yuvi9587
2025-08-03 06:01:32 -07:00
parent a776d1abe9
commit e752d881e7

View File

@@ -147,85 +147,3 @@
</li>
</ul>
</div>
<div>
<h2><strong>Folder Organization Checkboxes</strong></h2>
<p>These checkboxes control how the application creates subdirectories to organize the downloaded files.</p>
<ul>
<li>
<strong>Separate folders by Known.txt:</strong> Automatically sorts content into subfolders based on names.
<ul>
<li>If the post matches a character filter input, that name is used for the folder.</li>
<li>If not, the post title is compared to entries in <code>Known.txt</code>.</li>
<li>If no match, a generic folder name is derived from the post title.</li>
</ul>
</li>
<li>
<strong>Subfolder per post:</strong> Creates a unique folder for each post using its title.
<ul>
<li>Helps prevent content from different posts mixing in one directory.</li>
<li>Can be combined with "Separate folders by Known.txt".</li>
<li>Ensures uniqueness by appending a number to duplicate titles (e.g., <code>My Post Title_1</code>).</li>
<li>Empty subfolders are removed automatically after download.</li>
</ul>
</li>
<li>
<strong>Date prefix:</strong> Only enabled with "Subfolder per post". Prepends the post's date in <code>YYYY-MM-DD</code> format to the folder name.
<ul>
<li>Example: <code>2025-08-03 My Post Title</code>.</li>
<li>Useful for chronological sorting.</li>
</ul>
</li>
</ul>
<hr>
<h2><strong>General Functionality Checkboxes</strong></h2>
<p>These checkboxes toggle various core features of the downloader.</p>
<ul>
<li>
<strong>Use cookie:</strong> Enables authenticated access via browser cookies.
<ul>
<li>Paste a cookie string manually into the text field.</li>
<li>Or use the "Browse..." button to select a <code>cookies.txt</code> file.</li>
<li>The cookies are sent with all API and file requests.</li>
</ul>
</li>
<li>
<strong>Use Multithreading:</strong> Enables concurrent downloading of multiple posts.
<ul>
<li>Activate by checking the box and entering a thread count (e.g., 10).</li>
<li>Disabled for "Manga/Comic mode" and "Only Links" mode to preserve order or behavior.</li>
</ul>
</li>
<li>
<strong>Show external links in log:</strong> Enables a separate log panel that lists external links (e.g., Mega, Dropbox) found in post content.
<ul>
<li>Disabled in "Only Links" mode, which already logs links in the main panel.</li>
</ul>
</li>
<li>
<strong>Manga/Comic mode:</strong> Special mode for downloading sequential content (e.g., comic pages).
<ul>
<li>Fetches all posts, sorts them oldest to newest, and downloads in that order.</li>
<li>Ensures correct page ordering.</li>
</ul>
<p><strong>Scope Button (Name: ...):</strong> Visible only when Manga Mode is active. Cycles through naming strategies:</p>
<ul>
<li><strong>Name: Post Title</strong> (Default): Filenames based on title (e.g., <code>Chapter-1.jpg</code>, <code>Chapter-1_1.jpg</code>).</li>
<li><strong>Name: Date + Original:</strong> Adds date prefix to original file name (e.g., <code>2025-08-03_original_file_name.png</code>).</li>
<li><strong>Name: Date + Title:</strong> Combines date and title (e.g., <code>2025-08-03_Chapter-1.jpg</code>).</li>
<li><strong>Name: Title+G.Num:</strong> Uses title plus global numbering (e.g., <code>Page_001.jpg</code>, <code>Page_002.jpg</code>).</li>
<li><strong>Name: Date Based:</strong> Ignores titles/names and uses a number sequence (<code>001.jpg</code>, <code>002.jpg</code>, etc.). An optional prefix can be added.</li>
<li><strong>Name: Post ID:</strong> Uses the post's unique ID as the filename.</li>
</ul>
</li>
</ul>
</div>