Toolbox Script Blur Effect
#1
Hey,

i love the Blur Effect while playing music. I want to use it in another Skin where the "now playing" view only shows a black screen. Is it possible to use this blur effect in another skin? I already searched in MusicVisualisation.xml and MusicOSD.xml for an function call something with blur or toolbox but couldnt find any

Dennis
Reply
#2
RunScript(script.toolbox,info=blur,id=PATH_TO_IMAGE)

From the wiki
Reply
#3
Thanks. This is what I need.

But I'm not really a skinner so I dont know exactly where i have to put this in

I guess in MusicVisualisation.xml in onload-Tag, right?

and where I get the cover-path from?
Reply
#4
since you wanna see the cover from the current playing song you need "MusicPlayer.Cover"

RunScript(script.toolbox,info=blur,id=MusicPlayer.Cover)

never used i myself so just guessing here...

put
<onload>RunScript(script.toolbox,info=blur,id='"MusicPlayer.Cover"',radius=20)</onload>

to the other onloads in you MusicViz.xml and see if it works Big Grin
Reply
#5
wow nice thanks. will test it right now Big Grin

//e
not working Sad
uploaded an image to /storage/img.jpg and tested with id='/storage/img.jpg' too.
black screen.

<onload>RunScript(...)</onload> is in MusicVisualisation.xml in addons/skin.arctic.zephyr/1080i
Reply
#6
Also tested to execute the RunScript Command from menu. Nothing happened Sad
Reply
#7
try

RunScript(script.toolbox,info=blur,id='"$INFO[MusicPlayer.Cover]"',radius=20)

if it still dont work i cant help you anymore :/
Reply

Logout Mark Read Team Forum Stats Members Help
Toolbox Script Blur Effect0