Hello all,
I am not sure that this is the correct category for this question. Please forgive me if not and let me know where it should be posted.
I am writing a Plex web application that provides a drag-and-drop interface for collection tags. I have it working, sort-of. However, I am not sure that I am going about it the correct way. I am modifying the main sqlite DB (com.plexapp.plugins.library.db) directly but the collection tag changes don't show up in the official Plex web interface.
Is there an API that I need to call to tell Plex to flush its cache or am I going about this the wrong way altogether?
App is here: https://github.com/midwire/plexasaurus
Thanks for any help.
Cheers,
