AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

help with script for juke box project

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
ls78



Joined: 03 May 2006
Posts: 44

PostPosted: Mon May 15, 2006 5:57 pm    Post subject: help with script for juke box project Reply with quote

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
View user's profile Send private message
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Mon May 15, 2006 7:02 pm    Post subject: Reply with quote

Read the documentation for:

InputBox
WinActivate
Send

Those will be the basis for such a script.
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Mon May 15, 2006 7:38 pm    Post subject: Re: help with script for juke box project Reply with quote

Dear ls78, Smile

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, Smile
_________________
Back to top
View user's profile Send private message
ls78



Joined: 03 May 2006
Posts: 44

PostPosted: Mon May 15, 2006 8:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group