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 

SoundPlay Error

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






PostPosted: Sat Apr 05, 2008 4:31 pm    Post subject: SoundPlay Error Reply with quote

Could anyone tell me why this script won't play some MP3 Files?
Code:

play:

FileReadLine, ssong, SongList.txt,1
soundplay,%ssong%,wait
line:=1

loop{
line:=line+1
FileReadLine, csong, SongList.txt, %line%
soundplay,%csong%,wait
soundplay,|:||*/-f_\-a*/_k*\-e*/-|:||
}


And if it matters at all, this is the code that generates the playlist
Code:

InputBox,dir, Playlist Maker,,,250,100,0,0,,,Enter Path of MP3s
if ErrorLevel
    goto playlistexit
else
List=
Loop %dir%\*.mp3,,1
List=%List%%A_LoopFileFullPath%`n
Loop, parse,List
FileAppend, %A_LoopField%, SongList.txt
Back to top
Guest






PostPosted: Sat Apr 05, 2008 6:42 pm    Post subject: Reply with quote

Right now it's not playing "04. elvis presley - blue suede shoes.mp3" The file worked when I played it on Winamp, please help
Back to top
Guest






PostPosted: Sat Apr 05, 2008 6:53 pm    Post subject: Reply with quote

Got it!
Back to top
Guest






PostPosted: Sat Apr 05, 2008 7:11 pm    Post subject: Reply with quote

Not solved yet..
Back to top
evandevon



Joined: 22 Apr 2008
Posts: 18

PostPosted: Thu May 08, 2008 3:21 pm    Post subject: need an mp3 codec Reply with quote

You probably need an mp3 codec in your system32 folder. See this post.

http://www.autohotkey.com/forum/viewtopic.php?p=195343#195343
_________________
Inventing problems that need solutions...
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