predz
03-12-2004, 07:04 PM
It would be greatly appreciated if someone can work on a listen-to.com plugin...here's the info provided when asking for help making a plugin.
Listen-To.com is basically a service that can log what you're playing now, then you can put that 'now playing' info in an aim profile and someother things...pretty cool I think.
The plugin should wait until 15% of the song has played.
At that time it should send a HTTP GET (or POST) to:
http://magic.listen-to.com/postmp3.php
It should send these variables:
USER= [username, required]
PASS= [password, md5() encrypted, required] ARTIST= [text, required]
ALBUM= [text, required]
TITLE= [text, required]
GENRE= [text, optional]
LENGTH= [in seconds, or hh:mm:ss]
SEQ= [track # if available]
Having the username/password editable in the interface is preferable. I can set up the installer to automatically populate an ini file, though, if necessary.
When sending, it will need to send a special User Agent. Once you get that far, let me know and I will set one up for QCD.
Let me know if you need any other information.
--
-- Brandon Martus
-- Listen-To Admin
-- What Do You Listen-To?
-- http://www.listen-to.com/
Thanks if it works out =)
Listen-To.com is basically a service that can log what you're playing now, then you can put that 'now playing' info in an aim profile and someother things...pretty cool I think.
The plugin should wait until 15% of the song has played.
At that time it should send a HTTP GET (or POST) to:
http://magic.listen-to.com/postmp3.php
It should send these variables:
USER= [username, required]
PASS= [password, md5() encrypted, required] ARTIST= [text, required]
ALBUM= [text, required]
TITLE= [text, required]
GENRE= [text, optional]
LENGTH= [in seconds, or hh:mm:ss]
SEQ= [track # if available]
Having the username/password editable in the interface is preferable. I can set up the installer to automatically populate an ini file, though, if necessary.
When sending, it will need to send a special User Agent. Once you get that far, let me know and I will set one up for QCD.
Let me know if you need any other information.
--
-- Brandon Martus
-- Listen-To Admin
-- What Do You Listen-To?
-- http://www.listen-to.com/
Thanks if it works out =)