Page 1 of 8

All new improved web interface for Mediamonkey

Posted: Thu Dec 28, 2006 3:03 pm
by jitun
There was a WAWI (winamp web interface) for winamp.But most of the playlist features are not supported with mediamonkey.I downloaded the source and edited it.now it has a seek bar so that you can seek the currently playing song from within the browser.it uses javascript extensively to reduce repeted api calls to MM.The delete from playlist is now supported and add to playlist is also supported.

But it lacks a save playlist feature.I am still working on it.

The next version will have a slider bar in place of the volume control buttons.But for now it has enough power to control MM from within your web browser up to 90%.

Edit:-Now it has a slider in place of the volume control buttons.So it has a wide range of volume variation than before.

EDIT PEKE: OLD URLs Removed here is the link to last known version incorporated with MM installer
DOWNLOAD LINK

Posted: Fri Dec 29, 2006 11:49 am
by jitun
here is a bug fixed version check the screen shot

SCREENSHOT
Image

DOWNLOAD
http://www5.spread-it.com/dl.php?id=389 ... 69f43d741e

http://www.filefactory.com/file/42f631/


GO to the last post for the newest version

Posted: Tue Jan 02, 2007 9:30 am
by holterpolter
hi,
perhaps you can say some words about how this plugin is installed.
And how it works.
In the zip File i downloaded was only a dll File.

Posted: Tue Jan 02, 2007 9:32 am
by trixmoto
Yes, more information would be very helpful! :)

Posted: Tue Jan 02, 2007 10:02 am
by jitun
just extract the dll file to the plugins directory of "MediaMonkey".i.e. into
C:\Program Files\MediaMonkey\Plugins.
then restart MediaMonkey if already running.You will see the plugin in the general purpose plugin group.

GO to the last post for the newest version

Posted: Wed Jan 10, 2007 6:22 pm
by Peke
Nice Nice :)
Now Some GUI around it and it could serve well :)

Posted: Thu Jan 11, 2007 11:42 am
by jitun
Thanks.

After such a long time i got some feedback about this plugin.

Posted: Thu Jan 11, 2007 6:13 pm
by tommae88
looks pretty cool -- personally i don't have much need for it, but I'm sure quite a few people out there will like it, nice contribution.

Posted: Thu Jan 11, 2007 11:01 pm
by Peke
@jitun
Contact Some of Developers of WEBMonkey (Lowlander) and MMWBE 0.92 (TheRocket) they may help you about webpart, I can help you with part that access MM COM interface from within Plugin, from there you can use MMs Scripting help to get familiar with syntax and break boundaries.

Posted: Sun Jan 14, 2007 10:14 am
by jitun

Code: Select all

http://rapidshare.com/files/15072494/Plugins.zip

GO to the last post for the newest version

Posted: Sun Jan 14, 2007 10:10 pm
by DiddeLeeDoo
Thank you very much jitun for taking the time to get playlists to work with Wawi! I have used Wawi to control MediaMonkey from the Xbox, and now when you've made it much more useful, I'll explore the XBox possiblities further when time allow.

I like small and smart solutions like Wawi. Great stuff.

Posted: Mon Jan 15, 2007 8:26 am
by jitun
Thanks DiddeLeeDoo for using my Modified WAWI Plug In

Posted: Mon Jan 15, 2007 4:58 pm
by coltxL2717
Man, I've been waiting for a plug-in like this for a long time. Was wondering if you were going to use the ID3 tags of the files to display them instead of the folder structure.

Posted: Tue Jan 16, 2007 7:51 am
by jitun
coltxL2717 i will try to add this feature.Thanks, good idea.

GO to the last post for the newest version

Posted: Tue Jan 16, 2007 11:17 am
by Peke
You can Add small check for Winamp Interface and if winamp version is 9.99 than MM is loading a plugin then you can connect to MM COM interface and get all info from MM library directly to be sure that all is correct and also it will cut developing time to read ID3, VorbisTag, Wav,...