Can I stop audio visualisations from Python
#1
hi all.

i have a python script that i use to kick off playing of audio files via ir codes. only problem is that once the visualisation kicks in i lose my python ui and the ability for my script to process the ir codes. i don't want to disable visualisations completely by disabling them in settings. is there a way i can prevent the visualisation starting from within my python script?

many thanks,
brad.
Reply
#2
hmmm maybe you can make the script use a dialog instead of a window? i was under the impression that playing audio does not automatically switch to the visualization window... just like filebrowser. the xbmclyrics script runs during a visualization and may contain clues. also you can always call show() on your window to cause it to pop back up.

-ast
Reply
#3
do you have use visualisation for screensaver enabled? maybe disable that.

or every few minutes hit a key. Smile
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
Can I stop audio visualisations from Python0