Difference between revisions of "YTMND:API:Application Requests"
From YTMND
(→Application Requests) |
|||
Line 21: | Line 21: | ||
types: random, highest, latest, etc. | types: random, highest, latest, etc. | ||
− | '''Winamp Playlist Generator''' | + | '''Winamp Playlist Generator''' **DONE** |
''plug-in/webpage that can generate m3u file of all of the sounds from a user's account.'' | ''plug-in/webpage that can generate m3u file of all of the sounds from a user's account.'' | ||
''This would play the files directly from YTMND each time, so it would require being connected to the internet every time you want to play your playlist.'' | ''This would play the files directly from YTMND each time, so it would require being connected to the internet every time you want to play your playlist.'' | ||
''see [http://wiki.ytmnd.com/YTMND:API:Examples a response]'' | ''see [http://wiki.ytmnd.com/YTMND:API:Examples a response]'' |
Revision as of 18:24, November 27, 2007
Have an idea? Post it here and discuss uses of the API.
You can also post here if you are planning to develop a new API application to find people to collaborate with or just to make sure someone else isn't already working on something similar.
Related:
Application Requests
mIRC or equivelent IRC newsfeed fetcher
script that can fetch information by request of user with ! command
example:
input: !user_name:type output: title - domain
types: random, highest, latest, etc.
Winamp Playlist Generator **DONE**
plug-in/webpage that can generate m3u file of all of the sounds from a user's account. This would play the files directly from YTMND each time, so it would require being connected to the internet every time you want to play your playlist. see a response