2024.7.24.0

Andy
2024-07-24 23:41:54 +03:00
parent 888893e5b9
commit 1ee88d9e8c
2 changed files with 11 additions and 4 deletions

@@ -171,6 +171,7 @@ Hot-keys:
- `End` - go to last page - `End` - go to last page
- `F3`, `Up`, `Page Up` - go to previous page - `F3`, `Up`, `Page Up` - go to previous page
- `F4`, `Down`, `Page Down` - go to next page - `F4`, `Down`, `Page Down` - go to next page
- `Esc`, `Ctrl+W` - close the form
![Feed session context menu](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/FeedWindowSessionContext.png) ![Feed session context menu](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/FeedWindowSessionContext.png)
@@ -284,10 +285,11 @@ You can submit a bug report anonymously, or prepare it for GitHub or email. You
- `F3` - edit user - `F3` - edit user
- `F5`, `Ctrl+F5` - start downloading one or more selected users (pressing with `Ctrl` excludes this data from the feed) - `F5`, `Ctrl+F5` - start downloading one or more selected users (pressing with `Ctrl` excludes this data from the feed)
- `F6`, `Ctrl+F6` - start downloading all your users marked as `Ready for download` (pressing with `Ctrl` excludes this data from the feed) - `F6`, `Ctrl+F6` - start downloading all your users marked as `Ready for download` (pressing with `Ctrl` excludes this data from the feed)
- `Ctrl+F` - open search form - `Alt+F` - open search form
- `Ctrl+NumericKey` - download group with this number - `Ctrl+NumericKey` - download group with this number
- `Alt+A` - open scheduler - `Alt+A` - open scheduler
- `Alt+P` - open progress form - `Alt+P` - open progress form
- `Ctrl+F` - show the [feed](#feed)
Double-click the user to open the content folder. Double-click the user to open the content folder.

@@ -50,6 +50,8 @@
- `Use 'F6' to download all users` - `Use 'F6' to download all users`
- `'F6' confirmation` - request confirmation to download all users when pressing `F6` - `'F6' confirmation` - request confirmation to download all users when pressing `F6`
- `Confirmation of downloading all` - request confirmation to download all users anyway - `Confirmation of downloading all` - request confirmation to download all users anyway
- `Scheduler script` - execute the following script after the scheduler plan is completed ([example](#scrawler-script-text-examples))
- `Disable execution of 'Scheduler script' after completion of 'Manual' scheduler plans`
![Behavior settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/SettingsGlobalBehavior.png) ![Behavior settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/SettingsGlobalBehavior.png)
@@ -139,6 +141,9 @@
- `Show friendly names instead of usernames` - `Show friendly names instead of usernames`
- `Show special feeds in media items` - if you have one or more special feeds, they will appear in the additional post context menu. Disabled by default. **Enabling this setting may increase memory consumption.** - `Show special feeds in media items` - if you have one or more special feeds, they will appear in the additional post context menu. Disabled by default. **Enabling this setting may increase memory consumption.**
- `Update file location when moved` - the file location will be updated in the session data and in the feeds data. - `Update file location when moved` - the file location will be updated in the session data and in the feeds data.
- `Use the 'Esc' key to close the form`
- `Search missing files (special feeds)` - search for missing file in the entire user folder
- `Search missing files (special feeds): deep search` - deep search means that the missing file will be searched in other users' locations as well.
![Feed settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/SettingsGlobalFeed.png) ![Feed settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/SettingsGlobalFeed.png)
@@ -213,10 +218,10 @@ Version **1.27.1** ([release](https://github.com/mikf/gallery-dl/releases/tag/v1
### YT-DLP ### YT-DLP
Version **2024.05.27** ([release](https://github.com/yt-dlp/yt-dlp/releases/tag/2024.05.27)) Version **2024.07.16** ([release](https://github.com/yt-dlp/yt-dlp/releases/tag/2024.07.16))
- x64 version - [exe](https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe) - x64 version - [exe](https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp.exe)
- x86 version - [exe](https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp_x86.exe) - x86 version - [exe](https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp_x86.exe)
**The following sites use yt-dlp:** **The following sites use yt-dlp:**
- [YouTube](#youtube) - [YouTube](#youtube)