WP Manifestindependent plugin directory
manifest / utilities / showplansongfinder

Showplan Song Finder archived

A "song finder" extension for Showplan.

by Jamie Woods & Insanity Tech · github.com/insanityradio/showplansongfinder · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/insanityradio/showplansongfinder/archive/refs/heads/master.zip

Readme

Showplan SongFinder

Showplan SongFinder is an extension for ShowPlan. It allows you to see the track history.

At the moment, it will simply open a database connection to a database named song_history (sorry, shared hosting users!) and query the table song_history. This is how Insanity stores recently playing information - this comes from our data engine.

API

TBC. However as a proof of concept, you can currently visit the following URI to dump the next three shows:

http://localhost:8080/wp-content/plugins/songfinder/api.php?method=get_songs&station_id=1&start_time=1517140560&end_time=1517183767

Read the full README on GitHub →