Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/17/2015 in all areas

  1. Mp3SearchEngine v2.0.0.6 May be some of you know Songr . This script do the same job, it can find more mp3 files but is not as fast as Songr. Sites used are music search engine Websites designed for LEGAL entertainment purposes only. Thanks to Brett Francis, Prog@ndy and Eukalyptus for >Bass Udf, trancex for >WinHttp Udf and the AutoIt Community for his help. Changes of v1.0.8.5 Three websites replaced cause they are dead or use now js. All search engines updated ( not without difficulties for audiodump) I use RAGrid.dll for the first listview (more fast and stable, but with some inconvenients to manage the no-edit of cells) Input queries are saved ( the twenty latest) I use now an mp3 pre-Load management before playing and a double progressbar for visualize pre-load and play, where you can click for directly go play in the loaded part. Most includes needed are embedded and all external files are embedded in script with >BinaryToAu3Kompressor . Multi downloads available with embedded downloader.exe Changes of v1.0.8.8 Search on audiodump and myfreemp3 fixed. New buttons. Added Gui Menu. Titles are no more editable. New "About" with >TaskDialog (Thanks Prog@andy) Query button permit now to check / uncheck all checkboxes And some few fixes and cleaning. Really more stable now. Changes of v1.0.9.2 Dilandau is replaced by mp3chief and mp3ili by mp3clan Search on mp3juices, baseofmp3 and soundcloud fixed. Soso now provide m4a (aac) instead of mp3 ( m4a can be played by MSE) Added possibility to encode automaticaly to mp3, aac or ogg ( at the end of download) using bassenc.dll and command line tools : lame, faac and oggenc. Changes of v1.0.9.3 mp3skull fixed mp3chief fixed myfreemp3 fixed mp3clan changed to tusmp3 mp3juices changed to emp3world baseofmp3 changed to imp3 and some minor improvements. Version 2.0.0.6 Most previous websites used are dead or have changed the way to get links, so instead of try to repair the previous version, i have created a complete new version. The main tendency is the simplification : Only one website : audiodump (Up to 500 results by request) Script use now the little pearl created by Ward : curl.au3 It permit to create tasks (get source and get multi mp3) in asynchronous mode. So now, no need to use several executables and no more gui who do not respond in case of connection problems. Script use Bass.dll X86 loaded in memory for play songs. Result is light and fast, but don't abuse of audiodump servers who are not beasts of race. Warning : For avoid errors with curl.au3, you'll need to comment the line 63 : ;~ #Include <BinaryCall.au3> @AutoItX64 not supported and only tested on Win7X64 and Win8.1X64. As your browser, use Ctrl+w for remove the current Tab.(if there is no search or download running from it) And also Ctrl+q for set/remove Gridlines. Events are displayed to the bottom of the Gui. Version 2.0.1.1 Added a Paste Button. Querry list is now correctly saved. Querry Combo is now sorted in alphabetical order After a 'No match', the next search will use the previous empty listview. Bug when removing tabs is corrected. Added string correction for the request that, in the previous version, was not always able to return a correct result. A big thanks to Ward for his great UDF, and Nina my favorite tester, (who between us is also my third daughter), for his precious advices . previous downloads : 1703 As there is no more script downloads count, source and executable are available in the downloads section Enjoy ! July 2017 Project Discontinued due to website changes
    2 points
  2. I only heavily comment code if what I'm writing can't be figured out by the average coder. I may put a small snippet of comments in the code if it's for myself. Generally, if you need to over comment your code so you're able to follow it 6 months later, you're writing bad code. As for punctuation in the comments, I may put them if I think of it, otherwise who really cares if you put a period at the end of it?
    2 points
  3. wakillon

    Mp3SearchEngine

    Version 2.0.1.1

    2,585 downloads

    Search and Get mp3 from Internet : Topic If UAC enabled, Run it as Administrator for the first execution.
    1 point
  4. satanttin

    Hiding folders

    Greetings all, Just wanted to share a little program that hides and unhides a folder using Windows Class Identifiers. This means it changes a folder to "my computer" or "control panel" or whatever u prefer. (i added a small list of things u can choice from) I hope someone can make good use of this:)
    1 point
  5. Set to N, or do you want to compile both? If so then you need this... #AutoIt3Wrapper_Compile_Both=YDid you upgrade SciTE4AutoIt3 as well? As I think Jos changed something in the last, what, 3 years since v3.3.8.1 was released.
    1 point
  6. #include "WinHttp.au3" ; Initialize and get session handle $hOpen = _WinHttpOpen() ; Get connection handle $hConnect = _WinHttpConnect($hOpen, "http://download.aida64.com") ; Request $hRequest = _WinHttpSimpleSendRequest($hConnect, Default, "aida64extreme520.exe") ; Download to file (it's in the same folder as your script) $hFile = FileOpen(@ScriptDir & "\aida64extreme520.exe", 26) FileWrite($hFile, _WinHttpSimpleReadData($hRequest)) FileClose($hFile) ; Close handles _WinHttpCloseHandle($hRequest) _WinHttpCloseHandle($hConnect) _WinHttpCloseHandle($hOpen)But why in the world would you use WinHttp.au3 for this? Use built-in InetGet().
    1 point
  7. This changed back in v3.3.10.0. Search around for the default icon change on the Forum. As for setting various "properties" you can use #pragma directives or show us what you're using exactly. Great you upgraded though =)
    1 point
  8. TheDcoder, Well done - you found a bug. I have already fixed it so please do not report it. M23
    1 point
  9. Lol Learn Basics if u don't know anything about autoit scripting and don't be mean to others who try's to help you.
    1 point
  10. Jos

    Alt / Tab automatically help

    These type of statements is really going to contribute getting better help. I know I am also going against your rule but posted anyway. Jos
    1 point
  11. 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.
    1 point
  12. Updated. In fact No. Complete New Version !
    1 point
  13. Glad to help. And we all have those Ah-HA! moments; that's what the forum is here for
    1 point
  14. Yes, you can do a for loop to loop through the array, and do something like: If StringInStr($aItems[$i][1], "My Search Term") Then ;Do Stuff EndIf
    1 point
  15. You have your folder pointing to *\Posteingang, which would mean it is Mailbox\Posteingang. Is this path correct, or is it a sub-folder of another folder (Inbox, perhaps?). When I create a posteingang folder in the root directory, and add three mail items with the verbiage you have, the array shows just fine: #include <OutlookEX.au3> $oOutlook = _OL_Open() $aItems = _OL_ItemFind($oOutlook, "*\Posteingang", $olMail, "[Subject]=AW: ACS BEschriftung", "", "", "Subject,Body", "", 1) If IsArray($aItems) Then _ArrayDisplay($aItems, "OutlookEX UDF: _OL_ItemFind Example Script - Unread mails") Else MsgBox(48, "OutlookEX UDF: _OL_ItemFind Example Script", "Could not find an unread mail. @error = " & @error & ", @extended: " & @extended) EndIf
    1 point
  16. @JohnOne I like that. Centered text in label ;~ Name: JohnOne ;~ URL: https://www.autoitscript.com/forum/topic/173672-change-the-size-of-the-gui-title-bar/#comment-1257450 #include <WindowsConstants.au3> #include <WindowsConstants.au3> #include <StaticConstants.au3> ;~ Local $GUI_WS_EX_PARENTDRAG GUICreate("GUI", 200, 200, 100, 100, 0x80880000) ; 0x80880000 = $WS_POPUPWINDOW $TitleBar = GUICtrlCreateLabel("Title Bar", 0, 0, 160, 40,BitOR($SS_CENTER,$SS_CENTERIMAGE),0x00100000) ;$GUI_WS_EX_PARENTDRAG) ; 0x00100000 = $GUI_WS_EX_PARENTDRAG , -1 GUICtrlSetBkColor(-1, 0x0000FF) GUICtrlSetColor(-1, 0xFFFFFF) $Close = GUICtrlCreateButton("X", 160, 0, 40, 40,$WS_EX_TRANSPARENT) GUICtrlSetBkColor(-1, 0xFF0000) GUICtrlSetColor(-1, 0xFFFFFF) GUICtrlSetFont($TitleBar,10,600) GUISetState(@SW_SHOW) While 3 Switch GUIGetMsg() Case -3 Exit Case $Close Exit EndSwitch WEnd
    1 point
  17. Jon

    Forum Upgrade Status

    Added a "Back to Top" button.
    1 point
  18. water

    Excel / Array Problems

    One of the mistakes is in the following line: _Excel_RangeWrite($oWorkbook, $vWorksheet, $name1, "A" & $count + 2 & "{ENTER}" & $name1 & "{ENTER}")You can't use "{ENTER}" teh way you use it. If you want a new line then use macro @CRLF.
    1 point
  19. ; #FUNCTION# ==================================================================================================================== ; Name...........: _Iif ; Description ...: Perform a boolean test within an expression. ; Syntax.........: _Iif($fTest, $vTrueVal, $vFalseVal) ; Parameters ....: $fTest - Boolean test. ; $vTrueVal - Value to return if $fTest is true. ; $vFalseVal - Value to return if $fTest is false. ; Return values .: True - $vTrueVal ; False - $vFalseVal ; Author ........: Dale (Klaatu) Thompson ; Modified.......: ; Remarks .......: ; Related .......: ; Link ..........: ; Example .......: Yes ; =============================================================================================================================== Func _Iif($fTest, $vTrueVal, $vFalseVal) If $fTest Then Return $vTrueVal Else Return $vFalseVal EndIf EndFunc ;==>_Iif
    1 point
  20. Zedna

    Listview Selected item value

    I use _GUICtrlListView_GetNextItem() to get selected item index: ; current selected (0 - first column) $col_value = _GUICtrlListView_GetItemText($ListView1, _GUICtrlListView_GetNextItem($ListView1), 0) If $col_value = -1 Then Return
    1 point
×
×
  • Create New...