Raduga (English)

User: Guest

Search

Please use the
Bug Report Form
if you think you found a software defect.

Use the Contact Form
to send a personal message to Wolfgang.

RSS Feed RSS Feed

Other boards:
Juke
QBrowser
Song Requester
SuperEdi

Random Play on Startup

Posted on: Raduga (English)

From Message

Roy van Arem

2005-01-01 17:54:10

Random Play on Startup

Is it possible to let Raduga play the songs in Random mode every time I start it up? Now it always starts playing in the mode I left it in when I shut Raduga down. Is it possible to have it always start playing in Random, no matter what mode it was left in on shutdown?

Wolfgang Loch

2005-01-02 19:33:03

Re: Random Play on Startup

This simple add-in script does the trick:

function Application::Startup()
{
Application.Player.Mode = 'RANDOM';
Application.Player.Play();
}

You can download the add-in with setup instructions from this URL
http://www.wolosoft.com/files/StartRandom-1.0.zip

Roy van Arem

2006-01-10 22:51:13

Re: Random Play on Startup

Nope.. it does NOT work... Raduga still starts in the mode I left it in (I'm using Raduga 3.11)

Wolfgang Loch

2006-01-11 08:44:06

Re: Random Play on Startup

That's true. Add-ins are supported since version 3.5. You may consider an upgrade.

Post a reply to this message: