Jump to content

Mp3SearchEngine v2.0.1.1 Update of 25 dec 2015


wakillon
 Share

Recommended Posts

I didn't express myself correctly.
I mean using this as an mp3 player for the streaming mp3s. Without having to download the mp3s.
I thought it would be easy but i see you are using RAGrid.dll for the listview which i am not familiar at all. + i can't seem to find the RAGrid.au3.

So maybe you could help me with this if you want to. I want to make it take focus to the next mp3 as soon as i play the first one so everytime it finishes it automatically starts the next one.
So basically i want $hMp3Handle to get handle of the next mp3 instead of $hMp3Handle = 0.
Your project is oneventmode which i have never used so i can not make so many changes cause i will ruin it.
Can you help me?

 

Edited by AutID
Link to comment
Share on other sites

  • 1 month later...

Thank you for this nice app. Please note that the compiled version throws an array subscript error when donwnloading.

 

Sorry.

It seems you were using the previous version before trying this one and due to last AutoIt breaking changes, downloader.exe is not well replaced by the new version.

You can open  @TempDir & 'MSE' directory and delete downloader.exe manually.

At next start of MSE, it will be replaced by new version.

I will update script for this.

Thanks for your feedback !  :sweating:

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

  • 4 months later...
  • 8 months later...

Ok i got it !

$BASS_ERROR_FILEOPEN = 2 means bass can;t open the file

After the Init Region (line 130 ) Add DirCreate ( $sTempDir )

like this :

DirCreate ( $sOutputDir )
DirCreate ( $sTempDir )
#EndRegion --- Init ------------------------------

 

It's the temp dir where the temp mp3 file is created and read.

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

3.3.14.0

I use the same version without any error.

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "D:\Mp3SearchEngine v2.0.0.6.au3" /UserParams    
+>22:36:29 Starting AutoIt3Wrapper v.15.503.1200.1 SciTE v.3.5.4.0   Keyboard:0000040C  OS:WIN_81/  CPU:X64 OS:X64    Environment(Language:040C)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Users\admin\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE 
>Running AU3Check (3.3.14.0)  from:C:\Program Files (x86)\AutoIt3  input:D:\Mp3SearchEngine v2.0.0.6.au3

May be you do not use SciTE v.3.5.4.0 ?

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...