Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

A High End Gui Music Player in Autohotkey (AMP - Apollo Music Player)


  • Please log in to reply
6 replies to this topic
rEX
  • Members
  • 18 posts
  • Last active: Jan 27 2014 03:41 PM
  • Joined: 30 Sep 2012

AMP - Apollo Music Player

 

Apollo Music Player is a Full featured Music Player which is Completely written in Autohotkey but still in development Phase.

Music Player "TROUT" was the inspirational Source for Writing this Music Player, However the Source Code of TROUT was not available so, here is My Music Player AMP - Apollo Music Player Released Under GNU GPLv3.

 

Features:-

1. Flat Menu For touch screen Devices.

2. CUE,PLS,WPL,M3U Playlist Support.

3. Drag and Drop Support.

4. Visualizations and 5 band Graphic Equalizers.

5. Lyrics Viewer.

6. SFX Sound FX

7. Supported playback - Mp3,FLAC,ALAC,APE etc about 40+ Lossy and Lossless Music Formats.

8. Unicode Support.

9. Library Management and Recent Playlist Options

10. Dissolve Effect for Smooth Song Transitions.

And Much More...

 

ScreenShots:-

Apollo%20Screen%20Shot.png

 

 

Player Interface

 

Playing.png

 

Flat Menu :-

 

Flat%20Menu.png

 

Visualization:-

 

Visualization.png

 

Playlists :-

 

List%20View.png

 

Your Feedback is Very Important For the Future Developement of AMP Please Report Bugs,Suggestions or Anything Here.

 

Download AMP HERE --> http://sourceforge.n...llomusicplayer/

 

Source Code is Included in SRC Folder --> http://sourceforge.n...ayer/files/SRC/



xZomBie
  • Members
  • 42 posts
  • Last active: Jan 07 2016 06:46 AM
  • Joined: 12 Jul 2013
Nice script you got there! I wanted to create a simply MP3 player but gave up...
I haven't tried AMP yet but will do when got time.
You should also create a topic at ahkscript.org's forum in case this forum go haywire...

A v i
  • Members
  • 1323 posts
  • Last active: Nov 14 2015 06:56 PM
  • Joined: 30 Jan 2013

I have downloaded the source . Which AHK file I should use to start the application ?

UI.ahk gives error -

A1WaXFh.png

 

btw, great Project and best of luck. The Interface looks beautiful.  :D


Now a CS Undergrad. | My WebsiteAutohotkey Scripts | Softwares

Telegram me : @aviaryan


A v i
  • Members
  • 1323 posts
  • Last active: Nov 14 2015 06:56 PM
  • Joined: 30 Jan 2013

Please also provide bass.dll [and other dependencies] in the source package -

DllCall(A_ScriptDir . "\bass.dll\BASS_PluginLoad", Astr, A_ScriptDir "\Plugins\bass_mpc.dll", Int,0 )

Now a CS Undergrad. | My WebsiteAutohotkey Scripts | Softwares

Telegram me : @aviaryan


rEX
  • Members
  • 18 posts
  • Last active: Jan 27 2014 03:41 PM
  • Joined: 30 Sep 2012

Hi AVI, Thanks for trying it.

 

Use Core.ahk For Self Compiling the Script

Also Keep All the Source Code in The Same Directory Of Installed Folder of AMP (For Resources such as Images,skins,visualizations etc).

 

This is Just an Alpha Version , Now i'm Working on Its Full Screen Interface so i will provide the other formats Support Sooner.

 

Source code is also Kind of Messed Up So,Here is How it look Like:-

 

Gui is in UI.ahk

Subroutines or G-labels etc are in Subroutine.ahk

Seeking in Progress Bar etc. is Contained in Music_Slider.ahk

Main Script is in Core.ahk

etc.

 

Also About.ahk Contains Information about Copyrights,credits etc. so i didn't Included it in Source [So that nobody can mess up with credits], Any way Create your Own Script Named "About.ahk" and Include a Label Named "AboutAMP:" Your Script Should Look Like:-

AboutAMP:
return



A v i
  • Members
  • 1323 posts
  • Last active: Nov 14 2015 06:56 PM
  • Joined: 30 Jan 2013

@rex

You may try putting your software on TPFC Development forum. The forum is for freeware developers to put their in-development softwares and discuss about them. You will get lots of feedback there too. 


Now a CS Undergrad. | My WebsiteAutohotkey Scripts | Softwares

Telegram me : @aviaryan


rEX
  • Members
  • 18 posts
  • Last active: Jan 27 2014 03:41 PM
  • Joined: 30 Sep 2012

Thank AVI,

You Might also Like My Tag Editor IDTE - ID3 Tag Editor --> http://sourceforge.n...dteid3tagedito/