| View previous topic :: View next topic |
| Author |
Message |
ls78
Joined: 03 May 2006 Posts: 44
|
Posted: Mon May 15, 2006 5:57 pm Post subject: help with script for juke box project |
|
|
im currently working on a mp3 jukebox project.
the aim is to type the album number in to the keyboard and the correct album will play.
i have a program that sorts the mp3 out and gives the albums numbers .
To play an album the command look like this "PlayAlbum.exe 56" ,
i want to write a script if its possible , number on the end of exe will be change when its type in to the keyboard.
for example
12 in typed in on the keyboard = PlayAlbum.exe 12
23 is typed in = PlayAlbum.exe 23
1 is typed in = PlayAlbum.exe 1
ect
im new to this programing so im looking for the most simple way.
i really dont know where to start so any help would be great.
thanks for looking |
|
| Back to top |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Mon May 15, 2006 7:02 pm Post subject: |
|
|
Read the documentation for:
InputBox
WinActivate
Send
Those will be the basis for such a script. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Mon May 15, 2006 7:38 pm Post subject: Re: help with script for juke box project |
|
|
Dear ls78,
| You wrote: | im currently working on a mp3 jukebox project.
the aim is to type the album number in to the keyboard and the correct album will play. |
What is the Software's name?
Can you provide a download link?
Regards,  _________________
 |
|
| Back to top |
|
 |
ls78
Joined: 03 May 2006 Posts: 44
|
Posted: Mon May 15, 2006 8:25 pm Post subject: |
|
|
ok dude
first im using winamp as the base
to organise the albums im using a cool program called album list
http://albumlist.sourceforge.net/
---------------------------------------------------------------------------
then im using a lcd plugin
http://www.markuszehnder.ch/projects/lcdplugin/
THIS MEANS NO PC MONITOR IS REQUIRE WHEN ITS FINSHED
-----------------------------------------------------------------------------
i designed this script im working on to make it easier to jump to whole albums.
to do this there an albumlist control application in
C:\Program Files\Winamp\Plugins\Album List\Control Executables\PlayAlbum.exe 56
the number on the end is the albumlist number album number.
hope this helps
also i have the script working a treat. |
|
| Back to top |
|
 |
|