strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Converting pre-3.9 Facepager presets to work in the current version #83

Closed elektrotiko closed 6 years ago

elektrotiko commented 6 years ago

Hi

Is there a way to automatically convert custom presets saved under pre-3.9 version so that they can work in the most current version of Facepager?

strohne commented 6 years ago

Hi, there is no automatic way. But it should be easy. Only some names of keys changed, most importantly resource. The keys basepath, speed and scopewere added but are not necessary.

You can open a new and an old preset with a texteditor and compare. Finally, the file extension has to be renamed to .3_9.json. Maybe you can write a script which does search&replace for you?