Update README with new module and dialog files
Added ytsage_ffmpeg_updater.py and ytsage_dialogs_updater.py to the project structure in the README to reflect recent additions to the codebase.
This commit is contained in:
@@ -380,7 +380,8 @@ YTSage/
|
|||||||
│ ├── 📄 ytsage_downloader.py # Download functionality
|
│ ├── 📄 ytsage_downloader.py # Download functionality
|
||||||
│ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration
|
│ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration
|
||||||
│ ├── 📄 ytsage_utils.py # Utility functions
|
│ ├── 📄 ytsage_utils.py # Utility functions
|
||||||
│ └── 📄 ytsage_yt_dlp.py # yt-dlp integration
|
│ ├── 📄 ytsage_yt_dlp.py # yt-dlp integration
|
||||||
|
│ └── 📄 ytsage_ffmpeg_updater.py # FFmpeg updater
|
||||||
├── 📁 gui/ # User interface components
|
├── 📁 gui/ # User interface components
|
||||||
│ ├── 📄 __init__.py # GUI package init
|
│ ├── 📄 __init__.py # GUI package init
|
||||||
│ ├── 📄 ytsage_gui_format_table.py # Format table functionality
|
│ ├── 📄 ytsage_gui_format_table.py # Format table functionality
|
||||||
@@ -393,7 +394,8 @@ YTSage/
|
|||||||
│ ├── 📄 ytsage_dialogs_ffmpeg.py # FFmpeg-related dialogs
|
│ ├── 📄 ytsage_dialogs_ffmpeg.py # FFmpeg-related dialogs
|
||||||
│ ├── 📄 ytsage_dialogs_selection.py # Selection dialogs
|
│ ├── 📄 ytsage_dialogs_selection.py # Selection dialogs
|
||||||
│ ├── 📄 ytsage_dialogs_settings.py # Settings dialogs
|
│ ├── 📄 ytsage_dialogs_settings.py # Settings dialogs
|
||||||
│ └── 📄 ytsage_dialogs_update.py # Update dialogs
|
│ ├── 📄 ytsage_dialogs_update.py # Update dialogs
|
||||||
|
│ └── 📄 ytsage_dialogs_updater.py # Updater dialogs
|
||||||
└── 📁 utils/ # Utility modules
|
└── 📁 utils/ # Utility modules
|
||||||
├── 📄 __init__.py # Utils package init
|
├── 📄 __init__.py # Utils package init
|
||||||
├── 📄 ytsage_config_manager.py # Configuration management
|
├── 📄 ytsage_config_manager.py # Configuration management
|
||||||
|
|||||||
Reference in New Issue
Block a user