Jump to content

Recommended Posts

Posted (edited)

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
  • 1 month later...
Posted

Updated 

See changes in first Post.

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

Posted

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

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

Could you upload an zip file, because of includes, please :)

seems to be a cool program :)

Read carrefully the first post where a link for Curl.au3 is provided.

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

Posted

yeah, i downloaded it. sorry. another problem:

tehere is always an  Error 2 on Creating Stream when prelistening files. Downloading works perfectly.

Hum...Error 2 on the Listview or the SciTE Console ?

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

Posted (edited)

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

Posted

By the way, it might be worth mentioning I get an error.

"Keyword#AutoIt3Wrapper_Run_Au3Stripper

Value:y"

Upon start, but it makes no problems of course.

Which AutoIt version do you use ?

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

Posted

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

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
×
×
  • Create New...