Skip to content
matty edited this page Dec 4, 2022 · 8 revisions

Welcome to the aphrodite wiki! Currently, this wiki is based on v3.0.0 and above. Anything written here may not apply to any previous versions.

aphrodite is a winforms application built on c# 11 and .NET Framework 4.7.2.

Some early notices:

  • While the application supports multiple instances being ran at once, it's only recommended when downloading through arguments. Be sure that the application is not being ran more than once outside of that condition. Files such as the tag filters and the pool wishlist are not updated if the files get updated, and are not locked to that running instance of aphrodite.
  • Tag filtering is up to the user to configure before beginning download. This isn't like e621 where it's just a single list, this will require more setup to efficiently use the tag filter system. Additionally, the tag filtering system, while as efficient as possible, may require more processing power when filtering tags if any wildcard tags are loaded. See here for information
  • All providers should be their own separate repo. If you wish to add a provider to the Wiki, open a new issue (or pull request?) with the new provider. Read the provider page for information.

When running the application for the first time, read the dialogs that appear to understand basic information about the program.

Additionally, setting the file name schema and tag filters should be done before beginning any downloads.

Clone this wiki locally