Update rb configs#1657
Update rb configs#1657mmenanno wants to merge 1 commit intostashapp:masterfrom mmenanno:update-rb-common
Conversation
|
While we're waiting for stashapp/stash#4433 you should be aware that any scrapers that get updated/reinstalled by Stash will overwrite any files that the user has modified, which might include configuration 😅 This is usually just an annoyance: most script scrapers don't see that many updates... but for "packages" like The workaround I've implemented in py_common/config.py is a helper function called It's not elegant, but hopefully we'll get proper scraper configuration in Stash itself before too long |
|
Ah thanks for the heads up! |
Starting to update this, looks like nothing merged is relying on this common folder yet, so this only affects my future projects.