View Single Post
Old 06-30-2020, 02:48 PM   #301
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Not without sticking your fingers into the machinery.

Look inside the VM plugin code around config.py:143 for the set/get_library_config() routines. Then write some code that copies the settings from one library to another.

Conversely, you can try directly copying the info from the metadata.db sqlite in one library to another.

Code:
sqlite> select * from preferences where key='namespaced:ViewManagerPlugin:settings';
Keep in mind this is definitely 'unsupported'. You are on your own when it all goes horribly wrong. Backup early, backup often.
JimmXinu is offline   Reply With Quote