Jump to content



Photo

Mp3SearchEngine v1.0.3.9 Update of 2012-10-17


  • Please log in to reply
39 replies to this topic

#1 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 13 June 2012 - 01:05 PM

Mp3SearchEngine v1.0.3.9

May be some of you know Songr .
my Mp3 Search Engine do the same job, it can find more mp3 files but is not as fast as Songr.
Two Ways : with or without mp3 infos.
I leave you guess which is more faster.

Posted Image


Sites used are music search engine Websites designed for LEGAL entertainment purposes only.
All data comes from various different sources on the internet.
9 Websites are used for their "reliability" in returned results.

Download Links are verified to avoid :
- dead or no direct links
- poor quality ( as ringtone format )
- doublons
- no mp3 filetype

You can Choose to not get Mp3 infos for a Search faster but links are not checked at all.
Search engine Websites must have been selected before launching the Search.
While Searching you can double click on a song for download it.
By default Desktop is the Output directory, but you can change it.
You can also listen the last selected song.
You can edit title for renaming it ( will be used for the download file name ) when search is finished.
You can Copy Title to the clipboard by pressing left Shift Key when Selecting a song,
and also Copy Url by pressing left Ctrl Key when Selecting a song.
You can sort listview's results.
Double click on tray icon for restore/minimize Gui.
See Tray menu for options.

Several files are downloaded at first execution, some pics and wav files, an icon, GIF89.dll, Bass.dll and MediaInfo.dll
Thanks to Brett Francis, Prog@ndy and Eukalyptus for Bass Udf, trancex for WinHttp Udf and the AutoIt Community for his help.

Edit : I forgot to precise : This script to run properly must be located next to his already compiled version,
and Run as Admin at first run. ( Thanks JohnOne ! )

previous downloads : 220

Attached File  Mp3SearchEngine v1.0.3.9.au3   112.1K   208 downloads

Scripts and executables with full embeded files are available on GoogleCode ( link is in my signature. )

Tested on XP and Seven 32 bit.
Hope you like it ! :king:

Edited by wakillon, 03 January 2013 - 11:40 AM.

  • UEZ and Rogue5099 like this

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 






#2 armoros

armoros

  • Active Members
  • PipPipPipPipPipPip
  • 503 posts

Posted 13 June 2012 - 01:27 PM

Nice work Wakillon.

#3 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 13 June 2012 - 03:43 PM

Thanks for share.

No 'Tiny' prefix?
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#4 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 13 June 2012 - 03:55 PM

Nice work Wakillon.


Thanks ;)

Thanks for share.

No 'Tiny' prefix?


As I just do TinyAu3FileSearch I did not want to create confusion between both scripts ! :)

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#5 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 05 October 2012 - 02:38 PM

Updated due to websites changes.

Now it is fully fonctionnal ! :)

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#6 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 06 October 2012 - 02:20 PM

Ace. thanks.
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#7 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 06 October 2012 - 10:16 PM

Actually I'm getting an error from line 80 the error is from _BASS_Init() and is $BASS_ERROR_MEM (There is insufficient memory.)

Before I go searching do you have an idea why it might be?

I have about 2GB free memory.
Win7 32
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#8 UEZ

UEZ

    Never say never

  • MVPs
  • 3,602 posts

Posted 06 October 2012 - 10:26 PM

Hi wakillon,

very nice tool - don't need Youtube to listen to music now! Hmmm, why I didn't saw it earlier?

Edit: why is the cpu usage high? Got 100% usage on one core during playing a song!


Br,
UEZ

Edited by UEZ, 06 October 2012 - 10:35 PM.

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#9 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 12:26 PM

Ace. thanks.


Thanks

Actually I'm getting an error from line 80 the error is from _BASS_Init() and is $BASS_ERROR_MEM (There is insufficient memory.)

Before I go searching do you have an idea why it might be?

I have about 2GB free memory.
Win7 32


