additional_plugins/serendipity_event_motm
2014-11-29 15:51:17 +01:00
..
amazon Migrate plugins 2011-12-13 12:29:05 +01:00
UTF-8 the other half of da04025 2014-11-29 15:51:17 +01:00
ChangeLog Move to the correct section for 2.0 backend. 2014-05-21 21:33:26 +02:00
documentation_cs.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_cz.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_de.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
motm.js Migrate plugins 2011-12-13 12:29:05 +01:00
motm_iframe.php Migrate plugins 2011-12-13 12:29:05 +01:00
motm_update.php Migrate plugins 2011-12-13 12:29:05 +01:00
README Migrate plugins 2011-12-13 12:29:05 +01:00
serendipity_event_motm.php Move to the correct section for 2.0 backend. 2014-05-21 21:33:26 +02:00

Music of the Moment plugin for Serendipity.
Created by Tys von Gaza (tys@tvg.ca) - http://tvg.ca/

- Uses a program called iTunesBlogger to hit a URL on the webpage and save song information to the database.
- Page loads an iframe which uses javascript to set content on the main page.  Javascript runs a progress bar and refreshes every song.

The program is not unique to iTunesBlogger, you just need to find a plugin for your media player of choice to hit the webpage with the following url format:
http://website.com/index.php?/plugin/motm-update&track=%t&artist=%a&album=%b&genre=%g&tracktime=%y&secret_key=SECRET_KEY
If you find a plugin for another player that supports this please let me know.

Where:
%t is the track name
%a is the artist
%b is the album
%g is the genre
%y is the tracktime in the format hours:minutes:seconds, ie: 1:23:45 would be 1 hour, 23 minutes, 45 seconds
SECRET_KEY is the secret key setup in the blog so not anyone can update what you are playing