Hello,
I am writing a plugin which processes a playlist and show the progress in a progress bar. Here comes a problem: when I use the threaded_process class to show the progress bar, I could not visit playlist_manager since the code runs in a new thread. Is there some way to show the progress bar in the main app thread? Or how can I access playlist_manager in threads other than the main one?
Thanks.
edit: sorry i confused the topic description with the topic title...
