• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to provide script a functioning "Check for update" Button?

Contributor ,
May 20, 2020 May 20, 2020

Copy link to clipboard

Copied

How to make a button that let users to check, If we've released the newer version of the script?

 

TOPICS
How to , Scripting

Views

678

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 22, 2020 May 22, 2020

If you distribute your script via aescripts & aeplugins (see https://aescripts.com/knowledgebase/index/view/faq/how-to-become-an-author/ ), their licensing system will take care of that for you.

If you want to implement such a functionality yourself, you need to have a webserver where you store a json file, for example, which includes the version number of the current version of your script. Then the script needs to download this file and compare the version in the json file with its own version

...

Votes

Translate

Translate
LEGEND ,
May 20, 2020 May 20, 2020

Copy link to clipboard

Copied

Entirely up to your own versioning and establishing a connection to an external server.

 

Mylenium

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 22, 2020 May 22, 2020

Copy link to clipboard

Copied

LATEST

If you distribute your script via aescripts & aeplugins (see https://aescripts.com/knowledgebase/index/view/faq/how-to-become-an-author/ ), their licensing system will take care of that for you.

If you want to implement such a functionality yourself, you need to have a webserver where you store a json file, for example, which includes the version number of the current version of your script. Then the script needs to download this file and compare the version in the json file with its own version. If it is older, it needs to notify the user that an update is available.

Then when you have a new version, all you need to do it updating the json file on your server and all users are notified.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines