Jump to content

Finally An Autoit Mediaplayer That Looks Nice As Well


 Share

Recommended Posts

As the topic title states, this mediaplayer me and my friend made looks nice as well as having quite a few

opions that we thought a good mediaplayer should have.

BEFORE OPENING: First, I had to rename the ACE file to .zip, because else it was 1.3 mb and I couldn't upload it, so after downloading rename it to .ace.

Just plain zip now! Second, ALL files in the archive should be extracted to "C:\mmp\" for everything to work. Third, I have included the script file (latest beta) as well as the decompilable exe file. It's your choice!

PLEASE COMMENT AFTER DOWNLOADING

If you have any questions or get any errors (though it has been tested quite thorougly), please let me know!.

Regards

http://marfdaman.googlepages.com/Marfdaman_Mediaplayer.zip

Edit: One more thing: the player goes to the next song automatically when the current one's ended. Something I missed in a lot of

autoit players I've seen before.

Edited by marfdaman

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

Hmm i get this Errors and when i want to start it it says in line ~171 is a badly formated Func

>C:\Programme\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe /beta /AU3Check /in "C:\mmp\Marfdaman's Mediaplayer.au3"
>Running AU3Check   params:  from:C:\Programme\AutoIt3\SciTE\au3check\
C:\mmp\Marfdaman's Mediaplayer.au3(359,27) : WARNING: $n00blevel: possibly used before declaration.
        $n00blevel = $n00blevel -
        ~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(530,20) : WARNING: $timer3: possibly used before declaration.
        TimerStop($timer3)
        ~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(541,29) : WARNING: $next: possibly used before declaration.
                Global $previous = $next
                ~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(627,21) : WARNING: $nextpressed: possibly used before declaration.
                If $nextpressed =
                ~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(759,27) : WARNING: $settingswindow: possibly used before declaration.
    GUIDelete($settingswindow)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(907,46) : WARNING: $startuptimecombo: possibly used before declaration.
    $startuptime = GUICtrlRead($startuptimecombo)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(911,37) : WARNING: $startuptimemanual: possibly used before declaration.
            GUICtrlSetData($startuptimemanual,
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(917,48) : WARNING: $startuptranscombo: possibly used before declaration.
    $startuptrans = GUICtrlRead($startuptranscombo)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(921,38) : WARNING: $startuptransmanual: possibly used before declaration.
            GUICtrlSetData($startuptransmanual,
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(927,50) : WARNING: $startupvolumecombo: possibly used before declaration.
    $startupvolume = GUICtrlRead($startupvolumecombo)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(931,39) : WARNING: $startupvolumemanual: possibly used before declaration.
            GUICtrlSetData($startupvolumemanual,
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(946,47) : WARNING: $defaultplaylistcurrentlabel: possibly used before declaration.
            GUICtrlSetData($defaultplaylistcurrentlabel,
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(972,32) : WARNING: $exitactionexit: possibly used before declaration.
    If GUICtrlRead($exitactionexit)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(976,40) : WARNING: $exitactionminimize: possibly used before declaration.
    ElseIf GUICtrlRead($exitactionminimize)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(980,45) : WARNING: $exitactionminimizetray: possibly used before declaration.
    ElseIf  GUICtrlRead ($exitactionminimizetray)
    ~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(985,108) : WARNING: $hotkeyplay: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Play", GUICtrlRead($hotkeyplay)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(986,108) : WARNING: $hotkeystop: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Stop", GUICtrlRead($hotkeystop)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(987,108) : WARNING: $hotkeynext: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Next", GUICtrlRead($hotkeynext)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(988,112) : WARNING: $hotkeyprev: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Previous", GUICtrlRead($hotkeyprev)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(989,111) : WARNING: $hotkeyopen: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Open PL", GUICtrlRead($hotkeyopen)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(990,111) : WARNING: $hotkeysave: possibly used before declaration.
    IniWrite("c:\Program Files\Marfdaman Mediaplayer\Settings.ini", "Hotkeys", "Save PL", GUICtrlRead($hotkeysave)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(992,31) : WARNING: $splashdur1: possibly used before declaration.
        Case GUICtrlRead($splashdur1)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(999,31) : WARNING: $splashdur2: possibly used before declaration.
        Case GUICtrlRead($splashdur2)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1006,31) : WARNING: $splashdur3: possibly used before declaration.
        Case GUICtrlRead($splashdur3)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1013,31) : WARNING: $splashdur4: possibly used before declaration.
        Case GUICtrlRead($splashdur4)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1020,31) : WARNING: $splashdur5: possibly used before declaration.
        Case GUICtrlRead($splashdur5)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1027,31) : WARNING: $splashdur6: possibly used before declaration.
        Case GUICtrlRead($splashdur6)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1036,31) : WARNING: $exitpopup1: possibly used before declaration.
        Case GUICtrlRead($exitpopup1)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1043,31) : WARNING: $exitpopup2: possibly used before declaration.
        Case GUICtrlRead($exitpopup2)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1050,31) : WARNING: $exitpopup3: possibly used before declaration.
        Case GUICtrlRead($exitpopup3)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1057,31) : WARNING: $exitpopup4: possibly used before declaration.
        Case GUICtrlRead($exitpopup4)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1064,31) : WARNING: $exitpopup5: possibly used before declaration.
        Case GUICtrlRead($exitpopup5)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1071,31) : WARNING: $exitpopup6: possibly used before declaration.
        Case GUICtrlRead($exitpopup6)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1294,13) : WARNING: $msg: possibly used before declaration.
    If $msg[1] =
    ~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1310,17) : WARNING: $traymsg: possibly used before declaration.
        Case $traymsg =
        ~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1593,26) : WARNING: $infotimer: possibly used before declaration.
        If TimerDiff($infotimer)
        ~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3(1666,28) : WARNING: $songlength: possibly used before declaration.
    $songlength = $songlength /
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\mmp\Marfdaman's Mediaplayer.au3 - 0 error(s), 37 warning(s)
->AU3Check ended.rc:1
>Exit code: 0   Time: 1.048
Edited by Daniel W.

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

