Make a playlist not automatically play

Speak your mind

Make a playlist not automatically play

Postby scottw on Thu Dec 21, 2006 3:56 pm

Can you make it when you click on a playlist it does not automatically load and start playing. I would like upon clicking it to have the option via an overlay to Play, Rename or Delete the playlist.

Is this possible???
scottw
 
Posts: 774
Joined: Mon Feb 06, 2006 4:21 pm
Location: Glen Burnie, Maryland

Postby S Pittaway on Fri Dec 22, 2006 11:50 am

a hack solution... :)

change the load playlist event to -

mute
load playlist
music:STOP
mute
show overlay:bollocks etc

turn multithreaded off and it should work.
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby scottw on Fri Dec 22, 2006 1:54 pm

S Pittaway wrote:a hack solution... :)

change the load playlist event to -

mute
load playlist
music:STOP
mute
show overlay:bollocks etc

turn multithreaded off and it should work.


Awesome, thanks. I will try it out.

Just curious what does "multithreaded" do??
scottw
 
Posts: 774
Joined: Mon Feb 06, 2006 4:21 pm
Location: Glen Burnie, Maryland

Postby S Pittaway on Sat Dec 23, 2006 8:48 am

my interpritation (maybe someone knows for real?)-

when multithreed is on screen updates continue, so if you event for example a find on a category, you would see the category scroll as it was looking for the item...

when its off, the screen is locked while the event runs so it feels quite a bit quicker.

all of my simple evens use multi off and they feel alot better for it :)






appart form ir-triggered ones which go pear shaped if its turned off :(
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England