From f6b3ff2f5c3737c24a9882a76d58697111a5f1ed Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Sun, 25 May 2025 11:36:35 +0530 Subject: [PATCH] Update main.py --- main.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 463c90c..2f92dca 100644 --- a/main.py +++ b/main.py @@ -584,12 +584,13 @@ class TourDialog(QDialog): "
  • The 'Page Range' input is disabled as all posts are fetched.

  • " "
  • A filename style toggle button (e.g., 'Name: Post Title') appears in the top-right of the log area when this mode is active for a creator feed. Click it to cycle through naming styles:" " " "

  • " - "
  • For best results with 'Name: Post Title' or 'Name: Date Based' styles, use the 'Filter by Character(s)' field with the manga/series title for folder organization.
  • " + "
  • For best results with 'Name: Post Title', 'Name: Title+G.Num', or 'Name: Date Based' styles, use the 'Filter by Character(s)' field with the manga/series title for folder organization.
  • " "
    " "
  • 🎭 Known.txt for Smart Folder Organization:
    " " Known.txt (in the app's directory) allows fine-grained control over automatic folder organization when 'Separate Folders by Name/Title' is active." @@ -4125,12 +4126,13 @@ class DownloaderApp(QWidget):
  • The 'Page Range' input is disabled as all posts are fetched.
  • A filename style toggle button (e.g., 'Name: Post Title') appears in the top-right of the log area when this mode is active for a creator feed. Click it to cycle through naming styles:
  • -
  • For best results with 'Name: Post Title' or 'Name: Date Based' styles, use the 'Filter by Character(s)' field with the manga/series title for folder organization.
  • +
  • For best results with 'Name: Post Title', 'Name: Title+G.Num', or 'Name: Date Based' styles, use the 'Filter by Character(s)' field with the manga/series title for folder organization.