Donate Share

Agatha - mp3 Your Way

Project News for Agatha - mp3 Your Way

  • Aagatha 0.7 Released!

    After almost a year since the last version.. I am happy to announce the release of the new Agatha mp3 streaming/playing front end. This version adds the much requested play on server support thanks to the mp3daemon perl package that was first released about the same time the last version of agatha came out. Use and enjoy... and let me know what you think of it in the forums.

    - J -

    2004-06-10 02:19:43 UTC by jimmydigital

  • New release in the works... JS coders?

    Hello all..

    I'm working on the next release of agatha.. and returning better than ever will be the play on server feature I've had so many requests for. Before I get to that though... I'm hoping some nice soul who knows javascript can send me a corrected version of the small bit of JS code I use.. that will work in mozilla/firefox. I know almost nothing about JS.. and have not been able to figure out why it only works in IE. That would be much appreciated.

    The play on server support will be returning with the help of some perl code I stumbled across recently... The implementation is not done yet... but I can tell you that you will retain full control over the server playlist.. which is the big reason I took it out in the first place.

    If you have suggestions/requests now is the time to ask over in the forums...

    - j -

    2004-05-17 19:31:49 UTC by jimmydigital

  • New Release 0.6.5

    This code has been sitting on my system far too long.. I could have kept tweaking it.. but I thought it needed to come out so others could take advantage. Please read the release notes for the changes.

    2003-06-20 16:52:12 UTC by jimmydigital

  • New Release In The Works!

    I've been working on a complete (well almost) rewrite of Agatha.. and it will be ready for release Real Soon Now(c). New features include... cookie based identification to keep up with playlists. Improved playlist handling (much needed)... ID3 tag support for song length.. artist and title.. as well as a more complete multi language package. I've also cleaned up the code.. and added some error checking. It should run a little faster (without id3 tags enabled) and generally be more robust. I've also tried to eliminate any situations that might cause apache to hang. Why all the changes? I know a lot of you naughty people are using Agatha out on the public net.. which it was never really written to do... so I hope this will make it a little less of a security issue for you... but I make no promises.. If someone out there would like to point out ways it could be more secure/robust please feel free.

    Look for it soon...

    2002-05-21 03:43:54 UTC by jimmydigital

  • Translators Needed!

    The next release of Agatha is going to be multi lingual and I help from people to translate the strings. I already have Portuguese and Serbian but I want to include more than that! Translate the file.. and email it to me at jimmydigital@users.sourceforge.net

    <?

    /***************************************************************
    *
    * File: ................ agatha-us-en.php
    * Purpose: ............. Provide American English to Agatha
    * Date released: ....... Sept 7 2001
    * Date last updated: ... Sept 10 2001
    * Author: ..............
    * Modified By: .........
    * * This is free code. Use it at your own risk!
    *
    *****************************************************************/

    $lang["subdirectories"] = "Subdirectories";
    $lang["playlists"] = "Play Lists";
    $lang["add_to_playlist"] = "Add to Playlist";
    $lang["songs"] = "Songs";
    $lang["shuffle"] = "Shuffle";
    $lang["new"] = "New";
    $lang["select_most"] = "Select Most";
    $lang["clear_all"] = "Clear All";
    $lang["submit_list"] = "Submit List";
    $lang["playlist_deleted"] = "Playlist Deleted";
    $lang["back_message"] = "Back to Songlist (after edit)";
    $lang["delete_list"] = "Delete List";
    $lang["modify_list"] = "Modify";

    ## Alt Tag Text

    $lang["play_on_server"] = "Play on Server";
    $lang["local"] = "Local";
    $lang["edit_playlist"] = "Edit Playlist";
    $lang["shuffle_play"] = "Shuffle Play";

    ?>

    2001-09-16 16:46:47 UTC by jimmydigital