Link to comment
Share on other sites

Well the 37 warnings areknown to me and won't cause any errors.

I've checked line 171 and abouts and and in that area no functions other than the standard autoit functions

such as GuiCtrlSetImage, GuiCtrlCreateMenuItem etc. so I don't understand and can't recreate that error.

Perhaps you should decompile the exe, verify that it's safe, and run that one, or else try and look into the au3 file and see if you can solve the error, since with me it runs fine.

Regards

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

it is quite well done. the extra features menu is random lol

My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

it is quite well done. the extra features menu is random lol

Well tnx, it took quite a lot of work too! I'm happy people like it! :)

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

Hmmm.....35 downloads and only 2 replies?

Please tell me what you think of it, even if you don't like it...

Regards

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

i tried to download it but it says that the zipped file in corrupted

That is because, as I said in my first post, it's not a zip file, but a renamed .ace file. You should rename it to .ace and then open it!

Regards

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

hahhah very nice very nice, :( beat me too it was just going to make a nice player ohwell

Ah, I'm very glad you appreciate it, doing my best :)

Guess you'll have to look for another project!

Regards

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

Ah, I'm very glad you appreciate it, doing my best :D

Guess you'll have to look for another project!

Regards

Seems to be a popular project for Autoit :)

A screenshot would be nice to look at.. :(

2015 - Still no flying cars, instead blankets with sleeves.

Link to comment
Share on other sites

Screenshot:

On behalf of Marfdaman (MMP is taking all his space).

Thanx to frontmill (from my school) for letting me put the screenshot on his account!

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

How about posting a non-ace compressed version please? An extension of .au3 or .zip would be prefered. Thanks.

if you were blind, and your suggesting for him to upload a .au3, theres a post right above that contains a s/n, thus he uses pictures, thus he cant just upload the .au3

By the way for everyones convienence or whatever

http://thatsgreat2345.googlepages.com/Marf...Mediaplayer.zip

Edited by thatsgreat2345
Link to comment
Share on other sites

hey man, nice player and all, but you should put all the graph files in another folder. just an ideea, but is nicer

AutoIt if more than a hobby. Is a way of life!http://www.autoitscript.com/forum/index.php?showtopic=26002 -my first projecthttp://www.autoitscript.com/forum/index.php?showtopic=26103 -my second project
Link to comment
Share on other sites

@thatsgreat2345 and techguy86

Thanx for all your efforts to make MMP available in other formats, but since I found that I too have such a google account (like thatsgreat), I've uploaded it to http://marfdaman.googlepages.com/Marfdaman_Mediaplayer.zip, so if you like you can take it off your sites. Many tnx! :)

@sipher69

Well, after MMP has been run once all necessary files (images and ini) are stored in C:\program files\Marfdaman Mediaplayer(\Images), so after running it once you can just put the the exe file anywhere, if you decide to use the au3 file, then make sure the other au3's are in the same folder as MMP.au3

Regards

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

@thatsgreat2345 and techguy86

Thanx for all your efforts to make MMP available in other formats, but since I found that I too have such a google account (like thatsgreat), I've uploaded it to http://marfdaman.googlepages.com/Marfdaman_Mediaplayer.zip, so if you like you can take it off your sites. Many tnx! :)

Thank you for making it a "real" zip file. I'll delete the "medpla" directory I created when I get the chance.

My Programs:Dissolve (Updated 5-30-06)Credit Card Validator (Not created as of yet)Master Lock Combination Cracker (Updated 7-08-07)Go Site-Seeing:My Website: - Click Here

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...