Jump to content

AAMP Advanced AutoIt Media Player


BrettF
 Share

Recommended Posts

Well when I said I had enough time I lied... With Christmas being close, I've been working way too much, and when I'm home, I'm asleep :o

I'm getting it done slowly but surely, and hopefully in then next month I should have something to show! :)

And with that I must ask, is there any features you'd like to see in it? Anything you didn't like in the old version? I'd love to know how I could make it better!

My Plan so far

  • More visualizations
  • Support for more (Yes more!) formats
  • Video
  • Skinnable Interface
  • Fix Online Now Playing image
  • "Smart Shuffle" - Shuffles songs and plays the ones you like more...
  • Web Control (Ability to control it from your browser, in or out of your home)

Currently I have got a SQLite Database going for storing the library (it's going very well!) and of course a new layout. When I can be arsed, I will post a screenshot of the new GUI. As I plan to make you able to pick from a few layouts, or maybe even create your own (Wouldn't that be fun!) I'll see how I go in getting something working...

Cheers,

Brett

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...

v 0.0.4

- it crashes with subscript error when i add a directory with files

- Menu flashes

- When I choose a radio station it crashes

- volume slider is set wrong (left side = zero ) but then to 100 % initially

- volume is set to 100% each new file

- it will play the files nicely but the right volume (wave display?) display is really useless ?

apart from this is has potential for a good player :-)

Link to comment
Share on other sites

  • 2 weeks later...

I'm actually getting somewhere. I have a whole SQLite database working, along with a few other things which will come... :)

I will try get a BETA version going soon...

EDIT: Oh and it will be Open Source so I'm spending quite a bit of time commenting my code properly, keeping everything to a standard that I like... :party:

Edited by BrettF
Link to comment
Share on other sites

Updated!

23 May 2009

V2.0.0.1 (BETA)

AAMP has been updated to V2.0.0.1 (BETA).

Download can be found in Post 1.

Currently known bugs:

  • Webcontrol state in menu.
  • Help docs need to be added/created
  • Some functions do not work, period. Most have alerted you.
  • Library wizard will not associate files
  • Skin selector does some funny things.
Stuff that still needs to be done before V2.0.0.2 is released:

  • Finish functions for MNU_FILE_IMPORT_LIBRARY
  • Finish functions for MNU_FILE_EXPORT_LIBRARY
  • Finish functions for MNU_FILE_PRINT_TRACKS
  • Finish functions for MNU_VIEW_AUDIO_OPTIONS
  • Fix functions for MNU_VIEW_SKIN_SELECTOR
  • Finish functions for MNU_VIEW_LAYOUT_SELECTOR
  • Finish functions for MNU_VIEW_SETTINGS
  • Finish functions for MNU_VIEW_PREFERENCES
  • Fix functions for MNU_TOOLS_WEBCTRL_ACTIVATE
  • Finish functions for MNU_TOOLS_WEBCTRL_OPTIONS
  • Finish functions for MNU_HELP_HELPFILE
  • Finish functions for MNU_HELP_ABOUT
  • Finish functions for MNU_HELP_KEYBOARD
  • Finish File Associations
  • Finish Command line.
As this is BETA, many things may be broken or buggy. Pretty please post any problems, bugs, things that just ain't right etc so I can fix it!

Due to lack of instructions here is how to use it.

Compiling and running AAMP for the first time

  • Goto "SRC" folder.
  • Open
    • "WebControlServer.au3"
    • "MainCode.au3"
  • Compile scripts (Just press F7 in SciTE, the directives will take care of the rest).
  • Goto the "RELEASE" folder.
  • Run "AAMP.exe". The library wizard should now run.
  • Follow the prompts
To use WebControl interface

  • By default the server is created on @IPAddress1, port 9080. If you need to change this, you must do so from the source by editing ("SRC\WebControlServer.au3"). Variables are $sIP and $iPort. Re-Compile if necessary
  • Open Auth.ini in "RELEASE" folder
  • Set crenditails in the form:
  • username=password
  • Run "AAMP.exe"
  • Goto Tools > Web Control > Activate. You will need to press it twice (bug), or until it is checked again.
  • Goto Tools > Web Control > View Webcontrol Interface. This will open it in your browser.
  • If you changed the defaults for IP and Ports, you can access it in your browser from http://IP:Port/
Cheers,

Brett

:)

Link to comment
Share on other sites

I get this error when clicking some of the buttons (ex play) while a song is already playing.

---------------------------
AutoIt Error
---------------------------
Line -1:


Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded.
---------------------------
OK   
---------------------------
Edited by colafrysen
[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

Link to comment
Share on other sites

Link to comment
Share on other sites

  • 4 weeks later...

Updated!

20 June 2009

V2.0.0.2

AAMP has been updated to V2.0.0.2

Download can be found in Post 1.

It is now availiable from sourceforge.

Please bare with me while I still learn how to use the service ;)

Cheers,

Brett

:D

EDIT: Post ID was wrong :D

Edited by BrettF
Link to comment
Share on other sites

Updated!

21 June 2009

V2.0.0.3

AAMP has been updated to V2.0.0.3

Download can be found in Post 1 or from sourceforge project page.

Changelog:

- FIXED - Webcontrol state in menu.
 - FIXED    - Skin selector does some funny things. 
- ADDED - EAX and DX8 Audio Effects functionality 
- ADDED - Web Control settings dialogue. 
- FIXED - Error with adding new files into database after intial loading 
- ADDED - Library wizard will now associate files 
- FIXED - Webcontrol IP and PORT now accept user defined values.

A reminder to please bare with me while I still learn how to use sourceforge. Please report any bugs either here, or on the tracker.

Comments? Criticism? Anything? ;)

Cheers,

Brett

:D

EDIT: pdated! was a great title... :D

Edited by BrettF
Link to comment
Share on other sites

  • 4 weeks later...

Updated!

15 July 2009

V2.0.0.4

AAMP has been updated to V2.0.0.4. It is a very important update!

Download can be found in Post 1 or from sourceforge project page.

Changelog:

- ADDED     -   File Asocitation now creates a backup.
- ADDED     -   Now playing Image Functionality
- ADDED     -   About GUI
- ADDED     -   Visualizations
- ADDED     -   MSN now playing song information
- ADDED     -   Splash Screen on Startup
- ADDED     -   Load statistic displayed in tray tip (Time in seconds and the number of songs loaded.)
- ADDED     -   Alerts user to progress when recursively adding files.
- FIXED     -   Webcontrol state loads on startup correctly.
- FIXED     -   Fixed the list of Filetypes to be correct.
- FIXED     -   Webcontrol locations in the javascript using hardcoded values.
- ADDED     -   Traytip displays when a user has logged in to webcontrol.

Please report any bugs either here, or on the tracker.

Example now playing image (dynamically updated to what I am actually playing!)

Posted Image

Comments? Criticism? Anything? :)

Cheers,

Brett

:)

Link to comment
Share on other sites

Very nice Brett! Looks really professional with the wizard and everything :)

Unfortunate that I cannot even try it out properly.

Even though flac appears to be supported flac files are skipped when adding files to the library.

There something wrong with the Swedish language pack. I got errors at startup that certain values aren't present.

What the hell are you doing when adding files to the library? It took me over 15 minutes to add 4500 songs. Certainly reading the tags doesn't take that long?

It's still called Swedish Brett :) One 'e'.

When coming to the loading splash screen everything freezes and the splash never disappears. ;)

Broken link? PM me and I'll send you the file!

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...