Skip to content

Instantly share code, notes, and snippets.

@jgierer12
Forked from Podshot/Filter Format.py
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgierer12/8e3eaf6d4c17db54776d to your computer and use it in GitHub Desktop.
Save jgierer12/8e3eaf6d4c17db54776d to your computer and use it in GitHub Desktop.
# Anywhere in your filter as long as it is not inside a function. Should be on the same column as "displayName"
VERSION = "<Filter Version. Checked against the Update Page's version>"
UPDATE_URL = "<URL that points to the filters update page. This should be in the Page Format above>"
WIP_URL = "<!!Optional!! URL that points to the filters Work In Progress update page. This should be in the Page Format above. When the 'Include WIP versions' option is set to true or this version is a WIP and the specified URL leads to a valid filter updates page, the update filter will always use this URL instead!>"
WIP = "<'True' if this is a Work In Progress version, otherwise 'False'>"
# Rest of filter
{
"Version": "<Current Version Number. Checked against the filter's version>",
"Download-URL": "<URL of current filter version, URL to download the most current filter from>",
"Name": "<Name of Current Filter. Used if you also like to version in the File Name>",
"ChangeLog": "<!!OPTIONAL!! URL that the user is sent to, only if they have the 'View Change Logs' option in the filter set to true>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment