#Meta-information about your plugin.
#login_from => "dummylogin",
namespace => "dummyplug",
description => "This is the description of my Plugin",
icon => "This is a base64-encoded 20x20 image that will be displayed as an icon in the plugin list. Optional!"
oneshot_arg => "This is the description for a one-shot argument that can be entered by the user when executing this plugin on a file",
{type => "bool", desc => "Boolean parameter description", default_value => "1"},
{type => "string", desc => "String parameter description", default_value => "A default parameter"},
{type => "int", desc => "Integer parameter description"}
cooldown => "If this is a Metadata Plugin, you can set a recommended value for how long a user should wait between executions to avoid remote bans. Shown in Batch Tagging only, defaults to 0.",
# Downloader-specific metadata
url_regex => "If this is a Downloader Plugin, this is the regex that will trigger said plugin if it matches the URL to download."