I can't reproduce this error ( win7x64 or XPsp3x86 ) but
I have uploaded a modified version with _BASS_Init ( $BASS_DEVICE_MONO, -1, 44100, 0 )
$BASS_DEVICE_MONO uses less CPU than stereo.
Can you try it ? :)

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#10 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 12:26 PM

Hi wakillon,

very nice tool - don't need Youtube to listen to music now! Hmmm, why I didn't saw it earlier?

Edit: why is the cpu usage high? Got 100% usage on one core during playing a song!


Br,
UEZ


Yes don't need Youtube ads too ! :D

As i said to JohnOne a modified version was uploaded

I have verified that stream are well configured to be free automaticaly, so problem is not about that.
So, i have placed_BASS_SetConfig ( $BASS_CONFIG_UPDATEPERIOD, 100 ) when start playing and disable it when stop.
I hope it uses less cpu for you...

Can you try it too ? :)

Edited by wakillon, 07 October 2012 - 12:28 PM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#11 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 07 October 2012 - 12:37 PM

Thanks
I can't reproduce this error ( win7x64 or XPsp3x86 ) but
I have uploaded a modified version with _BASS_Init ( $BASS_DEVICE_MONO, -1, 44100, 0 )
$BASS_DEVICE_MONO uses less CPU than stereo.
Can you try it ? :)


Hi, thanks for new version, unfortunately I have same error (There is insufficient memory.)
Will have to look for a local problem.

Cheers.
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#12 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 12:46 PM

Hi, thanks for new version, unfortunately I have same error (There is insufficient memory.)
Will have to look for a local problem.

Cheers.


Arg ! what i don't understand that's my netbook with only 1Go memory don't return any error... :huh:
Anyway, thanks for feedback !

Edit : verify bass.dll, filesize : 103 ko, version 2.4.8.1 ( may be you have an old version )
Did you try compiled version too ?

Edited by wakillon, 07 October 2012 - 01:01 PM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#13 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 07 October 2012 - 01:22 PM

95.5k
vaesion 2.4.5.0

I got it from the link for latest version from it's thread :/
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#14 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 01:36 PM

95.5k
vaesion 2.4.5.0

I got it from the link for latest version from it's thread :/


Try to delete it and restart script.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#15 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 07 October 2012 - 02:00 PM

That's weird, still get the same error with the bass.dll missing.

Says the same as before, and bass.dll is not downloaded from anywhere.
It says it is downloading external files, but I'm not sure it does.
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#16 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 02:11 PM

That's weird, still get the same error with the bass.dll missing.

Says the same as before, and bass.dll is not downloaded from anywhere.
It says it is downloading external files, but I'm not sure it does.


I have delete mine and restart script : dll is well re -downloaded at start in system dir ! :ermm:

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#17 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 07 October 2012 - 02:17 PM

I had to run as admin to get it to start first time.
Might be worth a mention in first post.

Thanks again, super cool it is. :)
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#18 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 02:24 PM

I had to run as admin to get it to start first time.
Might be worth a mention in first post.

Thanks again, super cool it is. :)


So dll is well downloaded, and now no error messages ? :sweating:

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 


#19 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,834 posts

Posted 07 October 2012 - 02:28 PM

I guess so, all working a treat :)
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#20 wakillon

wakillon

    Tiny Tools Coder

  • Active Members
  • PipPipPipPipPipPip
  • 2,477 posts

Posted 07 October 2012 - 02:42 PM

I guess so, all working a treat :)


I'm glad you get it working !
Added mention to first post, thanks for feedback ! :thumbsup:

Edited by wakillon, 07 October 2012 - 02:43 PM.

  AutoIt Version : 3.3.8.1/3.3.9.4 SciTE 3.3.0 Language:040C OS:WIN_7/ CPU:X64 OS:X64 

  Last updated Scripts and executables with full embedded files are available on : GoogleCode 





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users