Log in

View Full Version : Questions on VSRepo usage


stax76
11th May 2019, 22:01
Let's say I want to know the latest available version of FFmpegSource2, is there a clean and simple way to do that or do I have to parse the output from:

py vsrepo.py available

if I have to parse the output from 'py vsrepo.py available', do I have to call 'py vsrepo.py update' before?

ChaosKing
12th May 2019, 09:04
You could just run update to download the json file and then parse it (or download it by yourself). Latest version is always the first releases item.



if I have to parse the output from 'py vsrepo.py available', do I have to call 'py vsrepo.py update' before?
yes, at least once if it was never run before.