additional_plugins/alpha/serendipity_event_motm
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +02:00
..
amazon Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
UTF-8 Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
ChangeLog Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
documentation_cs.html Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
documentation_cz.html Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
lang_cs.inc.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
lang_cz.inc.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
lang_de.inc.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
lang_en.inc.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
motm.js Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
motm_iframe.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
motm_update.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
README Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +02:00
serendipity_event_motm.php Move deprecated plugins to alpha, a.k.a. Siberia 2017-04-13 20:53:16 +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