"I Like This!"
March 10, 2005 07:20 AM
"I Like This!" is a simple music recommendation plugin for the musikCube audio player. With this plugin musikCube users can recommend their favorite songs, albums and net radio stations while they are playing in musikCube; all recommendations are then listed on this site. It's an easy way to share your musical taste with others, and to give others new ideas on what kind of music there is.
Content
- » Screenshots of the plugin
- » See all recommendations that users have submitted so far
Download
- » plugin page on musikcube.com
- » PHP server code, if you want to take a look at the server
Also on this site
- » Other plugins: miniPlayer, playlist plugins
Last 10 Albums
Date | Artist | Album | Comment |
---|---|---|---|
10-03-30 | The Teenage Prayers | Ten Songs | - |
10-03-18 | - | - | - |
09-12-08 | Spongebob Schwammkopf | SpongeBob (L. E.) | - |
09-11-02 | Livingston | Sign Language | - |
09-06-26 | The Meteors | Hell Train Rollin | Psychobilly Number 1! |
09-03-23 | Serj Tankian | Elect the Dead | If you've liked the System of the Down, you'll like this as much. |
09-01-03 | Goldfrapp | Seventh Tree | - |
08-12-17 | Absynthe minded | Introducing | - |
08-12-04 | Dokken | Lightning Strikes Again | - |
08-07-15 | Avenged Sevenfold | Waking the Fallen | - |
Screenshots
Recommend a song or album - This is what you see when you play a file in musikCube and start the plugin. You have the option of recommending a single track or a whole album, and an additional text field to add a comment. |
Recommend a stream - This is what you see when you play a net radio stream in musikCube and start the plugin. |
Server response - After submitting a recommendation you are presented with a server response message. |
About dialog - The plugin's about screen. |
PHP server code
This is also a proof-of-concept: an attempt to show how easy it is to develop a musikCube-plugin that uses xml-rpc to communicate with a remote computer. This opens up a whole space of new functionality: playlist sharing, all kinds of website integration, review and cover image searches, ... for some more ideas look at the list of public xml-rpc services at xmlrpc.com.
Here you can download the server scripts for the plugin if you want to see how it's done, or if you want to host this feature on your own website.
Download Server
- » ilikethis-server-0.3.1.zip, 11 KB (php files, readme.txt)