Skip to content

Configuration

matty edited this page Oct 27, 2022 · 3 revisions

aphrodite does its best to present the user with as much customization as possible. Almost that can be customized is customized (not appearance-wise, but function-wise).

General settings

These settings affect the application, or all types of downloads.

Setting name Effect
Download Path The path where the downloads will be stored. Due to the nature of the file schema (see the file schema page), it's recommended that this be as short as possible, as this program is not LongPathAware for compatibility with Windows 7. If any bypass is available for Windows 7, please open an issue.
Skip argument check form By default, arguments display as a intermediary form before the main download form. If this option is disabled, it will instantly download the provided argument, if possible.
Argument form top-most The argument check form will always appear above other windows.
Save image info files This option saves information about every image in a download instance. The information is stored as a json file in the root of the download folder. This option is recommended to stay on, as the functionality of this program wildly increases with the information about the downloaded files being available.
Update existing info data This option updates the existing info file, if it was modified since the last download. If this option is off, it will only append new info data to the info file. If an inconsistent file is moved to another designation, then the info will be updated.
Save download info Saves the current settings and time of the download. These options are then used during re-downloading. Re-downloading requires the use saved download info option to be enabled for this to take effect. See the re-downloader wiki page for information about re-downloading.
Save multiple infos Saves new file info data every download. This will not update the previous download info, but it will take up more space.
Open after downloading Opens the download path if the download finishes successfully. Note: nothing to download errors are considered successful.
Don't notify finished downloads Doesn't notify the user when the download is finishes, and disposes the form after the download completes. Note: I believe the download sound still plays with this option enabled.
Save graylisted images Saves any files with the graylisted designation. This is globally applied to the tags, pages, and pools downloads. image downloads bypasses this option.
Remove empty directories after download Removes any empty directories within the download path after the download finishes.
Check for updates on startup Checks for aphrodite updates on startup.
Check for beta updates When check for updates on startup is enabled, this option will take into account any newer pre-release versions on github.

Tags settings

Setting name Effect
Ratings Downloads any enabled ratings. Supported ratings are as follows:
Explicit (Philomena providers will also download Mature rated files with this option enabled.
Questionable (Philomena providers will also download Suggestive rated files with this option enabled.
Safe
Separate ratings Separates ratings into their own folder. Explicit files will be placed in the explicit folder, and so on. If this is disabled or Download newest to oldest is enabled, files will be downloaded from newest-to-oldest.
Minimum score Only downloads files with a score greater-than or equal-to the value provided.
Enable minimum score Enables the minimum score. This is a side option because scores can be in the negatives.
Include minimum score with tags Uses the score:>=... tag when parsing the API. Providers that do not support this will omit it.
Minimum favorite count Only downloads files with a favorite count greater-than or equal-to the value provided. If the value is set to 0, this option will be disabled.
Include minimum favorite count with tags Uses the favcount:>=... tag when parsing the API. Providers that do not support this will omit it.
Image limit Only downloads a specific amount of files from the provider. If the value is set to 0, this option will be disabled.
Page limit Only parses a specific amount of API pages. Providers can have a different amount of files per page, so the download count may differ between providers. If the value is set to 0, this option will be disabled.
Save blacklisted images Saves any files with the blacklisted designation. If Save graylisted images and this option are enabled, black-graylisted designated files will be downloaded.
Separate non-images Separates any known non-images into their own folder. These are files such as swf, mp4, webm, etc.
Download newest-to-oldest If this option is enabled, it will download files from newest-to-oldest instead of per-rating if the Separate ratings option is enabled.

Pools

Setting name Effect
Save blacklisted pages Saves any files with the blacklisted designation. If save graylisted images and this option are enabled, black-graylisted designated files will be downloaded.
Save never download pages Saves any files with the never download designation.
Merge graylisted pages Does not separate graylisted files.
Merge blacklisted pages Does not separate blacklisted files.
Add pools to the wishlist silently. Adds new wishlisted pools into the pool wishlist in the background.
Remove wishlisted pools on download Removes any pools from the wishlist when it downloads.

Images

Setting name Effect
Separate ratings Separates files into their own rating files.
Separate artists Separate file artists into their own folder.
Separate non images Separate non images files into their own folders. These are files such as swf, mp4, webm, etc.
Use download form for download progress Displays a download form when downloading images. If this is disabled, the download and parsing will occur in the background.

Protocols

No options are available, except for install aphrodite protocol

Schemas

Provides an input for tags, pools, and image file names to be customized.

Clone this wiki locally